Files
DotNetCore.SKIT.FlurlHttpCl…/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/appsettings.json
2025-06-04 23:53:34 +08:00

26 lines
846 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"TenpayOptions": {
"Merchants": [
{
"MerchantId": "填写商户号",
"SecretV3": "填写商户 V3 API 密钥",
"CertificateSerialNumber": "填写商户证书序列号",
"CertificatePrivateKey": "填写商户证书文件内容",
"PlatformPublicKeyId": "填写平台公钥 ID仅当基于平台公钥的认证方式时需要",
"PlatformPublicKey": "填写平台公钥内容(仅当基于平台公钥的认证方式时需要)"
}
],
"NotifyUrl": "https://localhost:5001"
}
}