This commit is contained in:
苏尹岚
2021-02-18 14:05:16 +08:00
parent f258539de6
commit 5dd4dbbd1e
6 changed files with 144 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ func TestCommonShopCategories(t *testing.T) {
"category1": "厨房生鲜",
"category2": "水产"
} */
result, err := api.CommonShopCategories(277, 2)
result, err := api.CommonShopCategories(274, 2)
if err != nil {
t.Fatal(err)
} else {