Merge branch 'feature/intallment' into 'release/5.6'
有货分期商品不传Order,大数据上报延迟时间调整 See merge request !486
Showing
3 changed files
with
2 additions
and
3 deletions
@@ -290,7 +290,6 @@ const getSearchIntallment = (params) => { | @@ -290,7 +290,6 @@ const getSearchIntallment = (params) => { | ||
290 | return middleApi('', { | 290 | return middleApi('', { |
291 | method: 'app.search.instalment', | 291 | method: 'app.search.instalment', |
292 | limit: '50', | 292 | limit: '50', |
293 | - order: 's_t_desc', | ||
294 | page: params.page | 293 | page: params.page |
295 | }, { | 294 | }, { |
296 | cache: true, | 295 | cache: true, |
-
Please register or login to post a comment