能通讯,有响应数据,还未解析响应数据

This commit is contained in:
钱纯净
2024-10-13 23:33:11 +08:00
parent 64ab0dc713
commit 9a525cd874
2 changed files with 1 additions and 5 deletions

View File

@@ -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,

View File

@@ -1,4 +0,0 @@
package tdx
type SecurityListResp struct {
}