调整已登录任务列表接口
This commit is contained in:
@ -3,7 +3,7 @@ package v1
|
||||
import "github.com/gogf/gf/v2/frame/g"
|
||||
|
||||
type AdminInfoReq struct {
|
||||
g.Meta `path:"/admin/info" method:"get" tags:"Admin" summary:"(系统后台)获取管理员信息"`
|
||||
g.Meta `path:"/admin/info" method:"get" tags:"Backend/Admin" summary:"(系统后台)获取管理员信息"`
|
||||
}
|
||||
type AdminInfoRes struct {
|
||||
g.Meta `mime:"application/json"`
|
||||
|
||||
Reference in New Issue
Block a user