...
|
...
|
@@ -153,8 +153,6 @@ exports.webShareCouponSend = (req, res, next) => { |
|
|
}
|
|
|
}
|
|
|
|
|
|
console.log('UID:', uid, 'APP:', app, activityId, templateId);
|
|
|
|
|
|
if (uid === '' || uid === 0 || !parseInt(activityId, 10) || !parseInt(templateId, 10)) {
|
|
|
return res.jsonp(resultData);
|
|
|
}
|
...
|
...
|
|