mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
23 lines
510 B
JSON
23 lines
510 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"WechatOptions": {
|
|
"Accounts": [
|
|
{
|
|
"AppId": "填写 AppId",
|
|
"AppSecret": "填写 AppSecret"
|
|
}
|
|
],
|
|
"CallbackState": "SKIT.FlurlHttpClient.Wechat",
|
|
"CallbackToken": "填写服务器推送的 Token"
|
|
}
|
|
}
|