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

View File

@@ -1,4 +1,4 @@
{
{
"Logging": {
"LogLevel": {
"Default": "Information",
@@ -14,8 +14,8 @@
{
"MerchantId": "填写商户号",
"SecretV3": "填写商户 V3 API 密钥",
"CertSerialNumber": "填写商户证书序列号",
"CertPrivateKey": "填写商户证书文件内容"
"CertificateSerialNumber": "填写商户证书序列号",
"CertificatePrivateKey": "填写商户证书文件内容"
}
],
"NotifyUrl": "https://localhost:5001"