diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index c36af677a..d53fe9096 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -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("用户余额不足,请充值!") } //账户支出