fix
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
func main() {
|
||||
a.NewApiClient()
|
||||
reply, err := a.SetFinaIndicator("000012.SZ", "20230101", "20260124")
|
||||
reply, err := a.SetFinaIndicator("000012.SZ", "20230101")
|
||||
fmt.Println("Err", err)
|
||||
jsonBytes, _ := json.Marshal(reply.Data.Items)
|
||||
fmt.Println("Reply", string(jsonBytes))
|
||||
|
||||
Reference in New Issue
Block a user