mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
减少方法名称长度,去掉固定前缀Stock
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
### 数据校对
|
||||
|
||||
* 日K线校对
|
||||
 
|
||||

|
||||

|
||||
|
||||
* 校对分时成交
|
||||

|
||||
@@ -40,7 +41,7 @@ func main() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
resp, err := c.GetStockQuotes(map[protocol.Exchange]string{
|
||||
resp, err := c.GetQuote(map[protocol.Exchange]string{
|
||||
protocol.ExchangeSH: "000001",
|
||||
protocol.ExchangeSZ: "600008",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user