推送权限测试

This commit is contained in:
wnp 2022-06-29 14:40:59 +08:00
parent f463f686ab
commit 9558e7c4ff

View File

@ -23,7 +23,7 @@ type Gateway struct {
modules.ModuleBase modules.ModuleBase
service base.IRPCXService service base.IRPCXService
wsService *WSServiceComp //websocket 服务组件 提供websocket服务监听 wsService *WSServiceComp //websocket 服务组件 提供websocket服务监听
agentMgr *AgentMgrComp //用户代理对象管理组件 管理用户socekt对象 agentMgr *AgentMgrComp //用户代理对象管理组件 管理用户socket对象
configure *configureComp configure *configureComp
} }