Authored by 邱骏

update

... ... @@ -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);
}
... ...
... ... @@ -65,7 +65,6 @@ class individuationModel extends global.yoho.BaseModel {
}, params),
param: {cache: true}
}).then(res => {
console.log(res.data);
let data = [],
lst = (res && res.data && res.data.product_list) || [];
... ...
... ... @@ -57,7 +57,7 @@ module.exports = {
testCode: 'yoho4946abcdef#$%&!@',
domains: domains,
yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', // 用于本地调线上接口验签
// yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', // 用于本地调线上接口验签
signExtend: {
business_line: 'yohobuy'
},
... ...