... | ... | @@ -24,7 +24,7 @@ |
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: {
|
|
|
total_num: 15,
|
|
|
total_num: 15, // 查询总数
|
|
|
next_page: 2,
|
|
|
next_page_status: 1,
|
|
|
search_list: [
|
... | ... | @@ -112,11 +112,6 @@ capital: null |
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
|status|状态|
|
|
|
|message|状态说明|
|
|
|
|data|数据|
|
|
|
|
|
|
#### 示例
|
|
|
[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 |