文档
测试

督考办整改列表

GET
http://ycs.xiansuoshe.com/mobile/Dkb/rectification_list?page=1

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填
is_next_page
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:118
必填
title
string
示例:工地文明有欠缺 后续管理待加强
必填
unit_name
string
示例:东湖街道
必填
place
string
示例:官渎路、武地融创滨湖湾项目工地、中国铁建花语江南项目工地
必填
rectification_time
string
示例:2021-08-20
必填
is_delay
int
示例:1
必填
is_overdue
int
示例:1
必填

说明 / 示例

``` { "code": 200, "msg": "成功", "is_next_page": 1, 1还有下一页 2没有了 "list": [ { "id": 118, 整改id "title": "工地文明有欠缺 后续管理待加强", 标题 "unit_name": "东湖街道", 责任单位 "place": "官渎路、武地融创滨湖湾项目工地、中国铁建花语江南项目工地", 地点 "rectification_time": "2021-08-20", 整改期限 "is_delay": 1, 1未延期2已经延期 "is_overdue": 1 1未逾期2已逾期 }, { "id": 116, "title": "测试", "unit_name": "沥海街道", "place": "12321", "rectification_time": "2021-09-13", "is_delay": 1, "is_overdue": 1 }, { "id": 115, "title": "测试跳转", "unit_name": "城南街道", "place": "万科西院", "rectification_time": "2021-09-13", "is_delay": 1, "is_overdue": 1 }, { "id": 114, "title": "蒋涛测试问题", "unit_name": "陶堰街道", "place": "测试", "rectification_time": "2021-09-22", "is_delay": 2, "is_overdue": 1 }, { "id": 113, "title": "蒋涛测试问题", "unit_name": "东浦街道", "place": "测试", "rectification_time": "2021-09-14", "is_delay": 1, "is_overdue": 1 } ] } ```