Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests/appsettings.json

10 lines
447 B
JSON
Raw Normal View History

2024-01-30 23:01:06 +08:00
{
"TestConfigs": {
2022-01-20 23:20:03 +08:00
"MerchantId": "请在此填写用于测试的微信商户号",
"MerchantSecret": "请在此填写用于测试的微信商户 API 密钥",
"MerchantCertificateBase64String": "请在此填写用于测试的微信商户证书内容的 Base64 字节数组",
2022-01-26 14:17:37 +08:00
"AppId": "请在此填写用于测试的微信 AppId",
2022-01-20 23:20:03 +08:00
"OpenId": "请在此填写用于测试的微信用户唯一标识"
2024-01-30 23:01:06 +08:00
}
2022-05-06 20:29:27 +08:00
}