代理在线充值
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m6s

This commit is contained in:
2026-07-27 16:02:55 +08:00
parent a2166c8011
commit cbf909b878
42 changed files with 3121 additions and 195 deletions

View File

@@ -0,0 +1,11 @@
DROP INDEX IF EXISTS idx_payment_agent_recharge_pending;
DROP INDEX IF EXISTS idx_agent_recharge_online_pending;
DROP INDEX IF EXISTS uk_payment_method_trade_no;
DROP INDEX IF EXISTS uk_agent_recharge_user_request;
ALTER TABLE tb_payment
DROP COLUMN IF EXISTS qr_content;
ALTER TABLE tb_agent_recharge_record
DROP COLUMN IF EXISTS request_fingerprint,
DROP COLUMN IF EXISTS request_id;