login

package
v0.0.0-...-478090f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2020 License: MIT Imports: 0 Imported by: 0

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"` //
}

登录请求返回的对象,用于前后端交互参数格式约定

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL