This commit is contained in:
jiangyong 2025-03-09 21:24:55 +08:00
parent abf7b6837e
commit 477c04dbbe
1 changed files with 1 additions and 1 deletions
server/session

View File

@ -16,8 +16,8 @@ var (
)
type AdminHeader struct {
Host string `header:"host" json:"-"`
Token string `header:"x-token" json:"-"`
Host string `header:"x-host" json:"-"`
RemoteIp string `header:"x-remote-ip" json:"public_ip"`
}