test(tenpayv3): 修改配置项

This commit is contained in:
fudiwei
2022-11-24 11:45:00 +08:00
parent afd6418cee
commit 492b7e4df3
9 changed files with 36 additions and 31 deletions
@@ -1,9 +1,9 @@
{
{
"TestConfig": {
"MerchantId": "请在此填写用于测试的微信商户号",
"MerchantSecret": "请在此填写用于测试的微信商户 API v3 密钥",
"MerchantCertSerialNumber": "请在此填写用于测试的微信商户 API 证书序列号",
"MerchantCertPrivateKey": "请在此填写用于测试的微信商户 API 证书私钥(字符串格式)",
"MerchantCertificateSerialNumber": "请在此填写用于测试的微信商户 API 证书序列号",
"MerchantCertificatePrivateKey": "请在此填写用于测试的微信商户 API 证书私钥(字符串格式)",
"AppId": "请在此填写用于测试的微信 AppId",
"OpenId": "请在此填写用于测试的微信用户唯一标识"
},