setter
parent
f734476251
commit
87671f10d6
|
@ -402,7 +402,7 @@ class Coupon extends Base
|
||||||
return $this->json(4001, "参数错误");
|
return $this->json(4001, "参数错误");
|
||||||
}
|
}
|
||||||
if($coupon->is_verificated != CouponModel::is_verificated_off){
|
if($coupon->is_verificated != CouponModel::is_verificated_off){
|
||||||
return $this->json(4001, "优惠券验证");
|
return $this->json(4001, "优惠券已验证");
|
||||||
}
|
}
|
||||||
if($coupon->status != CouponMain::status_on){
|
if($coupon->status != CouponMain::status_on){
|
||||||
return $this->json(4001, "优惠券已停用");
|
return $this->json(4001, "优惠券已停用");
|
||||||
|
|
Loading…
Reference in New Issue