Refactor WeChat integration to support multiple mini programs, removing hardcoded WeChat credentials and updating user model and authentication flow accordingly.

This commit is contained in:
nepiedg
2025-12-29 11:25:35 +00:00
parent 9b47421b45
commit 589223ebd3
10 changed files with 224 additions and 79 deletions
-4
View File
@@ -9,9 +9,5 @@ DB_USER=root
DB_PASSWORD=your_password
DB_NAME=wx_service
# 微信小程序配置
WECHAT_APP_ID=your_app_id
WECHAT_APP_SECRET=your_app_secret
# JWT配置
JWT_SECRET=your-secret-key-change-in-production