文档
测试

大屏责任单位接口

POST
http://ycs.xiansuoshe.com/api/Bigscreen/responsibleunitsstatistics

请求参数

参数名
类型
描述
必填
time
string
示例:2021-07 时间
必填
type
string
示例:0全部 1部门2街道
必填
exposure_type
string
示例:1省级以上媒体曝光 2市级媒体曝光3区级媒体曝光
必填
grade
string
示例: A B C
必填
problem_class
类型
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:获取成功
必填
list
array
数据列表
必填
yzp
int
示例:1
必填
ysl
int
示例:0
必填
ycz
int
示例:0
必填
ywj
int
示例:0
必填
total
int
示例:1
必填
type
string
示例:1
必填
unit_name
string
示例:区政府办公室
必填

说明 / 示例

{ "code": 200, "msg": "获取成功", "list": [ { "yzp": 1, //已指派 "ysl": 0,//已受理 "ycz": 0,// 已处置 "ywj": 0,已完结 "total": 1,总数 "type": "1", // 部门 "unit_name": "区政府办公室" }, { "yzp": 0, "ysl": 0, "ycz": 0, "ywj": 0, "total": 0, "type": "1", "unit_name": "区教体局" }, { "yzp": 2, "ysl": 0, "ycz": 0, "ywj": 0, "total": 2, "type": "1", "unit_name": "区公安分局" }, { "yzp": 1, "ysl": 0, "ycz": 0, "ywj": 1, "total": 2, "type": "1", "unit_name": "区水利局" }, { "yzp": 0, "ysl": 0, "ycz": 0, "ywj": 0, "total": 0, "type": "2", "unit_name": "北海街道" } ] }