This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
我个人试了一下如果不传 limit和offset,那么默认返回24条数据,传 limit 参数可以生效,但是 offset 不对,如果 offset 传 0,则从第一条开始返回,但是当 offset = 1 的时候,是从第二条数据开始返回的🤣,我期望是从第二页返回啊不是从第二条给我截断 |
Beta Was this translation helpful? Give feedback.
Answered by
Binaryify
Jun 24, 2021
Replies: 1 comment 1 reply
-
offset是偏移量,不是page |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wood3n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
offset是偏移量,不是page