1.26 个股详情业务结构,发展历程模块完善
This commit is contained in:
@@ -120,11 +120,11 @@ export const priceTimeline = (id,param) => get('/concept-api/concept/'+id+'/pric
|
||||
/**
|
||||
* 概念新闻
|
||||
*/
|
||||
export const conceptNews = param => get('/news-api/search_china_news',param)
|
||||
export const conceptNews = param => get('/news-api/search_china_news',param,true)
|
||||
/**
|
||||
* 概念研报
|
||||
*/
|
||||
export const conceptReport = param => get('/report-api/search',param)
|
||||
export const conceptReport = param => get('/report-api/search',param,true)
|
||||
|
||||
/**
|
||||
* 获取某一天的事件列表
|
||||
@@ -183,11 +183,16 @@ export const comprehensiveAnalysis = code => get('/api/company/comprehensive-ana
|
||||
* 行业排名列表
|
||||
*/
|
||||
export const industryRankList = code => get('/api/financial/industry-rank/'+code,null,true)
|
||||
/**
|
||||
* 关键因素和时间线
|
||||
*/
|
||||
export const keyFactorsTimeline = code => get('/api/company/key-factors-timeline/'+code,null,true)
|
||||
/**
|
||||
* 公司公告
|
||||
*/
|
||||
export const companyAnnouncementsList = (code,param) => get('/api/stock/'+code+'/announcements',param,true)
|
||||
|
||||
|
||||
/**
|
||||
* 用户信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user