优化mongo,封装count逻辑,处理objectId

This commit is contained in:
2026-01-06 17:01:10 +08:00
parent a43da6e06e
commit 213ad95791
8 changed files with 123 additions and 91 deletions

View File

@@ -20,8 +20,6 @@ import (
"github.com/gogf/gf/v2/util/gconv"
)
const PageSize = 20
var Httpserver = g.Server()
var Httpclient = g.Client()