This commit is contained in:
苏尹岚
2021-02-19 11:32:04 +08:00
parent cb0ff51d93
commit 59af8ea51a
3 changed files with 5 additions and 4 deletions

View File

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