This commit is contained in:
邹宗楠
2022-12-21 11:47:05 +08:00
parent 1804ba70d7
commit 6dfc48ae6e
4 changed files with 10 additions and 2 deletions

View File

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