package model type LoginParam struct { Account string `json:"account"` ServerId int32 `json:"serverId"` TimeStamp int64 `json:"timestamp"` }