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
    • Company.wiki
  • open_illegal_search

open_illegal_search · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Show whitespace changes
Inline Side-by-side
Showing with 55 additions and 0 deletions
+55 -0
  • company.wiki/open_illegal_search.md company.wiki/open_illegal_search.md +55 -0
  • No files found.
company.wiki/open_illegal_search.md 0 → 100644
View page @ 34c365d3
## 企业严重违法信息(新)
----
本接口用于查询企业严重违法信息数据
### 调用路径
> http://api.shuidi.cn/open/illegal/search
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称/注册号/统一社会信用代码 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"result": [
{
"type": "严重违法失信企业名单",
"addReason": "国家工商行政管理总局规定的其他违反工商行政管理法律、行政法规且情节严重的",
"addDate": "2018-03-26",
"includedAuthority": "山西转型综合改革示范区工商行政管理局",
"removeReason": "",
"removeDate": "",
"removeAuthority": "山西转型综合改革示范区工商行政管理局"
}
]
}
}
```
#### 输出结果字段含义
#### base(工商基本信息)
| 属性名 | 含义 |
| -------- | -------- |
| type | 类别 |
| addReason | 列入原因 |
| addDate | 列入日期 |
| includedAuthority | 作出决定机关(列入) |
| removeReason | 移出原因 |
| removeDate | 移出日期 |
| removeAuthority | 作出决定机关(移出) |
{% 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