修改登录

This commit is contained in:
2023-07-03 09:30:26 +08:00
parent de0b49e724
commit 8b5e5854ab
5 changed files with 96 additions and 8 deletions
+2 -2
View File
@@ -131,8 +131,8 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 修改用户
userGroup.PUT("/:user_id", api.User.PutUser)
// 修改用户
userGroup.PUT("/password", api.User.PutUser)
// 修改用户密码
userGroup.PUT("/password", api.User.PutUserPassword)
}
// 接口