docs: 提供微信公众平台模块的示例项目

This commit is contained in:
Fu Diwei
2021-07-27 18:37:11 +08:00
parent 0fd94ea541
commit b62867de8d
18 changed files with 616 additions and 7 deletions

View File

@@ -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"
}
}