From 11340059c67e7c265f1fca1b67da6a03f0dec845 Mon Sep 17 00:00:00 2001 From: fengxinyhyl Date: Thu, 20 Jun 2024 09:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/store/coupon/StoreCouponRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/repositories/store/coupon/StoreCouponRepository.php b/app/common/repositories/store/coupon/StoreCouponRepository.php index eb37261..97d1b5d 100644 --- a/app/common/repositories/store/coupon/StoreCouponRepository.php +++ b/app/common/repositories/store/coupon/StoreCouponRepository.php @@ -290,7 +290,7 @@ class StoreCouponRepository extends BaseRepository throw new ValidateException('优惠券失效'); if (!is_null($coupon['issue'])) - throw new ValidateException('优惠券已领取'); + throw new ValidateException('该手机号已领取无法重复领取'); $this->sendCoupon($coupon, $uid,StoreCouponUserRepository::SEND_TYPE_RECEIVE); }