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_investment_map_search

open_investment_map_search · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 157 additions and 0 deletions
+157 -0
  • company.wiki/open_investment_map_search.md company.wiki/open_investment_map_search.md +157 -0
  • No files found.
company.wiki/open_investment_map_search.md 0 → 100644
View page @ 34c365d3
## 投资图谱(新)
----
本接口用于查询投资图谱数据
### 调用路径
> http://api.shuidi.cn/open/investment/map/search
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司keyNo、公司名称、注册号、统一社会信用代码 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"keyNo": "4659626b1e5e43f1bcad8c268753216e",
"companyName": "北京小桔科技有限公司",
"companyCategory": 1,
"shortName": "北京小桔",
"count": 39,
"level": 0,
"children": [
{
"keyNo": null,
"companyName": "股东",
"companyCategory": 3,
"shortName": "股东",
"count": 5,
"level": 0,
"children": [
{
"keyNo": "4659626b1e5e43f1bcad8c268753216e_张博",
"companyName": "张博",
"companyCategory": 3,
"shortName": "自然人股东",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "4659626b1e5e43f1bcad8c268753216e_陈汀",
"companyName": "陈汀",
"companyCategory": 3,
"shortName": "自然人股东",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "4659626b1e5e43f1bcad8c268753216e_王刚",
"companyName": "王刚",
"companyCategory": 3,
"shortName": "自然人股东",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "4659626b1e5e43f1bcad8c268753216e_程维",
"companyName": "程维",
"companyCategory": 3,
"shortName": "自然人股东",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "4659626b1e5e43f1bcad8c268753216e_吴睿",
"companyName": "吴睿",
"companyCategory": 3,
"shortName": "自然人股东",
"count": 0,
"level": 1,
"children": null
}
]
},
{
"keyNo": null,
"companyName": "对外投资",
"companyCategory": 2,
"shortName": "对外投资",
"count": 34,
"level": 0,
"children": [
{
"keyNo": "645e528b817921a5541d026df92ac94b",
"companyName": "青橙之旅(北京)餐饮管理有限公司",
"companyCategory": 2,
"shortName": "青橙之旅餐饮",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "e0804180069ae024c2b20e68ea9f7497",
"companyName": "礼橙专车(北京)科技有限公司",
"companyCategory": 2,
"shortName": "礼橙专车",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "843ec48f645b092640ecdde9c991fff9",
"companyName": "北京恒久无限科技有限公司",
"companyCategory": 2,
"shortName": "恒久无限",
"count": 0,
"level": 1,
"children": null
},
{
"keyNo": "7d325316587e4a783debd231c5d2effc",
"companyName": "滴滴(厦门)股权投资基金合伙企业(有限合伙)",
"companyCategory": 2,
"shortName": "滴滴股权投资",
"count": 0,
"level": 1,
"children": null
}
]
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| keyNo | 内部KeyNo |
| companyName | 名称 |
| companyCategory | 类别: 1.当前公司 2.对外投资 3.股东 |
| count | 对应的children count |
| shortName | 简称 |
| level | 层级|
| children.keyNo | 内部KeyNo | |
| children.companyName | 公司名字 |
| children.companyCategory | 类别: 1.当前公司 2.对外投资 3.股东 |
| children.count | 对应的children count |
| children.shortName | 简称 |
| children.level | 层级 |
{% 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