Authored by 邱骏

update

@@ -153,8 +153,6 @@ exports.webShareCouponSend = (req, res, next) => { @@ -153,8 +153,6 @@ exports.webShareCouponSend = (req, res, next) => {
153 } 153 }
154 } 154 }
155 155
156 - console.log('UID:', uid, 'APP:', app, activityId, templateId);  
157 -  
158 if (uid === '' || uid === 0 || !parseInt(activityId, 10) || !parseInt(templateId, 10)) { 156 if (uid === '' || uid === 0 || !parseInt(activityId, 10) || !parseInt(templateId, 10)) {
159 return res.jsonp(resultData); 157 return res.jsonp(resultData);
160 } 158 }
@@ -65,7 +65,6 @@ class individuationModel extends global.yoho.BaseModel { @@ -65,7 +65,6 @@ class individuationModel extends global.yoho.BaseModel {
65 }, params), 65 }, params),
66 param: {cache: true} 66 param: {cache: true}
67 }).then(res => { 67 }).then(res => {
68 - console.log(res.data);  
69 let data = [], 68 let data = [],
70 lst = (res && res.data && res.data.product_list) || []; 69 lst = (res && res.data && res.data.product_list) || [];
71 70
@@ -57,7 +57,7 @@ module.exports = { @@ -57,7 +57,7 @@ module.exports = {
57 testCode: 'yoho4946abcdef#$%&!@', 57 testCode: 'yoho4946abcdef#$%&!@',
58 domains: domains, 58 domains: domains,
59 59
60 - yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', // 用于本地调线上接口验签 60 + // yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', // 用于本地调线上接口验签
61 signExtend: { 61 signExtend: {
62 business_line: 'yohobuy' 62 business_line: 'yohobuy'
63 }, 63 },