mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
docs: 提供微信公众平台模块的示例项目
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