This commit is contained in:
苏尹岚
2021-03-09 18:03:31 +08:00
parent ae08a80cd4
commit 32a2c0498b
7 changed files with 50 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ func TestParseErr4RetailDiscountDelete(t *testing.T) {
}
func TestGetByAppPoiCodeAndType(t *testing.T) {
result, err := api.GetByAppPoiCodeAndType("9375120", 1, 1)
result, err := api.GetByAppPoiCodeAndType("10305601", 1, 1)
if err != nil {
t.Fatal(err)
}