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

私信的历史纪录无法通过offset来偏移获取 #599

Closed
Gaubee opened this issue Sep 25, 2019 · 1 comment
Closed

私信的历史纪录无法通过offset来偏移获取 #599

Gaubee opened this issue Sep 25, 2019 · 1 comment

Comments

@Gaubee
Copy link

Gaubee commented Sep 25, 2019

环境

  • 系统/平台: Win10

  • nodejs 版本: v10.15.3

  • API版本: 3.22.3

出现问题

/msg/private/history
的 offset 参数无效

重现步骤

  1. 执行登录
  2. 访问 [/msg/private/history?uid={uid}&limit=30&offset=30]
  3. 访问 [/msg/private/history?uid={uid}&limit=30&offset=60]

期待效果

返回的消息列表应该是不同的,
现在却是相同的内容

@Binaryify
Copy link
Owner

已修复,现在得用 before (取返回结果的 time)分页

@Gaubee Gaubee closed this as completed Sep 27, 2019
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