feat:add support for wechat official account

This commit is contained in:
wangcham
2025-02-10 09:16:33 -05:00
parent 7ba655902b
commit ac628b26d9
2 changed files with 18 additions and 7 deletions
+10
View File
@@ -65,6 +65,16 @@
"callback_url": "http://your-callback-url:2286/gewechat/callback",
"app_id": "",
"token": ""
},
{
"adapter":"officialaccount",
"enable": true,
"token": "",
"EncodingAESKey":"",
"AppSecret":"",
"AppID":"",
"host": "0.0.0.0",
"port": 2287
}
],
"track-function-calls": true,