18 lines
377 B
JSON
18 lines
377 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|