... | @@ -24,7 +24,7 @@ |
... | @@ -24,7 +24,7 @@ |
|
status: 0,
|
|
status: 0,
|
|
message: "请求成功",
|
|
message: "请求成功",
|
|
data: {
|
|
data: {
|
|
total_num: 15, # 查询总数
|
|
total_num: 15,
|
|
next_page: 2,
|
|
next_page: 2,
|
|
next_page_status: 1,
|
|
next_page_status: 1,
|
|
search_list: [
|
|
search_list: [
|
... | @@ -113,5 +113,17 @@ capital: null |
... | @@ -113,5 +113,17 @@ capital: null |
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|返回值|说明|
|
|
|
|
|:---|:---|
|
|
|
|
| total_num |搜索总数|
|
|
|
|
| next_page |下一页分页数|
|
|
|
|
| next_page_status |下一页是否有数据|
|
|
|
|
| search_list.company_name |公司名|
|
|
|
|
| search_list.company_name_digest |公司编码|
|
|
|
|
| search_list.legal_person |法人|
|
|
|
|
| search_list.company_status |公司状态|
|
|
|
|
| search_list.establish_date |公司成立时间|
|
|
|
|
| search_list.capital |注册资本|
|
|
|
|
|
|
#### 示例
|
|
#### 示例
|
|
[http://shuidi.dev.pingansec.com/?action=search&page=1&keywords=%E5%87%AD%E5%AE%89](http://shuidi.dev.pingansec.com/?action=search&page=1&keywords=%E5%87%AD%E5%AE%89) |
|
[http://shuidi.dev.pingansec.com/?action=search&page=1&keywords=%E5%87%AD%E5%AE%89](http://shuidi.dev.pingansec.com/?action=search&page=1&keywords=%E5%87%AD%E5%AE%89) |
|
|
|
\ No newline at end of file |