diff --git a/QYZH.InteractiveMagazine.WebApi/appsettings.json b/QYZH.InteractiveMagazine.WebApi/appsettings.json index 005ed1b..7bd4a04 100644 --- a/QYZH.InteractiveMagazine.WebApi/appsettings.json +++ b/QYZH.InteractiveMagazine.WebApi/appsettings.json @@ -22,10 +22,8 @@ "ClientProvidedName": "Custom connection name" }, "WeChatSettings": { - //"AppId": "wx5d8f281c2fd6594c", - //"AppSecret": "974f45e4a0aaa075278db0477d0bd8b6" - "AppId": "a", - "AppSecret": "a" + "AppId": "wx8c08da60bd207e64", + "AppSecret": "76fa314c34762c0347bd613e488c6872" }, "Serilog": { "MinimumLevel": { diff --git a/QYZH.InteractiveMagazine.WorkService/Consumers/AutoDotCodeConsumer.cs b/QYZH.InteractiveMagazine.WorkService/Consumers/AutoDotCodeConsumer.cs index 7d3e038..9e8024f 100644 --- a/QYZH.InteractiveMagazine.WorkService/Consumers/AutoDotCodeConsumer.cs +++ b/QYZH.InteractiveMagazine.WorkService/Consumers/AutoDotCodeConsumer.cs @@ -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