1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "id": "我申请的消息通知编号",
| "caseId": "纠纷编号",
| "taskId": "任务编号",
| "title": "标题",
| "applyType": "申请类型",
| "applyTime": "申请时间",
| "applyReason": "申请理由",
| "helpNames": "协助名单,多个用,隔开",
| "applyStatus": "申请进度",
| "userId": "接收人编号",
| "userName": "接收人名称",
| "visitUrl": "跳转url",
| "readStatus": "已读状态,1:未读(默认值),2:已读",
| "readTime": "阅读时间",
| "custId": "客户编号",
| }
|
|