Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 特定时间段所有推送信息查询.md #15895

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
| --------- | ---- | ------ | ---------- |
| startDate | 是 | String | 查询起始日期,<li>格式:YYYY-MM-DD<li>查询限制:当前日期1个月内 |
| endDate | 是 | String | 查询截止日期,格式:YYYY-MM-DD |
| msgType | | String | 消息类型:<li>notify:通知<li>message:静默消息 |
| pushType | | String | 推送类型:<li>all:全推<li>tag:标签推<li>token:设备列表/设备单推<li>account:账号列表/账号单推 |
| msgType | | String | 消息类型:<li>notify:通知<li>message:静默消息 |
| pushType | | String | 推送类型:<li>all:全推<li>tag:标签推<li>token:设备列表/设备单推<li>account:账号列表/账号单推 |
| offset | 否 | Integer | 分页查询起始偏移 |
| limit | 否 | Integer | 分页查询每页消息数 (最大限制为200) |

Expand Down