organization

This commit is contained in:
skiffer-git 2022-04-16 20:14:47 +08:00
parent cc405b83e2
commit cad147faf8
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
func main() {
rpcPort := flag.Int("port", 10100, "get RpcOrganizationPort from cmd,default 10100 as port")
rpcPort := flag.Int("port", 11200, "get RpcOrganizationPort from cmd,default 11200 as port")
flag.Parse()
fmt.Println("start organization rpc server, port: ", *rpcPort)
rpcServer := group.NewGroupServer(*rpcPort)

View File

@ -122,6 +122,7 @@ rpcport: #rpc服务端口 默认即可
openImMessageCmsPort: [ 10900 ]
openImAdminCmsPort: [ 11000 ]
openImOfficePort: [ 11100 ]
openImOrganizationPort: [ 11200 ]
c2c:
callbackBeforeSendMsg:
switch: false