active user

This commit is contained in:
withchao
2023-07-03 20:54:03 +08:00
parent bedd554269
commit dd6b47fbbb
8 changed files with 533 additions and 207 deletions
+4
View File
@@ -238,3 +238,7 @@ func (m *MessageApi) CheckMsgIsSendSuccess(c *gin.Context) {
func (m *MessageApi) GetUsersOnlineStatus(c *gin.Context) {
a2r.Call(msg.MsgClient.GetSendMsgStatus, m.Client, c)
}
func (m *MessageApi) GetActiveUser(c *gin.Context) {
a2r.Call(msg.MsgClient.GetActiveUser, m.Client, c)
}