Merge branch 'qCloud' of git.yoho.cn:fe/yohobuywap-node into qCloud
Showing
1 changed file
with
0 additions
and
5 deletions
1 | 'use strict'; | 1 | 'use strict'; |
2 | 2 | ||
3 | const api = global.yoho.API; | 3 | const api = global.yoho.API; |
4 | -const logger = global.yoho.logger; | ||
5 | const utils = '../../../utils'; | 4 | const utils = '../../../utils'; |
6 | const productProcess = require(`${utils}/product-process`); | 5 | const productProcess = require(`${utils}/product-process`); |
7 | 6 | ||
@@ -29,8 +28,6 @@ const mayLike = (uid, page, limit, gender, udid, recPos, channel) => { | @@ -29,8 +28,6 @@ const mayLike = (uid, page, limit, gender, udid, recPos, channel) => { | ||
29 | } | 28 | } |
30 | } | 29 | } |
31 | 30 | ||
32 | - } else { | ||
33 | - logger.error('mayLike cood 不是 200'); | ||
34 | } | 31 | } |
35 | }); | 32 | }); |
36 | }; | 33 | }; |
@@ -54,8 +51,6 @@ const mayLikeKids = (page, limit, channel) => { | @@ -54,8 +51,6 @@ const mayLikeKids = (page, limit, channel) => { | ||
54 | return productProcess.processProductList(result.data.product_list); | 51 | return productProcess.processProductList(result.data.product_list); |
55 | 52 | ||
56 | } | 53 | } |
57 | - } else { | ||
58 | - logger.error('mayLikeKids cood 不是 200'); | ||
59 | } | 54 | } |
60 | }); | 55 | }); |
61 | }; | 56 | }; |
-
Please register or login to post a comment