package rpc // InitBaseServerRpc 初始化基础服务rpc func InitBaseServerRpc() { initResourceCenterRpc() initUserCenterRpc() }