chore: 升级示例项目为基于 .NET 6.0 的实现

This commit is contained in:
Fu Diwei
2021-12-27 19:39:03 +08:00
parent 15e9042cad
commit b2ce287136
36 changed files with 23 additions and 19 deletions

View File

@@ -0,0 +1,23 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"TenpayOptions": {
"Merchants": [
{
"MerchantId": "<22><>д<EFBFBD>̻<EFBFBD><CCBB><EFBFBD>",
"SecretV3": "<22><>д V3 API <20><>Կ",
"CertSerialNumber": "<22><>д<EFBFBD>̻<EFBFBD>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD>",
"CertPrivateKey": "<22><>д<EFBFBD>̻<EFBFBD>֤<EFBFBD><D6A4><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>"
}
],
"NotifyUrl": "https://localhost:5001"
}
}