1
This commit is contained in:
@@ -462,3 +462,9 @@ func TestDeleteCat(t *testing.T) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestRetailProductRules(t *testing.T) {
|
||||
result, err := api.RetailProductRules(200002538)
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
t.Log(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user