文档
测试

收----根据id查询详情

POST
gnzythzwxtbgpt_cestc_dznbxh_yjfbReceivedPage/selectPagingInfoById

请求参数

application/json
参数名
类型
描述
必填
id
必填

响应参数

参数名
类型
描述
必填
end_time
结束时间
必填
start_time
开始时间
必填
is_feedback
是否反馈
必填
title
标题
必填
id
主键id
必填
sender_name
发布者名字
必填
send_time
发布时间
必填
send_content
内容
必填
send_content_txt
内容
必填
sender_dept_id
发布者部门id
必填
sender_dept_name
发布者部门名字
必填
submission_time
签收时间
必填
feedback_time
反馈时间
必填
file_list
附件集合
必填

说明 / 示例

{ "data": { "end_time": 1635588000000, "start_time": 1635328800000, "is_feedback": 1, "title": "反馈是要的数据", "id": "DC99A25450CE45A39EFDCCF75EF342BC", "sender_name": "开发测试用户", "send_time": 1635317908154, "send_content": "<p>反馈是要的数据</p>", "send_content_txt": "反馈是要的数据", "sender_dept_id": "6D2EF3CE14E8494896ECCF9F527E13A6", "sender_dept_name": "未分配部门", "submission_time": 1635319131154, "feedback_time": 1635319131155, "file_list": [ { "relation_id": "DC99A25450CE45A39EFDCCF75EF342BC", "id": "F636B3EE98C34825A58AAB92167933FB", "file_name": "公文交换消息.xlsx", "file_type": "xlsx", "file_url": "/2E0AA8AA8C7D4E15AAF531B771121676/DeZhouProject/InnerMessage/UtilService/公文交换消息.xlsx", "file_size": 12646 } ], "is_attentioned": 0 }, "code": "200010000", "msg": "执行成功!" }