controller

package
v0.0.0-...-66d6a2b Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Login = new(loginCtl)

Functions

This section is empty.

Types

type LoginReq

type LoginReq struct {
	UserName string `p:"username" v:"required|length:5,30#请输入登录账号|账号长度为:min-max位"`
	Password string `p:"password" v:"required|length:5,12#请输入密码|密码长度为:min-max位"`
	Captcha  string `p:"captcha" v:"required|length:4,6#请输入验证码|验证码长度不够"`
	IdKey    string `p:"idKey" v:"required#验证码KEY不能为空"`
}

Jump to

Keyboard shortcuts

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