添加自动获取品牌

This commit is contained in:
邹宗楠
2023-02-21 11:09:12 +08:00
parent 8cdc3078be
commit babacd5233
6 changed files with 42 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ import (
)
func TestRetailCatList(t *testing.T) {
result, err := api.RetailCatList("16690980")
result, err := api.RetailCatList("13262158")
if err != nil {
t.Fatal(err)
}