Authored by 毕凯

add rec_pos

... ... @@ -47,7 +47,8 @@ module.exports = {
udid: params.udid || 0,
yh_channel: params.yh_channel,
limit: params.limit,
need_filter: 'null'
need_filter: 'null',
rec_pos: '100008'
}, {
cache: true
}).then(res => {
... ...