mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
能通讯,有响应数据,还未解析响应数据
This commit is contained in:
@@ -88,7 +88,7 @@ func (this *Client) Connect() error {
|
||||
}
|
||||
|
||||
// GetSecurityList 获取市场内指定范围内的所有证券代码
|
||||
func (this *Client) GetSecurityList() (*SecurityListResp, error) {
|
||||
func (this *Client) GetSecurityList() (*protocol.SecurityListResp, error) {
|
||||
|
||||
f := protocol.Frame{
|
||||
Control: 0x01,
|
||||
|
||||
Reference in New Issue
Block a user