更新前端个人中心

This commit is contained in:
2025-06-05 17:06:39 +08:00
parent d4017014f5
commit e1e51c8c6f
9 changed files with 2640 additions and 564 deletions
+5
View File
@@ -0,0 +1,5 @@
return [
'app_id' => env('wechat.app_id'),
'secret' => env('wechat.secret'),
// 其他配置项...
];