add rpc conversation

This commit is contained in:
Gordon
2022-04-24 11:23:54 +08:00
parent 0a939a5b91
commit df17dd749f
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