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
    • Shixin.wiki
  • open_zhixing_findByPage

open_zhixing_findByPage · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 67 additions and 0 deletions
+67 -0
  • shixin.wiki/open_zhixing_findByPage.md shixin.wiki/open_zhixing_findByPage.md +67 -0
  • No files found.
shixin.wiki/open_zhixing_findByPage.md 0 → 100644
View page @ 34c365d3
## 被执行人数据分页查询
----
本接口用于获取被执行人数据分页数据查询
### 调用路径
> http://api.shuidi.cn/open/zhixing/findByPage
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称 |
|pageSize | 否 | 每页返回最大记录数,默认20 |
|currentPage | 是 | 当前页数 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
statusCode: 1,
statusMessage: "请求成功",
data: {
total: 2539,
totalPages: 127,
currentPage: 3,
datas: [
{
pname: "中国人民财产保险股份有限公司",
partyCardnum: "--",
execCourtname: "晋江市人民法院",
caseCreatetime: "2011年10月12日",
caseCode: "(2011)晋法执行字第02677号",
execMoney: "44968.91"
},
{
pname: "中国人民财产保险股份有限公司",
partyCardnum: "0",
execCourtname: "眉山市东坡区人民法院",
caseCreatetime: "2013年01月28日",
caseCode: "(2013)眉东执字第00167号",
execMoney: "125348"
}
]
pageSize: 20
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| caseCode | 案号 |
| pname | 被执行人公司名称 |
| partyCardnum | 组织机构代码 |
| execCourtname | 公告法院 |
| caseCreatetime | 立案时间 |
| caseCode | 案件号 |
| execMoney | 执行金额 |
{% 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