操控平台后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
981 B

4 months ago
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"Wechat": {
//
"WechatAppId": "",
"WechatAppSecret": "",
//
"WxOpenAppId": "",
"WxOpenAppSecret": ""
},
//
"WechatPay": {
"AppId": "", // AppIdAppIdAppIdCorpId
"MerchantId": "", //
"MerchantV3Secret": "", // APIv3
"MerchantCertificateSerialNumber": "", //
"MerchantCertificatePrivateKey": "\\WxPayCert\\apiclient_key.pem" // API(apiclient_key.pem)
},
//
"PayCallBack": {
"WechatPayUrl": "https://xxx/api/sysWechatPay/payCallBack", //
"WechatRefundUrl": "", // 退
"AlipayUrl": "", //
"AlipayRefundUrl": "" // 退
}
}