package
0.0.0-20241226011207-186138cb6426
Repository: https://github.com/index-null/software-engineering.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
更新用户信息 @Summary 更新用户信息 @Description 更新用户的详细信息(不能更新用户名) @Tags users @Accept json @Produce json @Param requestBody body map[string]interface{} true "用户信息更新数据" @Success 200 {object} map[string]interface{} "用户信息更新成功" @Failure 400 {object} map[string]interface{} "请求数据格式错误" @Failure 401 {object} map[string]interface{} "未找到用户信息" @Failure 500 {object} map[string]interface{} "更新用户信息失败" @Router /auth/user/update [put].