Commit 3d3630c4 by mushishixian

优化

parent efca12cc
......@@ -71,8 +71,6 @@ func Import(wg *sync.WaitGroup) {
fmt.Println(err)
}
body := string(data)
fmt.Println(body)
return
rabbitmq.Send(Exchange, body)
}
}
......
......@@ -67,8 +67,6 @@ func Import(wg *sync.WaitGroup) {
fmt.Println(err)
}
body := string(data)
fmt.Println(body)
return
rabbitmq.Send(Exchange, body)
}
}
......
......@@ -68,8 +68,6 @@ func Import(wg *sync.WaitGroup) {
fmt.Println(err)
}
body := string(data)
fmt.Println(body)
return
rabbitmq.Send(Exchange, body)
}
}
......
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