This commit is contained in:
renzhijun
2026-01-28 14:23:51 +08:00
125 changed files with 1365 additions and 799 deletions

View File

@@ -183,6 +183,14 @@ export const comprehensiveAnalysis = code => get('/api/company/comprehensive-ana
* 行业排名列表
*/
export const industryRankList = code => get('/api/financial/industry-rank/'+code,null,true)
/**
* 价值链分析
*/
export const valueChainAnalysis = code => get('/api/company/value-chain-analysis/'+code,null,true)
/**
* 价值链相关公司
*/
export const valueChainRelatedCompany = param => get('/api/company/value-chain/related-companies',param,true)
/**
* 关键因素和时间线
*/