mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
chore: 升级示例项目为基于 .NET 6.0 的实现
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"WechatOptions": {
|
||||
"Accounts": [
|
||||
{
|
||||
"AppId": "填写 AppId",
|
||||
"AppSecret": "填写 AppSecret"
|
||||
}
|
||||
],
|
||||
"CallbackState": "SKIT.FlurlHttpClient.Wechat",
|
||||
"CallbackToken": "填写服务器推送的 Token"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user