From 345de08ba60e93aa448083cf70ccccbd4cfdd0e3 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 08 八月 2025 17:08:27 +0800 Subject: [PATCH] pref:优化 --- FlexJobApi.Web.Entry/appsettings.json | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Web.Entry/appsettings.json b/FlexJobApi.Web.Entry/appsettings.json index 02ec129..f265ac3 100644 --- a/FlexJobApi.Web.Entry/appsettings.json +++ b/FlexJobApi.Web.Entry/appsettings.json @@ -16,6 +16,20 @@ "Access": "Redis", "Configuration": "118.178.252.28:5390,password=Bole123!" }, + "Wxmp": { + "Items": [ + { + "Code": "Personal", + "AppId": "wxb9e0baf4f87aa0de", + "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0" + }, + { + "Code": "Enterprise", + "AppId": "wx3669dd12a0915f7d ", + "AppSecret": "c03a62ad6822f1c925532c34183e7f7f" + } + ] + }, "Aliyun": { "OSS": { "AccessKeyId": "LTAI4GAdJ88mUMMFBHHiyDmS", @@ -31,7 +45,7 @@ } }, "SMS": { - "Enable": false, + "Enable": true, "AccessKeyId": "LTAI5tMS7qz1duiyncCqxB8H", "AccessSecret": "TEHSXK6f6Njg0v0MSFkrjURofdjuKQ", "Version": "2017-05-25", -- Gitblit v1.9.1