Showing
1 changed file
with
0 additions
and
4 deletions
@@ -29,8 +29,6 @@ const mayLike = (uid, page, limit, gender, udid, recPos, channel) => { | @@ -29,8 +29,6 @@ const mayLike = (uid, page, limit, gender, udid, recPos, channel) => { | ||
29 | } | 29 | } |
30 | } | 30 | } |
31 | 31 | ||
32 | - } else { | ||
33 | - logger.error('mayLike cood 不是 200'); | ||
34 | } | 32 | } |
35 | }); | 33 | }); |
36 | }; | 34 | }; |
@@ -54,8 +52,6 @@ const mayLikeKids = (page, limit, channel) => { | @@ -54,8 +52,6 @@ const mayLikeKids = (page, limit, channel) => { | ||
54 | return productProcess.processProductList(result.data.product_list); | 52 | return productProcess.processProductList(result.data.product_list); |
55 | 53 | ||
56 | } | 54 | } |
57 | - } else { | ||
58 | - logger.error('mayLikeKids cood 不是 200'); | ||
59 | } | 55 | } |
60 | }); | 56 | }); |
61 | }; | 57 | }; |
-
Please register or login to post a comment