Commit 02367f3c by wang

fix

parent fd33399a
Showing with 2 additions and 1 deletions
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
*.exe *.exe
*.exe~ *.exe~
gowatch.yml gowatch.yml
/config/prod
...@@ -167,7 +167,7 @@ func (this *UploadSkuSync) PushStatus3HandleList(uploadInfo *dao.UpdatesUploadSt ...@@ -167,7 +167,7 @@ func (this *UploadSkuSync) PushStatus3HandleList(uploadInfo *dao.UpdatesUploadSt
queueExchange := rabbitmq.QueueExchange{ queueExchange := rabbitmq.QueueExchange{
listName, listName,
listName, listName,
"", listName,
"direct", "direct",
lib.Instance("config").GetString("rabbit_mq_default.url"), lib.Instance("config").GetString("rabbit_mq_default.url"),
} }
......
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