From 45e3e2f4b3a55c3949c8a5bc5e6928f0cc2cacb1 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期一, 23 十月 2023 10:45:25 +0800 Subject: [PATCH] no message --- api/Api.Operater/appsettings.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/api/Api.Operater/appsettings.json b/api/Api.Operater/appsettings.json index ea3e79f..72ff20b 100644 --- a/api/Api.Operater/appsettings.json +++ b/api/Api.Operater/appsettings.json @@ -60,6 +60,8 @@ // 目前仅调用"企业付款到银行卡API [V2]"时使用,执行本示例中的"获取RSA加密公钥API [V2]"即可获取。 "RsaPublicKey": "" }, + //企微webhook + "qw_webhook": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1e5a8b47-b108-40a6-9a29-d629863bd066", "DbConnection": [ { ////测试 -- Gitblit v1.9.3