This commit is contained in:
邹宗楠
2023-10-18 12:41:49 +08:00
parent e7abdef59f
commit 0152cfb581
4 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ func TestRetailCatUpdate(t *testing.T) {
// 测试获取门店分类列表
func TestRetailCatList(t *testing.T) {
result, err := api.RetailCatList("18900165")
result, err := api.RetailCatList("19284062")
if err != nil {
t.Fatal(err)
}