移除自定义请求头,使用标准请求头获取客户端信息

This commit is contained in:
2025-12-02 09:53:52 +08:00
parent e59c7c96f6
commit 55bd894668
3 changed files with 14 additions and 17 deletions

View File

@@ -1,8 +1,5 @@
package core
const HeaderUserIP = "X-Data-IP"
const HeaderUserUA = "X-Data-UA"
// PageReq 分页请求参数
type PageReq struct {
RawPage int `json:"page"`