package
0.0.0-20240224140723-af5631f7f494
Repository: https://github.com/big-dust/dreambridge.git
Documentation: pkg.go.dev

# Functions

@Summary 设置用户报考信息 @Description 设置用户信息接口 @Accept json;multipart/form-data @Produce json @Param Authorization header string true "token" @Param province formData string true "省份" @Param exam_type formData string true "考试类型" @Param school_type formData string true "学校类型" @Param subject formData object true "科目" @Param subject.formData.physics formData bool true "是否选择物理学" @Param subject.formData.history formData bool true "是否选择历史学" @Param subject.formData.chemistry formData bool true "是否选择化学" @Param subject.formData.biology formData bool true "是否选择生物学" @Param subject.formData.geography formData bool true "是否选择地理学" @Param subject.formData.politics formData bool true "是否选择政治学" @Param score formData int true "分数" @Param province_rank formData int true "省份排名" @Param holland formData string true "霍兰德" Enums(conventional,investigative,realistic,enterprising,artistic,social) @Param interests formData []string true "兴趣列表" @Success 200 {object} response.OkMsgResp "更新信息成功" @Failure 400 {object} response.FailMsgResp "更新信息失败" @Router /api/v1/user/info [post].