admin

package
v0.0.0-...-63c8a61 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Admin

type Admin struct {
	Base
}

func (*Admin) Json

func (this *Admin) Json(d JsonData)

返回json字符串

func (*Admin) Login

func (this *Admin) Login()

登录 @router /admin/login [get]

type Base

type Base struct {
	beego.Controller
}

type JsonData

type JsonData struct {
	Code int8        `json:"code"`
	Msg  string      `json:"msg"`
	Data interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

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