aa
This commit is contained in:
@@ -642,7 +642,7 @@ func RechargeMtMembers(ctx *jxcontext.Context, phone int) (errCode string, err e
|
||||
if err != nil {
|
||||
return errCode, err
|
||||
}
|
||||
if userBill.AccountBalance < 1000 {
|
||||
if userBill.AccountBalance < 1100 {
|
||||
return model.ErrCodeAccountBalanceNotEnough, fmt.Errorf("用户余额不足,请充值!")
|
||||
}
|
||||
//账户支出
|
||||
|
||||
Reference in New Issue
Block a user