12.4 概念模块功能完善

This commit is contained in:
尚政杰
2025-12-04 17:41:33 +08:00
parent 4e64455b9b
commit 44842120da
5090 changed files with 9843 additions and 146120 deletions

View File

@@ -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)
/**
* 获取某一天的事件列表