This commit is contained in:
richboo111
2022-10-24 14:30:13 +08:00
parent 6ae7a3f179
commit 0df68bdddb

View File

@@ -295,7 +295,7 @@ func TestCategoryAttrList(t *testing.T) {
}
func TestCategoryAttrValueList(t *testing.T) {
result, err := api.CategoryAttrValueList(1200000264, "是", 1, 5)
result, err := api.CategoryAttrValueList(100002442, "是", 1, 5)
if err != nil {
t.Fatal(err)
}