Showing
1 changed file
with
2 additions
and
1 deletions
@@ -47,7 +47,8 @@ module.exports = { | @@ -47,7 +47,8 @@ module.exports = { | ||
47 | udid: params.udid || 0, | 47 | udid: params.udid || 0, |
48 | yh_channel: params.yh_channel, | 48 | yh_channel: params.yh_channel, |
49 | limit: params.limit, | 49 | limit: params.limit, |
50 | - need_filter: 'null' | 50 | + need_filter: 'null', |
51 | + rec_pos: '100008' | ||
51 | }, { | 52 | }, { |
52 | cache: true | 53 | cache: true |
53 | }).then(res => { | 54 | }).then(res => { |
-
Please register or login to post a comment