This commit is contained in:
邹宗楠
2023-09-22 10:20:53 +08:00
parent c20d32e975
commit f5c35458c3
4 changed files with 21 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ func TestRetailCatUpdate(t *testing.T) {
// 测试获取门店分类列表
func TestRetailCatList(t *testing.T) {
result, err := api.RetailCatList("12663480")
result, err := api.RetailCatList("18900165")
if err != nil {
t.Fatal(err)
}
@@ -94,7 +94,7 @@ func TestRetailCatDelete(t *testing.T) {
}
func TestRetailList(t *testing.T) {
result, err := api.RetailList("8967897"+
result, err := api.RetailList("18900165"+
"", 0, 20)
if err != nil {
t.Fatal(err)