优化用户聊天记录显示

This commit is contained in:
RockYang
2023-03-28 17:19:50 +08:00
parent ebc2041e8a
commit 4e575d01db
5 changed files with 92 additions and 16 deletions

View File

@@ -291,6 +291,7 @@ func (s *Server) GetChatRoleListHandle(c *gin.Context) {
})
}
}
c.JSON(http.StatusOK, types.BizVo{Code: types.Success, Message: types.OkMsg, Data: res})
}