增量提交

This commit is contained in:
zqm
2026-04-21 13:46:20 +08:00
parent f64209cb04
commit 09eb6fb1bd
44 changed files with 4411 additions and 931 deletions

View 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
}
}