This commit is contained in:
邹宗楠
2025-04-29 14:42:24 +08:00
parent 9da5d239c6
commit c248d8e1d1
5 changed files with 41 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ func TestRetailCatUpdate(t *testing.T) {
// 测试获取门店分类列表
func TestRetailCatList(t *testing.T) {
result, err := api.RetailCatList("26242063")
result, err := api.RetailCatList("5943132")
if err != nil {
t.Fatal(err)
}
@@ -239,7 +239,7 @@ func TestBatchSetPrice(t *testing.T) {
}
func TestRetailDelete(t *testing.T) {
poiCode := "26242063"
poiCode := "5943132"
i := 0
count := 0