新增管理员用户删除,修改反馈,任务列表
This commit is contained in:
@ -173,3 +173,11 @@ type UserBoundInfoOut struct {
|
||||
Nick string
|
||||
Utype int8
|
||||
}
|
||||
|
||||
type DelUserIn struct {
|
||||
Id int64
|
||||
}
|
||||
|
||||
type DelUserOut struct {
|
||||
Success bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user