Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptchaApi ¶
type CaptchaApi struct{}
CaptchaApi 验证码接口层
func (CaptchaApi) Image ¶
func (s CaptchaApi) Image() resp.Resp
Image 图形验证码 path: /admin/captcha/image
type CommonApi ¶
type CommonApi struct{}
CommonApi 系统用户接口层
func (CommonApi) DictOption ¶
DictOption 查询参数字典 path: /admin/common/dict/option param:
ctx: Iris默认可接收参数 egs: 所有第三方依赖, 如redis、orm (如不需要,不接收参数即可)
type SysUserApi ¶
type SysUserApi struct{}
SysUserApi 系统用户接口层
func (SysUserApi) Create ¶
func (e SysUserApi) Create(_ iris.Context, ens *engine.Engines) resp.Resp
Create path: /admin/user/create
Click to show internal directories.
Click to hide internal directories.