This commit is contained in:
邹宗楠
2024-04-03 11:32:17 +08:00
parent 911a868b43
commit a837666e1a
3 changed files with 10 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestGetUnlimited(t *testing.T) {
result, err := api.GetUnlimited("a=1", "")
result, err := api.GetUnlimited("storeID=103197", "")
if err != nil {
t.Fatal(err.Error())
}