1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user