From 264495960b268a9dda0504419773eaf3de57f6ee Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 29 Jul 2022 14:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/category.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jd/category.go b/jd/category.go index b505293..8b0fd20 100644 --- a/jd/category.go +++ b/jd/category.go @@ -9,7 +9,8 @@ import ( type category struct { } type ArgsCategoryList struct { - Page bean.Page + ThirdCategoryId uint + Page bean.Page } type CategoryItem struct {