feat:完善项目
This commit is contained in:
@ -165,6 +165,7 @@ func (*User) List(c *gin.Context) {
|
||||
|
||||
func (*User) Detail(c *gin.Context) {
|
||||
form := new(IDStringForm)
|
||||
|
||||
if err := bind(form)(c); err != nil {
|
||||
APIFailure(err.(error))(c)
|
||||
return
|
||||
|
Reference in New Issue
Block a user