Skip to content

Commit a114d29

Browse files
authored
Update sys_user.go
1 parent 0a842c0 commit a114d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/api/v1/system/sys_user.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,11 @@ func (b *BaseApi) GetUserInfo(c *gin.Context) {
324324
}
325325

326326
// @Tags SysUser
327-
// @Summary 用户修改密码
327+
// @Summary 重置用户密码
328328
// @Security ApiKeyAuth
329329
// @Produce application/json
330330
// @Param data body system.SysUser true "ID"
331-
// @Success 200 {object} response.Response{msg=string} "用户修改密码"
331+
// @Success 200 {object} response.Response{msg=string} "重置用户密码"
332332
// @Router /user/resetPassword [post]
333333
func (b *BaseApi) ResetPassword(c *gin.Context) {
334334
var user system.SysUser

0 commit comments

Comments
 (0)