增加分类路径属性,方便C端检索

This commit is contained in:
2026-01-06 09:43:33 +08:00
parent 4f4816e093
commit a43da6e06e

View File

@@ -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()