From 12311b183d61210a4cf46e342f76d0636319bdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E7=BA=AF=E5=87=80?= <1113655791@qq.com> Date: Mon, 4 Nov 2024 23:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=9A=E8=BE=BE=E4=BF=A1?= =?UTF-8?q?=E7=9A=84=E6=9C=8D=E5=8A=A1IP=E5=9C=B0=E5=9D=80=EF=BC=8C?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E5=AF=B9=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=8A=93?= =?UTF-8?q?=E5=8C=85=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbe3a49..518d564 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ func main() { panic(err) } resp, err := c.GetStockQuotes(map[protocol.Exchange]string{ - protocol.ExchangeSH: "000001", - protocol.ExchangeSZ: "600008", + protocol.ExchangeSZ: "000001", + protocol.ExchangeSH: "600008", }) if err != nil { panic(err)