文档
测试

消息列表

POST
http://SERVER:PORT/v2/approval/message/list

请求参数

参数名
类型
描述
必填
type
int
1:审批 2:邮件 3:提案 4:任务 5:汇报
必填
page
int
必填
perPage
int
必填

响应参数

参数名
类型
描述
必填
messageId
string
消息id 示例:8877816259521984252
必填
taskId
string
任务id 示例:1278206036765609985
必填
userName
string
姓名 示例:TCC评审委员会
必填
icon
object
头像 示例:null
必填
type
string
查询类型 01.待审批 02已审批 03抄送 04发起的 示例:01
必填
title
string
标题 示例:斤斤计较
必填
body
string
内容 示例:TCC评审委员会_审核了任务《斤斤计较》,快去看看吧
必填
pushType
string
示例:1
必填
createTime
int
createTime 示例:1593583102
必填

说明 / 示例

``` { "flag": true, "code": "1000", "data": [ { "messageId": "7903761185834979894", "taskId": "1277888640561528834", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "我们的人生啊", "body": "TCC评审委员会_审核了任务《我们的人生啊》,快去看看吧", "pushType": "1", "createTime": 1593510153 }, { "messageId": "7903761185834979897", "taskId": "1277900434449448961", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "刚回家碧根果干", "body": "TCC评审委员会_审核了任务《刚回家碧根果干》,快去看看吧", "pushType": "1", "createTime": 1593510243 }, { "messageId": "7903761185834979900", "taskId": "1277904755295600641", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "千千万万", "body": "TCC评审委员会_审核了任务《千千万万》,快去看看吧", "pushType": "1", "createTime": 1593511619 }, { "messageId": "8877816259521984192", "taskId": "1277919329193299969", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "好的1", "body": "TCC评审委员会_审核了任务《好的1》,快去看看吧", "pushType": "1", "createTime": 1593514763 }, { "messageId": "8877816259521984236", "taskId": "1278116657506291714", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "你好啊啊啊啊啊", "body": "TCC评审委员会_审核了任务《你好啊啊啊啊啊》,快去看看吧", "pushType": "1", "createTime": 1593561965 }, { "messageId": "8877816259521984237", "taskId": "1278116657506291714", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "你好啊啊啊啊啊", "body": "TCC评审委员会_审核了任务《你好啊啊啊啊啊》,快去看看吧", "pushType": "1", "createTime": 1593561965 }, { "messageId": "8877816259521984239", "taskId": "1278118765949358081", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "恩是的", "body": "TCC评审委员会_审核了任务《恩是的》,快去看看吧", "pushType": "1", "createTime": 1593562304 }, { "messageId": "8877816259521984244", "taskId": "1277943368079118337", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "公开课发发汗", "body": "TCC评审委员会_审核了任务《公开课发发汗》,快去看看吧", "pushType": "1", "createTime": 1593570005 }, { "messageId": "8877816259521984250", "taskId": "1278164847874052097", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "KKK", "body": "TCC评审委员会_审核了任务《KKK》,快去看看吧", "pushType": "1", "createTime": 1593574041 }, { "messageId": "8877816259521984252", "taskId": "1278206036765609985", "userName": "TCC评审委员会", "icon": null, "type": "01", "title": "斤斤计较", "body": "TCC评审委员会_审核了任务《斤斤计较》,快去看看吧", "pushType": "1", "createTime": 1593583102 } ], "message": "成功" } ```