This commit is contained in:
邹宗楠
2022-11-07 15:17:26 +08:00
parent 9e86fcc3d4
commit d444316311
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ import (
//}
//
func TestGetStoreInfoByStationNo(t *testing.T) {
result, err := api.GetStoreInfoByStationNo2("12002719")
result, err := api.GetStoreInfoByStationNo2("12028339")
if err != nil {
t.Fatal(err)
}