``` # 微服务列表 micro=("users" "transaction" "products" "orders" "fullscale" "repayment" "capital" "sysaccount" "bases" "trusteeship" "contract" "others" "scan") # api ip列表 api=("192.168.6.63" "192.168.6.64") # admin ip列表 admin=("192.168.6.69" "192.168.6.70") # pc ip列表 pc=("192.168.6.60" "192.168.6.61" "192.168.6.62") #各微服务ip列表 users=("192.168.6.73" "192.168.6.74" "192.168.6.106") transaction=("192.168.6.75" "192.168.6.76" "192.168.6.109") products=("192.168.6.77" "192.168.6.78") orders=("192.168.6.81" "192.168.6.82" "192.168.107") fullscale=("192.168.6.83" "192.168.6.84") repayment=("192.168.6.85" "192.168.6.86") capital=("192.168.6.87" "192.168.6.88" "192.168.6.108") sysaccount=("192.168.6.89" "192.168.6.90") bases=("192.168.6.91" "192.168.6.92") trusteeship=("192.168.6.93" "192.168.6.94") contract=("192.168.6.95" "192.168.6.96") others=("192.168.6.97" "192.168.6.98") scan=("192.168.6.99" "192.168.6.100") # swoole ip列表 swoole=("${users[*]}" "${transaction[*]}" "${products[*]}" "${orders[*]}" "${fullscale[*]}" "${repayment[*]}" "${capital[*]}" "${sysaccount[*]}" "${bases[*]}" "${trusteeship[*]}" "${contract[*]}" "${others[*]}" "${scan[*]}")​ ```