Authored by 郭成尧

'shop-coupon-uid'

... ... @@ -495,6 +495,9 @@ const userCoupon = (req, res, next) => {
}
}
cryptCouponId = parseInt(cryptCouponId, 10);
uid = parseInt(uid, 10);
if (uid) {
listModel.receiveCoupon(
uid,
... ...