You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
// 网易出品
module.exports = (query, request) => {
const data = {
offset: query.limit || 0,
limit: query.limit || 30
};
这里把limit给offset用,是文档有问题还是代码写错了?
The text was updated successfully, but these errors were encountered: