Browse Source

优惠券返券活动--添加活动过期提示

master
liangyuyan 5 years ago
parent
commit
c0ac902090
  1. 2
      app/Service/CouponRebateService.php

2
app/Service/CouponRebateService.php

@ -42,7 +42,7 @@ class CouponRebateService implements CouponRebateServiceInterface
// status: 0领取成功 >0领取失败
$result = [
'status' => 1,
'coupon_text' => '继续努力~'
'coupon_text' => '活动已过期~'
];
// 错误日志记录

Loading…
Cancel
Save