msg add permission judge

This commit is contained in:
Gordon
2023-03-28 19:08:33 +08:00
parent ff65eeddba
commit d1875af9be
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -233,7 +233,3 @@ func (m *Message) CheckMsgIsSendSuccess(c *gin.Context) {
func (m *Message) GetUsersOnlineStatus(c *gin.Context) {
a2r.Call(msg.MsgClient.GetSendMsgStatus, m.client, c)
}
func (m *Message) AccountCheck(c *gin.Context) {
a2r.Call(msg.MsgClient.GetSendMsgStatus, m.client, c)
}