This commit is contained in:
苏尹岚
2021-03-12 16:35:40 +08:00
parent cb13becfd9
commit 60ff7e5854
2 changed files with 44 additions and 0 deletions

View File

@@ -734,3 +734,11 @@ func TestSetOrderStateToWait(t *testing.T) {
}
// t.Log(utils.Format4Output(result, false))
}
func TestStoreProductSearch(t *testing.T) {
result, _, err := api.StoreProductSearch(1, 20, []string{"1000069025"})
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}