钱包订单退款时应当正确退回,充值时允许最低充值1分
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s
This commit is contained in:
@@ -44,7 +44,7 @@ const (
|
||||
|
||||
// 代理充值金额限制(单位:分)
|
||||
const (
|
||||
AgentRechargeMinAmount = 10000 // 最小充值金额(100元)
|
||||
AgentRechargeMinAmount = 1 // 最小充值金额(1分)
|
||||
AgentRechargeMaxAmount = 100000000 // 最大充值金额(1000000元)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user