dreamfactory_cmd/cmd/v2/model/login.go
2023-06-09 21:58:02 +08:00

8 lines
150 B
Go

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