From 0df68bdddb82d593b522f62999c7eea5afb21ad9 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 24 Oct 2022 14:30:13 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/retail_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/retail_test.go b/platformapi/mtwmapi/retail_test.go index 04ac34e7..083637a9 100644 --- a/platformapi/mtwmapi/retail_test.go +++ b/platformapi/mtwmapi/retail_test.go @@ -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) }