# 新闻事件详情
# 接口地址:
- /news/get_news_info
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| type | 是 | 新闻类型, 1为公司新闻, 2为机构新闻 |
| date | 是 | 录入时间, 如:2017-4-1 |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": [
{
"invst_id": "3525",
"invst_new_name": "前华夏基金股权投资主管张倩宣布成立新基金,曾投出阿里、美图、滴滴等一众明星项目,退出IRR超50%",
"invst_new_url": "https://www.toutiao.com/i6501865707154702861",
"new_date": "2017-12-21"
},
{
"invst_id": "6822",
"invst_new_name": "传统VC如何兼容区块链?丨中国区块链创新高峰论坛",
"invst_new_url": "http://www.8btc.com/vc-blockchain-internet",
"new_date": "2017-12-21"
}
],
"total": 2
}
# 字段说明
| 字段 | 说明 |
|---|---|
| invst_id | 机构ID |
| invst_new_name | 机构新闻名称 |
| invst_new_url | 机构新闻url |
| new_date | 新闻录入时间 |
| com_id | 公司ID |
| com_new_name | 公司新闻名称 |
| com_new_url | 公司新闻url |
| new_date | 新闻录入时间 |