文档
测试

52 经营异常

GET
http://47.93.195.113:8014/services/v4/open/abnormal

请求头

参数名
类型
描述
必填
Authorization
String
token
必填

请求参数

参数名
类型
描述
必填
id
String
必填
name
String
必填
pageNum
int
必填

响应参数

参数名
类型
描述
必填
error_code
number
示例:0
必填
reason
string
示例:ok
必填
result
object
数据字典
必填
total
number
示例:2
必填
items
array
数据列表
必填
id
number
示例:319878787
必填
createTime
string
示例:2018-08-26
必填
putDate
string
示例:2015-07-14
必填
removeDate
string
示例:2016-04-15
必填
removeDepartment
string
示例:长沙市工商行政管理局天心分局
必填
removeReason
string
示例:依法补报了未报年份的年度报告并公示
必填
putDepartment
string
示例:长沙市工商行政管理局天心分局
必填
putReason
string
示例:未按照规定报送年度报告
必填

说明 / 示例

{ "error_code": 0, "reason": "ok", "result": { "total": 2, "items": [{ "id": 319878787, "createTime": "2018-08-26", "putDate": "2015-07-14", "removeDate": "2016-04-15", "removeDepartment": "长沙市工商行政管理局天心分局", "removeReason": "依法补报了未报年份的年度报告并公示", "putDepartment": "长沙市工商行政管理局天心分局", "putReason": "未按照规定报送年度报告" }, { "id": 319878786, "createTime": "2018-08-26", "putDate": "2015-07-13", "removeDate": "2016-04-15", "removeDepartment": "长沙市工商行政管理局天心分局", "removeReason": "依法补报了未报年份的年度报告并公示", "putDepartment": "长沙市工商行政管理局天心分局", "putReason": "未按照规定报送年度报告" }] } }