Merge branch 'feature/coupon' of http://git.dev.yoho.cn/web/yohobuy into feature/coupon
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -116,7 +116,7 @@ class CouponController extends AbstractAction | @@ -116,7 +116,7 @@ class CouponController extends AbstractAction | ||
116 | public function getCoupon($couponIds) | 116 | public function getCoupon($couponIds) |
117 | { | 117 | { |
118 | foreach ($couponIds as $key => $value) { | 118 | foreach ($couponIds as $key => $value) { |
119 | - // 后端一些处理操作 | 119 | + // 后端一些处理操作 + 1 |
120 | } | 120 | } |
121 | return rand(1,4); | 121 | return rand(1,4); |
122 | } | 122 | } |
-
Please register or login to post a comment