Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • credit_data
  • dbp
  • Wiki
    • Judge.wiki
  • open_judicialSale_search

open_judicialSale_search · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 60 additions and 0 deletions
+60 -0
  • judge.wiki/open_judicialSale_search.md judge.wiki/open_judicialSale_search.md +60 -0
  • No files found.
judge.wiki/open_judicialSale_search.md 0 → 100644
View page @ 34c365d3
## 司法拍卖分页查询接口(新)
----
本接口用于查询司法拍卖分页数据
### 调用路径
> http://api.shuidi.cn/open/judicialSale/search
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名 |
|pageIndex | 是 | 页码,查询页码列表信息 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"paging": {
"pageSize": 10,
"pageIndex": 1,
"totalRecords": 1
},
"result": [
{
"id": "57c5fdcb25a4c2e4501782f6909733b9",
"name": "江苏省盐城市江苏超力机械有限公司房地产",
"executeGov": "江苏省盐城市中级人民法院",
"actionRemark": "2012年5月10日",
"startPrice": "1406.2万元"
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| pageSize | 每页展示的条数 |
|pageIndex | 查询的页码 |
|totalRecords | 根据关键词返回的总记录数 |
| id | 主键,作为详情查询的key |
|name | 标题 |
|executegov | 委托法院 |
|actionRemark | 拍卖时间 |
|startPrice | 起拍价 |
{% include '../common/error_code.md'%}
Clone repository
  • README
  • SUMMARY
  • bidchance.wiki
    • README
    • open_bidchance_batchGetDatas
    • open_bidchance_batchGetKeywords
    • open_bidchance_count
    • open_bidchance_find
    • open_bidchance_keywords
    • open_bidchance_search
    • open_bidchance_searchPage
  • common
    • authenticate
    • error_code
    • output_format
    • service_hosts_pub
  • company.wiki
    • README
View All Pages