This commit is contained in:
邹宗楠
2025-08-18 11:38:59 +08:00
parent a79d9ddec2
commit a315351658
6 changed files with 10 additions and 1693 deletions

View File

@@ -469,7 +469,7 @@ func TestRetailSellStatus2(t *testing.T) {
//根据分类id查询属性列表
func TestCategoryAttrList(t *testing.T) {
//result, err := api.CategoryAttrList(200002680)
result, err := api.CategoryAttrList(200001335)
result, err := api.CategoryAttrList(200001746)
if err != nil {
t.Fatal(err)
}