aa
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user