swagger文档
// @Id GetUserDetail
// @Tags 用户
// @Summary 获取用户详情
// @Description
// @Accept json
// @Produce json
// @Param Authorization header string true "Bearer <jwt-token>"
// @Param id path int true "用户ID"
// @Success 200 {object} RspData{data=UserDetail}
// @Failure 400 {object} RspBase
// @Router /v1/users/{id} [get]Last updated