Showing
1 changed file
with
2 additions
and
2 deletions
@@ -217,8 +217,8 @@ const yohood = { | @@ -217,8 +217,8 @@ const yohood = { | ||
217 | 217 | ||
218 | let couponDetail = await req.ctx(YohoodModel).getCouponDetail(uid, couponId); | 218 | let couponDetail = await req.ctx(YohoodModel).getCouponDetail(uid, couponId); |
219 | 219 | ||
220 | - // console.log('couponDetail:', couponDetail); | ||
221 | - // console.log('couponInfo', couponInfo.data[0].coupon_num); | 220 | + console.log('couponDetail:', couponDetail, uid, couponId); |
221 | + console.log('couponInfo', couponInfo.data[0].coupon_num); | ||
222 | 222 | ||
223 | if (couponDetail.code === 200 && couponDetail.data.length > 0) { | 223 | if (couponDetail.code === 200 && couponDetail.data.length > 0) { |
224 | return res.json(couponDetail); | 224 | return res.json(couponDetail); |
-
Please register or login to post a comment