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