...
|
...
|
@@ -100,7 +100,7 @@ exports.getCouponStatus = (params) => { |
|
|
|
|
|
if ([2, 3].indexOf(status) > -1) {
|
|
|
const cou = {
|
|
|
id: crypto.encryption('yoho9646abcdefgh', item.couponId) // 加密优惠券号
|
|
|
id: crypto.encryption('yoho9646abcdefgh', String(item.couponId)) // 加密优惠券号
|
|
|
};
|
|
|
|
|
|
if (status === 2) {
|
...
|
...
|
|