- Add Alipay payment backend: RSA2 signing/verification, async notify, sync return - Add WeChat Pay backend: APIv3 signing, AES-GCM decryption, H5 pay, async notify - Add payment setting UI components for Alipay and WeChat Pay - Register config keys (24 items) in OptionMap for both gateways - Add API routes: /api/user/alipay/pay, /api/user/wechatpay/pay, /api/alipay/notify, /api/alipay/return, /api/wechatpay/notify - Add enable_alipay_topup/enable_wechatpay_topup to /api/status endpoint - Add i18n translations for all new UI strings (11 locales) - Fix: data is not defined ReferenceError in topup/index.jsx useEffect - Fix: unused imports in controller/topup_wechat.go - Update .gitignore for build artifacts |
||
|---|---|---|
| .. | ||
| api-router.go | ||
| dashboard.go | ||
| main.go | ||
| relay-router.go | ||
| video-router.go | ||
| web-router.go | ||