Authored by 郭成尧

'shop-coupon'

@@ -395,7 +395,7 @@ const userCoupon = (req, res, next) => { @@ -395,7 +395,7 @@ const userCoupon = (req, res, next) => {
395 } 395 }
396 396
397 if (req.user.uid) { 397 if (req.user.uid) {
398 - listModel.receiveCoupon( 398 + listModel.receiveCoupon(
399 req.user.uid, 399 req.user.uid,
400 crypto.decrypt('', req.body.couponID) 400 crypto.decrypt('', req.body.couponID)
401 ).then(result => { 401 ).then(result => {