... | ... | @@ -8,32 +8,38 @@ |
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'financ', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'}
|
|
|
{'action': 'financ', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d','page':'1'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|digest|公司加密名称|是|
|
|
|
|page|第几页|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
data: {
|
|
|
list: [
|
|
|
{
|
|
|
invested_date: "2015-11-19 00:00:00",
|
|
|
invested_date: "2015-11-19",
|
|
|
invested_round: "种子天使",
|
|
|
investor: "险峰华兴",
|
|
|
invested_total_balance: "500万人民币"
|
|
|
},
|
|
|
{
|
|
|
invested_date: "2015-11-18 00:00:00",
|
|
|
invested_date: "2015-11-18",
|
|
|
invested_round: "战略投资",
|
|
|
investor: null,
|
|
|
investor: "",
|
|
|
invested_total_balance: "未透露"
|
|
|
}
|
|
|
]
|
|
|
],
|
|
|
total_num: "2",
|
|
|
next_page: 2,
|
|
|
next_page_status: 0
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
... | ... | |