This commit is contained in:
邹宗楠
2025-11-10 09:51:45 +08:00
parent ab98ad1cd0
commit d2996db7cf
9 changed files with 221 additions and 13 deletions

View File

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