This commit is contained in:
邹宗楠
2025-09-12 16:23:59 +08:00
parent 641329db6d
commit c4f6462945
11 changed files with 189 additions and 16 deletions

View File

@@ -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)
}