热点概念详情(hot_concept/get_concept_info)

根据概念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/get_concept_info

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
concept_id String 概念ID
date Integer 查询的日期,格式为yyyy-MM-dd,如果不传则返回当天数据

返回参数

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

正确返回示例

{"error_no":"0","error_info":"操作成功!","data":{"concept_name":"电子发票","pre_concept_hot":1.2,"concept_index_chg":0.35,"concept_summary":"电子消费","equal_secu_count":0,"suspend_secu_count":0,"down_secu_count":2,"concept_hot":1.1,"up_secu_count":5}}