Files
DotNetCore.SKIT.FlurlHttpCl…/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/appsettings.json
2022-11-24 11:45:00 +08:00

24 lines
609 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"TenpayOptions": {
"Merchants": [
{
"MerchantId": "填写商户号",
"SecretV3": "填写商户 V3 API 密钥",
"CertificateSerialNumber": "填写商户证书序列号",
"CertificatePrivateKey": "填写商户证书文件内容"
}
],
"NotifyUrl": "https://localhost:5001"
}
}