user notification

This commit is contained in:
Gordon
2022-11-20 17:45:49 +08:00
parent 7f9812a488
commit 9fddf6819b
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -199,7 +199,6 @@ func ForceLogout(c *gin.Context) {
c.JSON(http.StatusBadRequest, gin.H{"errCode": 400, "errMsg": errMsg})
return
}
req := &rpc.ForceLogoutReq{}
utils.CopyStructFields(req, &params)