BotSharp/BotSharp.WebHost/Settings/channels.weixin.json

9 lines
115 B
JSON
Raw Normal View History

2018-10-19 03:41:24 +00:00
{
"weixinChannel": {
"token": "botsharp",
"encodingAESKey": "",
2018-11-01 15:29:31 +00:00
"appId": "",
"agentId": ""
2018-10-19 03:41:24 +00:00
}
}