新增管理员用户删除,修改反馈,任务列表
This commit is contained in:
@ -90,3 +90,12 @@ type GetUnboundUrlReq struct {
|
||||
type GetUnboundUrlRes struct {
|
||||
Url string `json:"url" dc:"解绑的 h5 页面 url"`
|
||||
}
|
||||
|
||||
type DelUserReq struct {
|
||||
g.Meta `path:"/user/del/{id}" method:"delete" tags:"User" summary:"(PC)删除用户"`
|
||||
Id int `json:"id" v:"required#用户id不能为空" dc:"用户id"`
|
||||
}
|
||||
|
||||
type DelUserRes struct {
|
||||
Success bool `json:"success" dc:"是否成功"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user