tokenFactory/router
xiezhouwei 6fc114ec32 feat: add Alipay and WeChat Pay payment gateway support
- 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
2026-06-08 09:01:33 +08:00
..
api-router.go feat: add Alipay and WeChat Pay payment gateway support 2026-06-08 09:01:33 +08:00
dashboard.go Initial commit 2026-06-03 10:01:10 +08:00
main.go Initial commit 2026-06-03 10:01:10 +08:00
relay-router.go Initial commit 2026-06-03 10:01:10 +08:00
video-router.go Initial commit 2026-06-03 10:01:10 +08:00
web-router.go Initial commit 2026-06-03 10:01:10 +08:00