文档
测试

一键上报发布

POST
/gnzythzwxtbgpt_cestc_dznbxh_pagingService/addNewPaging

接口描述

一键上报发布接口

请求参数

参数名
类型
描述
必填
sender_id
String
发送人ID
必填
sender_dept_id
String
发送人部门ID
必填
is_attentioned
Integer
是否关注
必填
receiver_list
Array
接收人列表
必填
receiver_id
String
接收人ID
必填
receiver_name
String
接收人姓名
必填
received_dept_id
String
接收人部门ID
必填
received_dept_name
String
接收人部门名称
必填
receiver_branch_id
String
接收人分支ID
必填
receiver_branch_name
String
接收人分支名称
必填
received_dept_list
Array
接收部门列表
必填
file_list
Array
附件列表
必填
send_content
String
发布内容
必填
send_content_txt
String
发布内容
必填
title
String
标题
必填

说明 / 示例

```json { "sender_id": "", "sender_dept_id": "", "is_attentioned": 0, "receiver_list": [ { "receiver_id": "5B600F985A1C4A98A2CF4D9AC8A177C8", "receiver_name": "万勇", "received_dept_id": "745691C7CC9543168C5620C874666EFD", "received_dept_name": "其他支持人员", "is_main": 1 } ], "received_dept_list": [], "file_list": [], "send_content": "<p>测试测试</p>", "send_content_txt": "测试测试", "title": "测试上报-202110211002" } ```