fix pdf文件夹名称

This commit is contained in:
glz
2026-06-29 17:04:23 +08:00
parent bdbef21fa8
commit c0bd6b8200
2 changed files with 3 additions and 5 deletions

View File

@ -22,10 +22,8 @@
"ClientProvidedName": "Custom connection name" "ClientProvidedName": "Custom connection name"
}, },
"WeChatSettings": { "WeChatSettings": {
//"AppId": "wx5d8f281c2fd6594c", "AppId": "wx8c08da60bd207e64",
//"AppSecret": "974f45e4a0aaa075278db0477d0bd8b6" "AppSecret": "76fa314c34762c0347bd613e488c6872"
"AppId": "a",
"AppSecret": "a"
}, },
"Serilog": { "Serilog": {
"MinimumLevel": { "MinimumLevel": {

View File

@ -251,7 +251,7 @@ public class AutoDotCodeConsumer(IConfiguration configuration,
#region OOS上 #region OOS上
var tempOssDownloadKey = "Journal/download/" + downloadFileName; var tempOssDownloadKey = "journal/download/" + downloadFileName;
const int bufferSize = 1 * 1024 * 1024; // 1MB const int bufferSize = 1 * 1024 * 1024; // 1MB