mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"TenpayOptions": {
|
|
"Merchants": [
|
|
{
|
|
"MerchantId": "填写商户号",
|
|
"SecretV3": "填写 V3 API 密钥",
|
|
"CertSerialNumber": "填写商户证书序列号",
|
|
"CertPrivateKey": "填写商户证书文件内容"
|
|
}
|
|
],
|
|
"NotifyUrl": "https://localhost:5001"
|
|
}
|
|
}
|