This commit is contained in:
邹宗楠
2023-09-25 18:36:23 +08:00
parent bf7364b7c1
commit dd9f657333
6 changed files with 31 additions and 6 deletions

View File

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