fix pdf文件夹名称
This commit is contained in:
@ -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