mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
21 lines
401 B
JSON
21 lines
401 B
JSON
|
|
{
|
|||
|
|
"Logging": {
|
|||
|
|
"LogLevel": {
|
|||
|
|
"Default": "Information",
|
|||
|
|
"Microsoft": "Warning",
|
|||
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
|
|||
|
|
"AllowedHosts": "*",
|
|||
|
|
|
|||
|
|
"WechatOptions": {
|
|||
|
|
"Merchants": [
|
|||
|
|
{
|
|||
|
|
"MerchantId": "<22><>д<EFBFBD>̻<EFBFBD><CCBB><EFBFBD>"
|
|||
|
|
}
|
|||
|
|
],
|
|||
|
|
"CallbackEntry": "https://localhost:5001"
|
|||
|
|
}
|
|||
|
|
}
|