Authored by 郭成尧

'shop-coupon'

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