feat: 修改tradingview的websocket请求方式

This commit is contained in:
2026-01-04 21:01:29 +07:00
parent 03c9ddac66
commit fd5f835e5c
9 changed files with 1531 additions and 254 deletions

View File

@@ -66,6 +66,8 @@ export type UserWithdrawOrderData = Treaty.Data<typeof client.api.withdraw.get>[
export type UserWithdrawOrderBody = TreatyQuery<typeof client.api.withdraw.get>;
export type MarketDataStreaming = ReturnType<typeof client.api.market_data.streaming.subscribe>;
/**
* 应用版本信息
*/