This commit is contained in:
wangchuxiao
2022-03-25 18:46:27 +08:00
parent e7b95892ff
commit 6d20eddd43
20 changed files with 1936 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ service_filename=(
open_im_admin_cms
open_im_message_cms
open_im_statistics
open_im_office
${msg_name}
)
@@ -34,6 +35,7 @@ service_port_name=(
openImMessageCmsPort
openImStatisticsPort
openImOfflineMessagePort
openImOfficePort
)
for ((i = 0; i < ${#service_filename[*]}; i++)); do