This commit is contained in:
2026-01-12 17:51:42 +08:00
parent 38668d82c4
commit f1634872de
10 changed files with 460 additions and 283 deletions
+5
View File
@@ -185,6 +185,11 @@ func ApiUser(r *gin.RouterGroup) {
}
})
//修改用户头像
r.POST("/updateAvatar", func(ctx *gin.Context) {
})
//更新用户info
r.POST("/updateInfo", func(ctx *gin.Context) {
isAuth, user, data := AuthenticationAuthority(ctx)