增量提交
This commit is contained in:
17
Claw/Server/gateway/config.json
Normal file
17
Claw/Server/gateway/config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user