From ca31170b286983410bd75a3861a041bbf60095d7 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 13 Feb 2023 16:33:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E7=9B=AE?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/category.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jd/category.go b/jd/category.go index 7ad32bb..414d287 100644 --- a/jd/category.go +++ b/jd/category.go @@ -10,6 +10,7 @@ type category struct { } type ArgsCategoryList struct { ThirdCategoryId uint + IsMatch uint // 是否匹配 0=全部 1=匹配 2=没匹配 Page bean.Page } From 7b9e48c850c215ce298227bdc1e497ef9ae8e671 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 13 Feb 2023 16:35:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E7=9B=AE?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otosaas/category.go | 1 + 1 file changed, 1 insertion(+) diff --git a/otosaas/category.go b/otosaas/category.go index 40c7869..5a22fa1 100644 --- a/otosaas/category.go +++ b/otosaas/category.go @@ -10,6 +10,7 @@ type category struct { } type ArgsCategoryList struct { ThirdCategoryId uint + IsMatch uint // 是否匹配 0=全部 1=匹配 2=没匹配 Page bean.Page }