This commit is contained in:
邹宗楠
2023-06-12 15:17:21 +08:00
parent ac8a89ab50
commit c3fdbca140
3 changed files with 4 additions and 4 deletions

View File

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