This commit is contained in:
邹宗楠
2023-09-08 11:28:05 +08:00
parent e75f8d737e
commit 5c3f250abe
6 changed files with 45 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestGetCyclingPlan(t *testing.T) {
key := "e44ae2850c0ac930b65c9652d2db0321"
key := "cb4ea3516f88c0fd8fed73f92aeddffa"
a := New(key)
data1, dada2, dada3, err := a.GetCyclingPlan("104.045460,30.693001", "104.045474,30.693344")
fmt.Println(data1)