|
|
@@ -119,11 +119,11 @@ var (
|
|
|
NotUnPay = []string{"notUnPay", "无法支付,该订单已支付或者已过期"}
|
|
|
NotPayWayTime = []string{"notPayWayTime", "无法支付,促销期间只允许提货券支付"}
|
|
|
|
|
|
- NotEnoughPay = []string{"notEnouphPay", "无法支付,不支持微信支付,提货券余额不足!"}
|
|
|
+ NotEnoughPay = []string{"notEnouphPay", "无法支付,提货券余额不足!"}
|
|
|
NotRightPayWay = []string{"notRightPayWay", "无法支付,该订单只支持微信支付"}
|
|
|
HasAlreadyPay = []string{"hasAlreadyPay", "该订单已支付过"}
|
|
|
NotPayInTime = []string{"notPayInTime", "没在规定时间内完成支付"}
|
|
|
- PayWayNotAllow = []string{"payWayNotAllow", "不支持该支付方式"}
|
|
|
+ PayWayNotAllow = []string{"payWayNotAllow", "暂不支持微信支付!"}
|
|
|
PayNoAuthed = []string{"payNoAuthed", "支付未授权"}
|
|
|
PhoneInvalid = []string{"phoneInvalid", "手机号码格式不正确"}
|
|
|
PhoneExist = []string{"phoneExist", "手机号码已被注册,请更换其他号码"}
|