This commit is contained in:
邹宗楠
2025-03-17 13:46:55 +08:00
parent bdcc7b25f2
commit b308322826
5 changed files with 57 additions and 8 deletions

View File

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