fix pdf文件夹名称
This commit is contained in:
@ -22,10 +22,8 @@
|
||||
"ClientProvidedName": "Custom connection name"
|
||||
},
|
||||
"WeChatSettings": {
|
||||
//"AppId": "wx5d8f281c2fd6594c",
|
||||
//"AppSecret": "974f45e4a0aaa075278db0477d0bd8b6"
|
||||
"AppId": "a",
|
||||
"AppSecret": "a"
|
||||
"AppId": "wx8c08da60bd207e64",
|
||||
"AppSecret": "76fa314c34762c0347bd613e488c6872"
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
|
||||
@ -251,7 +251,7 @@ public class AutoDotCodeConsumer(IConfiguration configuration,
|
||||
|
||||
#region 把本地文集上传到OOS上
|
||||
|
||||
var tempOssDownloadKey = "Journal/download/" + downloadFileName;
|
||||
var tempOssDownloadKey = "journal/download/" + downloadFileName;
|
||||
|
||||
const int bufferSize = 1 * 1024 * 1024; // 1MB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user