Files
JoyD/Claw/Server/gateway/config.json

18 lines
377 B
JSON
Raw Normal View History

2026-04-21 13:46:20 +08:00
{
"wechat": {
"token": "mytoken123456",
"corp_id": "wwa7bb7aec981103b4",
"encoding_aes_key": "PXP7FjoinIPc9WscGymDlf1VwMyBLh1cKJJSJFx2SO8",
"corp_secret": "your_corp_secret_here"
},
"wechat_mini_program": {
"app_id": "your_app_id",
"app_secret": "your_app_secret"
},
"debug": {
"wechat": false,
"config": false,
"http": true
}
}