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

financ · Changes

Page history
chenchang created page: court_detail authored Nov 18, 2016 by 陈昌's avatar 陈昌
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 6 deletions
+12 -6
  • financ.md financ.md +12 -6
  • No files found.
financ.md
View page @ c54c406d
...@@ -8,32 +8,38 @@ ...@@ -8,32 +8,38 @@
#### 传参 #### 传参
``` ```
{'action': 'financ', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'} {'action': 'financ', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d','page':'1'}
``` ```
|传参|说明|是否必填| |传参|说明|是否必填|
|:---|:---|:---| |:---|:---|:---|
|action|接口名|是| |action|接口名|是|
|digest|公司加密名称|是| |digest|公司加密名称|是|
|page|第几页|是|
#### 返回值 #### 返回值
``` ```
{ {
status: 0, status: 0,
message: "请求成功", message: "请求成功",
data: [ data: {
list: [
{ {
invested_date: "2015-11-19 00:00:00", invested_date: "2015-11-19",
invested_round: "种子天使", invested_round: "种子天使",
investor: "险峰华兴", investor: "险峰华兴",
invested_total_balance: "500万人民币" invested_total_balance: "500万人民币"
}, },
{ {
invested_date: "2015-11-18 00:00:00", invested_date: "2015-11-18",
invested_round: "战略投资", invested_round: "战略投资",
investor: null, investor: "",
invested_total_balance: "未透露" invested_total_balance: "未透露"
} }
] ],
total_num: "2",
next_page: 2,
next_page_status: 0
}
} }
``` ```
......
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