This commit is contained in:
苏尹岚
2020-12-09 17:59:04 +08:00
parent 4a4e4a69a9
commit b4dfec99a2

View File

@@ -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("用户余额不足,请充值!")
}
//账户支出