This commit is contained in:
邹宗楠
2023-09-22 17:25:56 +08:00
parent 48fc9d8337
commit 8bb0c546c3
2 changed files with 5 additions and 4 deletions

View File

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