修改bug

This commit is contained in:
邹宗楠
2022-03-15 11:46:51 +08:00
parent 39a3a636db
commit eaca4b3275
10 changed files with 107 additions and 60 deletions

View File

@@ -368,7 +368,7 @@ func (c *Auth2Controller) ChangePassword() {
})
}
// @Title 清除除参数token以外的这个人的token
// @Title 清除除参数token以外的这个人的tokenSendStoreMessage
// @Description 清除除参数token以外的这个人的token
// @Param token header string true "认证token"
// @Success 200 {object} controllers.CallResult