feat(web): add stock industry API

This commit is contained in:
yanwei99521
2026-08-31 16:26:27 +08:00
parent 7c9e19de93
commit 8adb1ff357
6 changed files with 307 additions and 0 deletions
+3
View File
@@ -1048,6 +1048,9 @@ curl "http://localhost:8000/api/v1/board-mac/members?board_symbol=881001&count=2
# 个股所属板块
curl "http://localhost:8000/api/v1/board-mac/belong?market=SZ&code=000001"
# 个股所属行业及行业今日涨跌幅
curl "http://localhost:8000/api/v1/stock/industry?market=SZ&code=000001"
# 板块摘要(含主力净流入、涨跌家数)
curl "http://localhost:8000/api/v1/board-mac/summary?board_symbol=881001"