This commit is contained in:
邹宗楠
2025-11-26 15:28:25 +08:00
parent f28a13c2b3
commit ee4b2859bb
5 changed files with 37 additions and 25 deletions

View File

@@ -370,3 +370,7 @@ func TestDeleteSku(t *testing.T) {
// api.ShopCategoryDelete(shopId, v.CategoryID)
//}
}
func TestCategoryAttrValueList(t *testing.T) {
api.CategoryAttrValueList(201220238, "666667")
}