From a43da6e06ebf2b272743832cf4a198cbc49ecec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 6 Jan 2026 09:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=86=E7=B1=BB=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=B1=9E=E6=80=A7=EF=BC=8C=E6=96=B9=E4=BE=BFC?= =?UTF-8?q?=E7=AB=AF=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/http.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/http/http.go b/http/http.go index 1f3463d..f03e3c3 100644 --- a/http/http.go +++ b/http/http.go @@ -20,17 +20,8 @@ import ( "github.com/gogf/gf/v2/util/gconv" ) -type ResponseEmpty struct { -} - const PageSize = 20 -type Page struct { - PageNum int `p:"pageNum"` //当前页码 - PageSize int `p:"pageSize"` //每页数 - Total int //总页数 -} - var Httpserver = g.Server() var Httpclient = g.Client()