From cc88a464d5f1d8d9f00f4eae04f63ce54ecc077d Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期四, 22 五月 2025 13:40:27 +0800 Subject: [PATCH] 钉钉接口修改 --- StandardInterface/MESApplication/Config/appsettings.json | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MESApplication/Config/appsettings.json b/StandardInterface/MESApplication/Config/appsettings.json index 3f6e8e8..9957c71 100644 --- a/StandardInterface/MESApplication/Config/appsettings.json +++ b/StandardInterface/MESApplication/Config/appsettings.json @@ -1,4 +1,4 @@ -{ +/*{ "Logging": { "LogLevel": { "Default": "Information", @@ -14,4 +14,23 @@ "X-KDApi-AppSec": "817a815631c24517b931ecebe8f8eae1", "X-KDApi-LCID": "2052", "X-KDApi-ServerUrl": "http://47.96.178.105/k3cloud" +}*/ + + +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*", + "Version": "1.0.0", + "X-KDApi-AcctID": "6533e4ab79156b", + "X-KDApi-UserName": "鎺ュ彛浼犺緭", + "X-KDApi-AppID": "312912_623D2YuEyMAeQ59HTY5qywUM1h3a5qPp", + "X-KDApi-AppSec": "fce5af4fdb1a4640a07f277b3da583ce", + "X-KDApi-LCID": "2052", + "X-KDApi-ServerUrl": "http://47.96.178.105/k3cloud" } \ No newline at end of file -- Gitblit v1.9.3