From fc478d7d8540ad5608dd051023caa864a0c76844 Mon Sep 17 00:00:00 2001 From: injoyai <1113655791@qq.com> Date: Mon, 28 Oct 2024 16:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=82=A1=E7=A5=A8=E7=9A=84?= =?UTF-8?q?=E8=8B=B1=E6=96=87Security=E4=B8=BAStock=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E5=88=86=E6=97=B6=E6=95=B0=E6=8D=AE,=E5=80=9F?= =?UTF-8?q?=E9=89=B4=E7=9A=84=E7=AC=AC=E4=B8=89=E6=96=B9=E5=A5=BD=E5=83=8F?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E4=B9=9F=E4=B8=8D=E5=AF=B9,=E8=BF=9F?= =?UTF-8?q?=E7=82=B9=E5=86=8D=E6=89=BE=E4=B8=AA=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=8C=85=E8=AF=95=E4=B8=8B?= 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 f31cd1e..261b927 100644 --- a/client.go +++ b/client.go @@ -137,7 +137,7 @@ func (this *Client) GetStockQuotes(m map[protocol.Exchange]string) (protocol.Sto return result.(protocol.StockQuotesResp), nil } -// GetStockMinute 获取分时数据 +// GetStockMinute 获取分时数据,todo 解析好像不对 func (this *Client) GetStockMinute(exchange protocol.Exchange, code string) (*protocol.StockMinuteResp, error) { f, err := protocol.MStockMinute.Frame(exchange, code) if err != nil {