调整已登录任务列表接口

This commit is contained in:
chy
2025-06-27 15:00:59 +08:00
parent ae19e9917e
commit ba28d0621a
6 changed files with 34 additions and 6 deletions

View File

@ -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"`