Browse Source

wip:初始化rpc

wangkaiyue 2 years ago
parent
commit
7050d6b105
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/proxy/rpc/init.go

+ 1 - 0
core/proxy/rpc/init.go

@@ -4,4 +4,5 @@ package rpc
 func InitBaseServerRpc() {
 	initResourceCenterRpc()
 	initUserCenterRpc()
+	initPowerCheckCenterRpcRpc()
 }