Authored by wujiexiang

优惠券库存不足:异常码

... ... @@ -68,7 +68,7 @@ public class SingleCentCouponServiceImpl implements SingleCentCouponService {
if (!succ) {
logger.warn("coupon has arrive max num,no coupon can acquire:{},{}", uid, coupon.getCouponToken());
throw new ServiceException(ServiceError.PROMOTION_COUPON_HAS_NO_VAILD);
throw new ServiceException(ServiceError.PROMOTION_COUPON_HAS_ARRIVE_MAX_NUM);
}
}
... ...