2022-11-24 11:45:00 +08:00
|
|
|
|
{
|
2021-07-30 14:09:25 +08:00
|
|
|
|
"Logging": {
|
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
2021-12-04 16:11:49 +08:00
|
|
|
|
"TenpayOptions": {
|
2021-07-30 14:09:25 +08:00
|
|
|
|
"Merchants": [
|
|
|
|
|
|
{
|
2022-05-01 16:25:03 +08:00
|
|
|
|
"MerchantId": "填写商户号",
|
|
|
|
|
|
"SecretV3": "填写商户 V3 API 密钥",
|
2022-11-24 11:45:00 +08:00
|
|
|
|
"CertificateSerialNumber": "填写商户证书序列号",
|
2025-06-04 23:53:34 +08:00
|
|
|
|
"CertificatePrivateKey": "填写商户证书文件内容",
|
|
|
|
|
|
"PlatformPublicKeyId": "填写平台公钥 ID(仅当基于平台公钥的认证方式时需要)",
|
|
|
|
|
|
"PlatformPublicKey": "填写平台公钥内容(仅当基于平台公钥的认证方式时需要)"
|
2021-07-30 14:09:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
2021-12-04 16:11:49 +08:00
|
|
|
|
"NotifyUrl": "https://localhost:5001"
|
2021-07-30 14:09:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|