add rpc conversation

This commit is contained in:
Gordon
2022-04-24 11:23:54 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent f16b7d694b
commit 5572f90319
10 changed files with 551 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ service_port_name=(
openImStatisticsPort
openImOfficePort
openImOrganizationPort
openImConversationPort
)
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do