钱包订单退款时应当正确退回,充值时允许最低充值1分
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s

This commit is contained in:
2026-05-18 09:51:59 +08:00
parent d597a25c69
commit ed071918ed
8 changed files with 493 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ const (
// 代理充值金额限制(单位:分)
const (
AgentRechargeMinAmount = 10000 // 最小充值金额100元
AgentRechargeMinAmount = 1 // 最小充值金额1
AgentRechargeMaxAmount = 100000000 // 最大充值金额1000000元
)