12.4 概念模块功能完善
This commit is contained in:
@@ -94,6 +94,30 @@ export const replyComment = (id,param) => post('/post/comment/'+id,param)
|
||||
*/
|
||||
export const commentReplyList = id => post('/post/comments/'+id)
|
||||
|
||||
/**
|
||||
* 最新价格日期
|
||||
*/
|
||||
export const newestPriceDate = param => get('/concept-api/price/latest',param)
|
||||
/**
|
||||
* 概念统计排行榜
|
||||
*/
|
||||
export const conceptRankList = param => get('/concept-api/statistics',param)
|
||||
/**
|
||||
* 概念详情
|
||||
*/
|
||||
export const conceptDetails = (id,param) => get('/concept-api/concept/'+id,param)
|
||||
/**
|
||||
* 概念价格时间序列
|
||||
*/
|
||||
export const priceTimeline = (id,param) => get('/concept-api/concept/'+id+'/price-timeseries',param)
|
||||
/**
|
||||
* 概念新闻
|
||||
*/
|
||||
export const conceptNews = param => get('/news-api/search_china_news',param)
|
||||
/**
|
||||
* 概念研报
|
||||
*/
|
||||
export const conceptReport = param => get('/report-api/search',param)
|
||||
|
||||
/**
|
||||
* 获取某一天的事件列表
|
||||
|
||||
Reference in New Issue
Block a user