This commit is contained in:
邹宗楠
2024-01-29 20:23:41 +08:00
parent b26b8e75e6
commit 646669a26f
3 changed files with 7 additions and 3 deletions

View File

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