概念关联新闻列表(hot_concept/list_concept_news)

根据概念id查询相关的新闻列表

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/iea/v1/hot_concept/list_concept_news

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
concept_id String 概念ID
time_end String 查询日期(yyyy-MM-dd):,默认时间为当天
order_type String 排序类型:取值为(weight,hot,time)
order_direction String 排序方向:默认为降序,升序设置值为asc
request_num Integer 请求行数

返回参数

参数名 类型 最大长度 默认值 中文名 描述
data Object 详细数据
error_info String 错误提示
error_no String 错误代码

正确返回示例

{
 "error_no": 0,
 "error_info": "",
 "data": [{
  "news_id": "",
  "news_title": "",
  "news_time": "2018-03-14 14:15:28",
  "source_org": ""
  "news_hot": "",
 },
 ...]
}