Merge branch 'qCloud' of http://git.yoho.cn/fe/yohobuywap-node into qCloud
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -331,7 +331,7 @@ const getDynamicDataByIds = (ids, udid, other) => { | @@ -331,7 +331,7 @@ const getDynamicDataByIds = (ids, udid, other) => { | ||
331 | }); | 331 | }); |
332 | } | 332 | } |
333 | 333 | ||
334 | - return serviceAPI.get('guang/api/*/article/getSimpleArticleList', params, {cache: true}); | 334 | + return serviceAPI.get('guang/api/v6/article/getSimpleArticleList', params, {cache: true}); |
335 | }; | 335 | }; |
336 | 336 | ||
337 | /** | 337 | /** |
@@ -340,7 +340,7 @@ const getDynamicDataByIds = (ids, udid, other) => { | @@ -340,7 +340,7 @@ const getDynamicDataByIds = (ids, udid, other) => { | ||
340 | * @returns {Promise.<T>|*} | 340 | * @returns {Promise.<T>|*} |
341 | */ | 341 | */ |
342 | const getDynamicDataById = (id, uid, udid) => { | 342 | const getDynamicDataById = (id, uid, udid) => { |
343 | - return serviceAPI.get('/gateway/guang/api/*/article/getArticlePraiseAndFavor', { | 343 | + return serviceAPI.get('/gateway/guang/api/v6/article/getArticlePraiseAndFavor', { |
344 | id: id, | 344 | id: id, |
345 | uid: uid, | 345 | uid: uid, |
346 | udid: udid | 346 | udid: udid |
-
Please register or login to post a comment