1.29 财务分析模块完善

This commit is contained in:
尚政杰
2026-01-29 15:48:33 +08:00
parent 4f211dcd5f
commit 38fc352096
19 changed files with 1154 additions and 301 deletions

View File

@@ -143,6 +143,10 @@ export const investEventDetails = (id,param) => get('/api/calendar/detail/'+id,p
*/
export const calendarEventCount = param => get('/api/calendar-event-counts',param)
/**
* 根据输入内容搜索个股
*/
export const searchStockInfo = param => get('/api/stocks/search',param,true)
/**
* 个股基本信息
*/