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
+2
View File
@@ -20,6 +20,7 @@ service_filename=(
${msg_name}
open_im_office
open_im_organization
open_im_conversation
)
#service config port name
@@ -38,6 +39,7 @@ service_port_name=(
openImOfflineMessagePort
openImOfficePort
openImOrganizationPort
openImConversationPort
)
for ((i = 0; i < ${#service_filename[*]}; i++)); do