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
  • shixin_find

shixin_find · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 79 additions and 0 deletions
+79 -0
  • shixin.wiki/shixin_find.md shixin.wiki/shixin_find.md +79 -0
  • No files found.
shixin.wiki/shixin_find.md 0 → 100644
View page @ 34c365d3
## 根据人名/企业名+身份证号/组织机构代码md5查询
----
本接口用于查询失信被执行人(根据人名/企业名 + 身份证号/组织机构代码md5查询)数据
### 调用路径
> http://api.shuidi.cn/shixin/find
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询关键字md5加密字符串(例: md5(付逢军372430196****3436) = 65698312393aca0d895335057ff4217e) |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": [
{
"caseCode": "(2015)同执字第01186号",
"iname": "李留辉",
"sex": 1,
"age": 29,
"cardnum": "4113221986****5335",
"buesinessentity": null,
"courtName": "厦门市同安区人民法院",
"areaName": "福建",
"partyType": 0,
"gistCid": "(2015)同刑初字第139号",
"gistUnit": "厦门市同安区人民法院",
"duty": "被告人应赔偿原告人112020.8元",
"performance": "全部未履行",
"disreputTypeName": "其他有履行能力而拒不履行生效法律文书确定义务",
"publishDate": "2015-07-01",
"regDate": "2015-05-21",
"performedPart": null,
"unperformPart": null,
"deleted": 0
}
]
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| caseCode | 案号 |
| iname | 失信被执行人姓名/名称 |
| sex | 性别 (0. 女 1. 男) |
| age | 年龄 |
| cardnum | 份证号码/组织机构代码 |
| buesinessentity | 企业法人姓名 |
| courtName | 执行法院 |
| areaName | 地域名称 |
| partyType | 标识自然人或企业法人(0.自然人 1.企业) |
| gistCid | 执行依据文号 |
| gistUnit | 作出执行依据单位 |
| duty | 法律生效文书确定的义务 |
| performance | 被执行人的履行情况 |
| disreputTypeName | 失信被执行人具体情形 |
| publishDate | 发布时间 |
| regDate | 立案时间 |
| performedPart | 已履行部分 |
| unperformPart | 未履行部分 |
| deleted | 是否删除 (0.未删除 1.已删除) |
{% 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