mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
10 lines
447 B
JSON
10 lines
447 B
JSON
{
|
|
"TestConfigs": {
|
|
"MerchantId": "请在此填写用于测试的微信商户号",
|
|
"MerchantSecret": "请在此填写用于测试的微信商户 API 密钥",
|
|
"MerchantCertificateBase64String": "请在此填写用于测试的微信商户证书内容的 Base64 字节数组",
|
|
"AppId": "请在此填写用于测试的微信 AppId",
|
|
"OpenId": "请在此填写用于测试的微信用户唯一标识"
|
|
}
|
|
}
|