# 专辑详情
# 接口地址:
- /album/get_album_info
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| album_id | 否 | 专辑id |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": [
{
"com_id": "45394",
"com_name": "梅卡曼德",
"com_prov": "北京",
"cat_name": "硬件",
"com_born_year": "2016",
"com_born_month": "10",
"investevent_recently": {
"invse_id": "31596",
"invse_year": "2017",
"invse_month": "5",
"invse_day": "22",
"invse_round_name": "Pre-A轮",
"invse_detail_money": "0",
"invse_similar_money_name": "数千万",
"invse_currency_name": "人民币"
}
},
// 省略...
]
}
# 字段说明
| 字段 | 说明 |
|---|---|
| com_id | 公司id |
| com_name | 公司名称 |
| com_prov | 公司所在省份 |
| cat_name | 行业 |
| com_born_year | 公司成立时间-年 |
| com_born_month | 公司成立时间-月 |
| investevent_recently | 公司最近一次融资 |
| investevent_recently/invse_id | 事件id |
| investevent_recently/invse_year | 融资时间-年 |
| investevent_recently/invse_month | 融资时间-月 |
| investevent_recently/invse_day | 融资时间-日 |
| investevent_recently/invse_round_name | 融资时间-日 |
| investevent_recently/invse_detail_money | 融资详细金额 |
| investevent_recently/invse_similar_money_name | 融资模糊金额 |
| investevent_recently/invse_currency_name | 融资轮次 |