This commit is contained in:
苏尹岚
2021-03-18 10:14:06 +08:00
parent 111c6bbbb0
commit 1acb2624ba
8 changed files with 24 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ func TestRetailCatDelete(t *testing.T) {
}
func TestRetailList(t *testing.T) {
result, err := api.RetailList(testPoiCode, 0, GeneralMaxLimit)
result, err := api.RetailList("9000444", 0, 20)
if err != nil {
t.Fatal(err)
}