From a274190b0157f5913bde8e28efebe80e901beee6 Mon Sep 17 00:00:00 2001 From: liguanjie <kingson2011@126.com> Date: Tue, 24 Jun 2025 18:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90stat=E6=9C=8D=E5=8A=A1=E3=80=91=201?= =?UTF-8?q?=E3=80=81=E6=9F=A5=E8=AF=A2=E7=94=A8=E6=88=B7=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/stat/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/stat/user.go b/services/stat/user.go index bdcd3d3..5d59692 100644 --- a/services/stat/user.go +++ b/services/stat/user.go @@ -72,7 +72,7 @@ type UserRoleReg struct { } type UserRoleRegPage struct { Page int `json:"page"` - TotalCount int `json:"page_count"` + TotalCount int `json:"total_count"` PageSize int `json:"page_size"` Data []UserRoleReg `json:"data"` }