Commit be429ff5 authored by 李腾's avatar 李腾

feat: 修改消息提醒pageSize

parent 946cea22
...@@ -139,7 +139,7 @@ const Simple = props => { ...@@ -139,7 +139,7 @@ const Simple = props => {
} }
const params = { const params = {
pageNo: 1, pageNo: 1,
pageSize: 1000, pageSize: 200,
}; };
const data = { const data = {
channelId: CHANNEL_ID, channelId: CHANNEL_ID,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment