From 50694f6c44c7095e2ceffc4eb6d2fb611fe857f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E7=BA=AF=E5=87=80?= <1113655791@qq.com> Date: Sun, 17 Nov 2024 22:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E6=95=88=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index d37984c..c4706fd 100644 --- a/client.go +++ b/client.go @@ -119,7 +119,7 @@ func (this *Client) handlerDealMessage(c *client.Client, msg ios.Acker) { resp, err = protocol.MMinute.Decode(f.Data) case protocol.TypeMinuteTrade: - resp, err = protocol.MMinuteTrade.Decode(f.Data, conv.String(val)) //todo + resp, err = protocol.MMinuteTrade.Decode(f.Data, conv.String(val)) case protocol.TypeHistoryMinuteTrade: resp, err = protocol.MHistoryMinuteTrade.Decode(f.Data, conv.String(val))