添加头像

This commit is contained in:
haomingming
2025-12-11 15:34:42 +08:00
parent 4f8a2bb90c
commit cdd133eb71
5 changed files with 105 additions and 19 deletions
+3
View File
@@ -161,6 +161,9 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 投票记录列表-视频-分页
videoGroup.GET("/vote/page", api.UserVoteDay.GetVideoVotePage)
// 上传作者头像
videoGroup.POST("/author/avatar", api.Video.UploadAuthorAvatar)
}
// 基础数据