文档
测试

一键上报已收列表详情

POST
/gnzythzwxtbgpt_cestc_dznbxh_receivedPagingService/selectPagingInfoById

接口描述

已收列表详情

请求参数

参数名
类型
描述
必填
id
String
详情ID
必填

响应参数

参数名
类型
描述
必填
title
String
标题
必填
id
String
详情ID
必填
sender_name
String
发送人姓名
必填
sender_time
Long
发送时间
必填
send_context
String
发送内容
必填
send_content_txt
String
发送内容
必填
file_list
Array
附件列表
必填
is_attentioned
Integer
是否关注
必填
sender_dept_name
String
发送人部门名称
必填
sender_dept_id
String
发送人部门ID
必填

说明 / 示例

```json { "data": { "title": "xxx", "id": "D796A8765E484BE7BE35A1A42395C685", "sender_name": "开发测试用户", "send_time": 1634717449993, "send_content": "<p>11111</p>", "send_content_txt": "11111", "sender_dept_id": "6D2EF3CE14E8494896ECCF9F527E13A6", "sender_dept_name": "未分配部门", "jump_source": 0, "pc_jump_url": null, "mobile_jump_url": null, "file_list": null, "is_attentioned": 0 }, "code": "200010000", "msg": "执行成功!" } ```