feat: swagger format
This commit is contained in:
@@ -14,7 +14,7 @@ type UserProfileApi struct{}
|
||||
// @Tags 个人中心
|
||||
// @Summary 修改用户信息
|
||||
// @Security BearerAuth
|
||||
// @accept json
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Param data body request.UpdateProfile true "修改用户信息"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"修改成功"}"
|
||||
|
||||
Reference in New Issue
Block a user