|
|
|
@@ -96,7 +96,7 @@ public class WxCouponPasswordController extends BaseController { |
|
|
|
return new ResultData(ErrorCode.COUPON_IS_TAKE_OFF); |
|
|
|
} |
|
|
|
if (coupon.getPrice() <= 0) { |
|
|
|
return new ResultData(ErrorCode.COUPON_IS_TAKE_OFF.getCode(),"面值未设置,请联系管理员."); |
|
|
|
return new ResultData(ErrorCode.COUPON_IS_TAKE_OFF.getCode(),"卡面值未设置,请联系管理员."); |
|
|
|
} |
|
|
|
|
|
|
|
// 卡密领取卡券 |
|
|
|
|