From c0bd6b8200ff82c459cfbf6bd7ae3485fdcf6da0 Mon Sep 17 00:00:00 2001 From: glz <694770232@qq.com> Date: Mon, 29 Jun 2026 17:04:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20pdf=E6=96=87=E4=BB=B6=E5=A4=B9=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QYZH.InteractiveMagazine.WebApi/appsettings.json | 6 ++---- .../Consumers/AutoDotCodeConsumer.cs | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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