Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VoSignInRequest ¶
type VoSignInRequest struct {
Password string `json:"password" v:"required#账号不能为空"`
UserName string `json:"userName" v:"required#密码不能为空"`
Types string `json:"type" v:""`
}
登录请求对象,用于前后端交互参数格式约定
type VoSignInResponse ¶
type VoSignInResponse struct {
Status string `json:"status"` //
Types string `json:"type"` //
CurrentAuthority string `json:"currentAuthority"` //
}
登录请求返回的对象,用于前后端交互参数格式约定
Click to show internal directories.
Click to hide internal directories.