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