chore: 首次提交 - 关联 GitHub fnvtk/MBTI_wang

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 12:39:38 +08:00
commit eb510304c0
259 changed files with 60464 additions and 0 deletions

7
api/config/wechat.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
// 微信小程序配置
// 这里直接读取 .env 中的 WECHAT_APP_ID / WECHAT_APP_SECRET和现有配置保持一致
return [
'app_id' => env('WECHAT_APP_ID', ''),
'app_secret' => env('WECHAT_APP_SECRET', ''),
];