api

package
v0.0.0-...-1ba92f8 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: MulanPSL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

type Api struct {
	beego.Controller
	//请求的Header参数
	HttpRequestHeaderData map[string]interface{}
	//请求的Get参数
	HttpRequestGetData map[string]interface{}
	//请求的form表单参数
	HttpRequestPostFormData map[string]interface{}
	//请求的JSON参数
	HttpRequestPostJsonData map[string]interface{}
}

func (*Api) InitRequestData

func (a *Api) InitRequestData()

initRequestData 初始化请求信息

Jump to

Keyboard shortcuts

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