server plugin: add client address in Login operation, fix #2742 (#2751)

This commit is contained in:
fatedier
2022-01-11 16:32:20 +08:00
committed by GitHub
parent e9775bd70f
commit 22412851b4
3 changed files with 11 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ type Response struct {
type LoginContent struct {
msg.Login
ClientAddress string `json:"client_address,omitempty"`
}
type UserInfo struct {