master
wangxinglong 2022-02-08 15:50:10 +08:00
parent f734476251
commit 87671f10d6
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class Coupon extends Base
return $this->json(4001, "参数错误");
}
if($coupon->is_verificated != CouponModel::is_verificated_off){
return $this->json(4001, "优惠券验证");
return $this->json(4001, "优惠券验证");
}
if($coupon->status != CouponMain::status_on){
return $this->json(4001, "优惠券已停用");