update
This commit is contained in:
parent
ad6481998d
commit
12ab5f0ecc
@ -15,8 +15,8 @@ async def get_stock_data(stock_code: str):
|
||||
api = AStockAPI()
|
||||
|
||||
# 获取股本信息
|
||||
stock_shares = api.get_stock_shares(stock_code)
|
||||
result["stock_shares"] = json.loads(stock_shares.to_json(orient="records"))
|
||||
# stock_shares = api.get_stock_shares(stock_code)
|
||||
# result["stock_shares"] = json.loads(stock_shares.to_json(orient="records"))
|
||||
|
||||
# # 获取概念板块
|
||||
# concept_east = api.get_concept_east(stock_code)
|
||||
|
||||
@ -29,7 +29,7 @@ services:
|
||||
cryptoai-api:
|
||||
build: .
|
||||
container_name: cryptoai-api
|
||||
image: cryptoai-api:0.0.17
|
||||
image: cryptoai-api:0.0.18
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user