mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
docs: 提供微信商户平台模块的示例项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"WechatOptions": {
|
||||
"Merchants": [
|
||||
{
|
||||
"MerchantId": "<22><>д<EFBFBD>̻<EFBFBD><CCBB><EFBFBD>"
|
||||
}
|
||||
],
|
||||
"CallbackEntry": "https://localhost:5001"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user