From cd845da2ba022ea9e733d83265dfd645c69fc292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=9C=E8=8F=AF?= Date: Thu, 13 Apr 2023 18:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E8=88=8A=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/main.go b/bin/main.go index 347526d..8369966 100644 --- a/bin/main.go +++ b/bin/main.go @@ -80,6 +80,7 @@ type History struct { } type ListView struct { + Code int `json:"code"` Page int `json:"page"` PageSize int `json:"page_size"` Total int `json:"total"`