810 B
810 B
Deployment Guide
Backend (Django)
- Migrations: Run
python manage.py migrate shopto createWeChatUser,Distributortables. - Config: Ensure
WeChatPayConfigis active in Admin Panel with correctAppID,MchID,APIv3 Key, andCertificates. - Domain: Add
https://market.quant-speed.comto WeChat Admin -> Development Settings -> Server Domain.
Frontend (Taro Mini Program)
- Install:
npm installinmarket_page/miniprogram. - Build:
npm run build:weapp. - Upload: Open
dist/in WeChat Developer Tools. - AppID: Ensure
project.config.jsonhas the correct AppID.
WeChat Admin Configuration
- Request Domain: Add
https://market.quant-speed.com. - Payment: Link the Mini Program AppID to the Merchant ID in WeChat Pay Platform.