返回
获取通知列表
请求方式: HTTP POST
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| sid |
String |
true |
sid |
| pageNo |
long |
false |
pageNo |
| pageSize |
long |
false |
pageSize |
返回格式: JSON
返回格式样例:
{
"data": {
"noticeList": [
{
"groupId": "@TGS#1KOGD2GFC",
"noticeId": "notice: item: 11037589",
"sid": "10499498",
"groupName": "哈",
"time": 1527063593692,
"ownerId": "sssssss",
"ownerName":"ssdsd",
"voteId": "",
"type": 1//未处理
},
{
"groupId": "@TGS#1KOGD2GFC",
"noticeId": "notice: item: 11287536",
"sid": "10499498",
"groupName": "哈",
"time": 1527063535204,
"ownerId": "sssssss",
"ownerName":"ssdsd",
"voteId": "",
"type": 2//已处理
},
{
"groupId": "@TGS#1KOGD2GFC",
"noticeId": "notice: item: 11962067",
"sid": "10499498",
"groupName": "哈",
"time": 1527063347802,
"voteId": "qweweewewr",
"ownerName":"",
"ownerId": "sssssss",
"type": 0
}
],
"pageNo": 1,
"pageSize": 10,
"nextPage": 0
},
"errorCode": "0",
"errorMessage": "成功"
}