mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
优化客户端开放字段,测试自动重连成功,另外可自定义日志等一些操作
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func main() {
|
||||
common.Test(func(c *tdx.Client) {
|
||||
t := time.Date(2024, 10, 29, 0, 0, 0, 0, time.Local)
|
||||
t := time.Date(2024, 10, 28, 0, 0, 0, 0, time.Local)
|
||||
resp, err := c.GetStockHistoryMinuteTrade(t, protocol.ExchangeSH, "000001", 0, 2000)
|
||||
logs.PanicErr(err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user