Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • 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
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • detail

detail · Changes

Page history
chenchang created page: detail authored Oct 27, 2016 by 陈昌's avatar 陈昌
Show whitespace changes
Inline Side-by-side
Showing with 89 additions and 0 deletions
+89 -0
  • detail.md detail.md +89 -0
  • No files found.
detail.md 0 → 100644
View page @ d65315b4
### 公司详情
#### 调用地址
```
/
```
#### 传参
```
{'action': 'detail', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|pv|浏览次数|是|
|last_uptime|最后更新时间|是|
|digest|公司名称摘要|是|
#### 返回值
```
{
status: 0,
message: "请求成功",
data: {
company_name: "上海晟峰软件有限公司",
company_status: "存续",
claim_status: "已认领",
legal_person: "张明豹",
capital: "450万美元",
establish_date: "2003-01-13 00:00:00",
company_address: "上海市张江高科技园区郭守敬路498号浦东软件园14幢22301-165室",
pv: "1212",
last_uptime: null,
collection: "22",
regist: "工商基本信息",
employee_count: 7,
partner_count: 2,
branch_count: 0,
change_count: 3,
invest_count: 0,
financ_count: "0",
tax_count: "0",
court_count: 0,
uncredit_count: 2,
execute_count: 13,
trademark_count: "2",
copyright_book_count: "3",
copyright_software_count: "1",
patent_count: "2",
comment_count: "0",
news_count: "0"
}
}
```
|返回值|说明|
|:---|:---|
| company_name |公司名称|
| company_status |经营状态|
| claim_status |认领状态|
| legal_person |法定代表|
| capital |注册资金|
| establish_date |成立日期|
| company_address |公司地址|
| pv |浏览次数|
| last_uptime |最后更新时间|
| collection |收藏次数|
| employee_count |成员数|
| partner_count |股东数|
| branch_count |分支机构数|
| change_count |变更纪录数|
| invest_count |对外投资数|
| financ_count |融资数|
| tax_count |纳税数|
| court_count |诉讼数|
| uncredit_count |失信纪录数|
| execute_count |涉诉被执行数|
| trademark_count |商标数|
| copyright_book_count |作品著作权数|
| copyright_software_count |软件著作权数|
| patent_count |专利数|
| comment_count |用户评论数|
| news_count |媒体报道数|
#### 示例
[http://shuidi.dev.pingansec.com/action=detail&digest=57cf8faa95a6107725c5177d6ee7ef8d&pv=1212&update=2014-10-16](http://shuidi.dev.pingansec.com/action=detail&digest=57cf8faa95a6107725c5177d6ee7ef8d&pv=1212&update=2014-10-16)
\ No newline at end of file
Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages