TuringToken/model
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
..
ability.go Initial commit 2026-06-03 10:01:10 +08:00
aff_funnel_daily.go Initial commit 2026-06-03 10:01:10 +08:00
aff_invite_commission_log.go Initial commit 2026-06-03 10:01:10 +08:00
aff_invite_profit_share_log.go Initial commit 2026-06-03 10:01:10 +08:00
aff_invite_relation.go Initial commit 2026-06-03 10:01:10 +08:00
channel.go Initial commit 2026-06-03 10:01:10 +08:00
channel_cache.go Initial commit 2026-06-03 10:01:10 +08:00
channel_model_heat.go Initial commit 2026-06-03 10:01:10 +08:00
channel_model_route_index.go Initial commit 2026-06-03 10:01:10 +08:00
channel_price_discount.go Initial commit 2026-06-03 10:01:10 +08:00
channel_satisfy.go Initial commit 2026-06-03 10:01:10 +08:00
checkin.go Initial commit 2026-06-03 10:01:10 +08:00
custom_oauth_provider.go Initial commit 2026-06-03 10:01:10 +08:00
db_time.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_analytics.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_application.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_markup_resolve.go Initial commit 2026-06-03 10:01:10 +08:00
distributor_withdrawal.go Initial commit 2026-06-03 10:01:10 +08:00
image_per_image_hint.go Initial commit 2026-06-03 10:01:10 +08:00
log.go Initial commit 2026-06-03 10:01:10 +08:00
main.go feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
midjourney.go Initial commit 2026-06-03 10:01:10 +08:00
missing_models.go Initial commit 2026-06-03 10:01:10 +08:00
model_extra.go Initial commit 2026-06-03 10:01:10 +08:00
model_meta.go Initial commit 2026-06-03 10:01:10 +08:00
model_tag.go Initial commit 2026-06-03 10:01:10 +08:00
model_test_result.go Initial commit 2026-06-03 10:01:10 +08:00
operation_log.go feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
option.go feat: add Alipay and WeChat Pay payment gateway support 2026-06-08 09:01:33 +08:00
passkey.go Initial commit 2026-06-03 10:01:10 +08:00
prefill_group.go Initial commit 2026-06-03 10:01:10 +08:00
pricing.go Initial commit 2026-06-03 10:01:10 +08:00
pricing_default.go Initial commit 2026-06-03 10:01:10 +08:00
pricing_refresh.go Initial commit 2026-06-03 10:01:10 +08:00
redemption.go Initial commit 2026-06-03 10:01:10 +08:00
route_slug.go Initial commit 2026-06-03 10:01:10 +08:00
rule_unit_price_test.go Initial commit 2026-06-03 10:01:10 +08:00
setup.go Initial commit 2026-06-03 10:01:10 +08:00
subscription.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_application.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_capability.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_model_pricing_tables.go Initial commit 2026-06-03 10:01:10 +08:00
supplier_pricing.go Initial commit 2026-06-03 10:01:10 +08:00
task.go Initial commit 2026-06-03 10:01:10 +08:00
task_cas_test.go Initial commit 2026-06-03 10:01:10 +08:00
token.go Initial commit 2026-06-03 10:01:10 +08:00
token_cache.go Initial commit 2026-06-03 10:01:10 +08:00
topup.go Initial commit 2026-06-03 10:01:10 +08:00
twofa.go Initial commit 2026-06-03 10:01:10 +08:00
usedata.go Initial commit 2026-06-03 10:01:10 +08:00
user.go Initial commit 2026-06-03 10:01:10 +08:00
user_cache.go Initial commit 2026-06-03 10:01:10 +08:00
user_oauth_binding.go Initial commit 2026-06-03 10:01:10 +08:00
user_tag.go Initial commit 2026-06-03 10:01:10 +08:00
utils.go Initial commit 2026-06-03 10:01:10 +08:00
vendor_meta.go Initial commit 2026-06-03 10:01:10 +08:00
video_flat_clip_hint.go Initial commit 2026-06-03 10:01:10 +08:00
video_flat_clip_hint_markup_test.go Initial commit 2026-06-03 10:01:10 +08:00
video_flat_clip_hint_test.go Initial commit 2026-06-03 10:01:10 +08:00