fix(api): 移除行情请求的 s_ 前缀,强制获取全量数据以修复日期缺失问题
This commit is contained in:
@@ -71,7 +71,7 @@ async function fetchStockPrice(asset: { symbol: string; exchange: string | null
|
||||
break;
|
||||
case 'US':
|
||||
default:
|
||||
tCode = 's_us' + cleanSymbol;
|
||||
tCode = 'us' + cleanSymbol;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user