This commit is contained in:
suyl
2021-06-17 14:32:39 +08:00
parent 3ed374e74a
commit f746cd1023
13 changed files with 191 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ const (
)
func TestGetStationInfoList(t *testing.T) {
result, err := api.GetStationInfoList("11927116", []int64{2023435572})
result, err := api.GetStationInfoList("11910721", []int64{2023432263})
if err != nil {
t.Fatal(err)
}