Files
DotNetCore.SKIT.FlurlHttpCl…/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/appsettings.json

24 lines
565 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
2021-12-04 16:11:49 +08:00
"TenpayOptions": {
"Merchants": [
{
2021-12-04 16:11:49 +08:00
"MerchantId": "<22><>д<EFBFBD>̻<EFBFBD><CCBB><EFBFBD>",
"SecretV3": "<22><>д<EFBFBD>̻<EFBFBD> V3 API <20><>Կ",
2021-12-04 16:11:49 +08:00
"CertSerialNumber": "<22><>д<EFBFBD>̻<EFBFBD>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD>",
"CertPrivateKey": "<22><>д<EFBFBD>̻<EFBFBD>֤<EFBFBD><D6A4><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>"
}
],
2021-12-04 16:11:49 +08:00
"NotifyUrl": "https://localhost:5001"
}
}