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_company_employee

open_company_employee · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 73 additions and 0 deletions
+73 -0
  • company.wiki/open_company_employee.md company.wiki/open_company_employee.md +73 -0
  • No files found.
company.wiki/open_company_employee.md 0 → 100644
View page @ 34c365d3
## 工商高管信息对外接口
----
本接口用于查询工商高管信息数据
### 调用路径
> http://api.shuidi.cn/open/company/employee
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": [
{
"companyName": "北京奇虎科技有限公司",
"employees": [
{
"employeeNo": 1,
"employeeName": "董健明",
"employeeIdentifyType": null,
"employeeIdentifyNo": "ff8080815e0f2516015e11e1e87b5f2c",
"position": "监事",
"sex": null
},
{
"employeeNo": 2,
"employeeName": "周鸿祎",
"employeeIdentifyType": null,
"employeeIdentifyNo": "ff8080815e0f2516015e11e1f30d5f57",
"position": "经理",
"sex": null
},
{
"employeeNo": 3,
"employeeName": "周鸿祎",
"employeeIdentifyType": null,
"employeeIdentifyNo": "ff8080815e0f2516015e11e1f30c5f56",
"position": "执行董事",
"sex": null
}
]
}
]
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| companyName |公司名称 |
| employees | 主要成员 |
| employeeNo | 高管序号 |
| employeeName | 高管姓名 |
| employeeIdentifyType | 证件类型 |
| employeeIdentifyNo | 证件号 |
| position | 职位 |
| sex | 性别 |
{% 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