Commit 30c05d34 by Joneq

rabbitmq修改为内网ip

parent 309434c7
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ func SendSubmitOrderMqTOErp(content []byte)(err error) {
//链接mq
//amqp://huntmouser:jy2y2900@119.23.79.136:5672/
//amqp://guest:guest@192.168.2.232:5672/
conn, err := amqp.Dial("amqp://huntmouser:jy2y2900@119.23.79.136:5672/");
conn, err := amqp.Dial("amqp://huntmouser:jy2y2900@172.18.137.23:5672/");
if err != nil {
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment