This commit is contained in:
jiangyong 2025-03-09 21:32:25 +08:00
parent 477c04dbbe
commit 8e9046039d
1 changed files with 1 additions and 1 deletions

View File

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