v1

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseOpenCaptchaReq

type BaseOpenCaptchaReq struct {
	g.Meta `path:"/captcha" method:"GET"`
	Height int `json:"height" in:"query" default:"40"`
	Width  int `json:"width"  in:"query" default:"150"`
}

type BaseOpenLoginReq

type BaseOpenLoginReq struct {
	g.Meta     `path:"/login" method:"POST"`
	Username   string `json:"username" p:"username" v:"required"`
	Password   string `json:"password" p:"password" v:"required"`
	CaptchaId  string `json:"captchaId" p:"captchaId" v:"required"`
	VerifyCode string `json:"verifyCode" p:"verifyCode" v:"required"`
}

login 接口请求

Jump to

Keyboard shortcuts

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