文档
测试

整改列表

POST
http://ycs.xiansuoshe.com/api/Question/rectify_list

请求参数

参数名
类型
描述
必填
page
string
示例:页码
必填
title
string
示例:标题
必填
problem_class
string
示例:分类
必填
exposure_type
string
示例:1省级以上媒体曝光 2市级媒体曝光3区级媒体曝光
必填
timestamp
string
示例:
必填
sign
string
示例:
必填
unit_name
string
区委办公室
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填
is_next_page
int
示例:2
必填
list
array
数据列表
必填
question_id
int
示例:3
必填
responsible_unit
string
示例:区城管局
必填
main_picture
string
示例:uploads/20210709/aeaaa3a53f627aaae046e3b48f912d07.jpg
必填
title
string
示例:快递不上门
必填
place
string
示例:朝晖六区
必填
rectification_time
string
示例:2021-07-13 00:00:00
必填
is_delay
object
示例:null
必填
is_overdue
int
示例:1
必填
rectify_status
int
示例:1
必填
look_back
int
示例:0
必填
is_supplement
int
示例:2
必填

说明 / 示例

{ "code": 200, "msg": "成功", "is_next_page": 2, "list": [ { "question_id": 3, // 问题id "responsible_unit": "区城管局", // 责任单位 "main_picture": "uploads/20210709/aeaaa3a53f627aaae046e3b48f912d07.jpg", //主图 "title": "快递不上门", //标题 "place": "朝晖六区",//地点 "rectification_time": "2021-07-13 00:00:00", 整改期限 "is_delay": null, // 1未延期2已经延期 "is_overdue": 1, // 1未逾期2已逾期 "is_supplement": 2 // 1添加补充资料2没有添加补充资料 "first_rectification_time": null, 整改时间 是否已整改 有值说明已整改 "over_time": null, 完结时间 有值完结无值未完结 "acceptance_time" : null, 受理时间 空未受理 有值受理 "look_back": 0, // 1已经回头看2没有回头看 }, { "question_id": 3, "responsible_unit": "云山街道", "main_picture": "uploads/20210709/aeaaa3a53f627aaae046e3b48f912d07.jpg", "title": "快递不上门", "place": "朝晖六区", "rectification_time": "2021-07-23 00:00:00", "is_delay": null, "is_overdue": 1, "rectify_status": 1, "look_back": 0, "is_supplement": 2 } ] }