param

package
v0.0.0-...-6fa26a5 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginParam

type LoginParam struct {
	Name     string `json:"name"`  //用户名
	Password string `json:"pwd"`   // 密码
	Id       string `json:"id"`    // 验证id
	Value    string `json:"value"` // 验证码输入值
}

type SmsLoginParam

type SmsLoginParam struct {
	Phone string `json:"phone"`
	Code  string `json:"code"`
}

Jump to

Keyboard shortcuts

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