Commit 7ba0246c by Joneq

修改地址

parent 30c05d34
Showing with 2 additions and 2 deletions
......@@ -5,9 +5,9 @@ import "github.com/streadway/amqp"
func SendSubmitOrderMqTOErp(content []byte)(err error) {
//链接mq
//amqp://huntmouser:jy2y2900@119.23.79.136:5672/
//amqp://huntmouser:jy2y2900@172.18.137.23:5672/
//amqp://guest:guest@192.168.2.232:5672/
conn, err := amqp.Dial("amqp://huntmouser:jy2y2900@172.18.137.23:5672/");
conn, err := amqp.Dial("amqp://huntadmin: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