This commit is contained in:
邹宗楠
2023-10-25 16:19:31 +08:00
parent 40e8b5d533
commit 31ecbdf60c
5 changed files with 4 additions and 219 deletions

View File

@@ -93,7 +93,7 @@ func TestRetailCatDelete(t *testing.T) {
}
func TestRetailList(t *testing.T) {
result, err := api.RetailList("18900165", 1, 100)
result, err := api.RetailList("785527", 1, 100)
if err != nil {
t.Fatal(err)
}