From 63a83521fa76fbbbd39656d85ec5a251c46e0ed3 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 02 一月 2025 10:36:13 +0800 Subject: [PATCH] 修正发增加欠费错误重新发起支付 --- cylsg/EzWechat/WechatConfig.json | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/cylsg/EzWechat/WechatConfig.json b/cylsg/EzWechat/WechatConfig.json index f238b57..2072927 100644 --- a/cylsg/EzWechat/WechatConfig.json +++ b/cylsg/EzWechat/WechatConfig.json @@ -3,5 +3,17 @@ "AppId": "wx983556688354dd14", "AppSecret": "2ab1aefaac926855dc9d5f7bf7f04477" + }, + + "WechartPay": { + + "MerchantV3Secret": "lojdhuqyt5648dikunm623ddsl2543a5", + "MerchantId": "1669018589", + "MerchantCertificateSerialNumber": "49FFE8CB27B5EDD026BFF23C41F0DAA83405EB10", + "apiclient_keyFile": "wwwroot\\wechartKey\\apiclient_key.pem", + "PayMoneyMax": 200 + + + } } \ No newline at end of file -- Gitblit v1.9.1