Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

mv_exclusive_rcmd.js代码还是文档有误 #571

Closed
wwh1004 opened this issue Aug 21, 2019 · 2 comments
Closed

mv_exclusive_rcmd.js代码还是文档有误 #571

wwh1004 opened this issue Aug 21, 2019 · 2 comments

Comments

@wwh1004
Copy link

wwh1004 commented Aug 21, 2019

// 网易出品

module.exports = (query, request) => {
const data = {
offset: query.limit || 0,
limit: query.limit || 30
};

这里把limit给offset用,是文档有问题还是代码写错了?

@wwh1004
Copy link
Author

wwh1004 commented Aug 21, 2019

personalized.js 也是这个问题

@Binaryify
Copy link
Owner

确实有问题,已更新~

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants