shish 6 gadi atpakaļ
vecāks
revīzija
eea51f2bbf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      common/config/rabbitMQ.php

+ 1 - 1
common/config/rabbitMQ.php

@@ -188,7 +188,7 @@ $rabbitMQ = [
 			//授权公众号开店初始化
 			'name' => 'openShopInitConsumer',
 			'callbacks' => [
-				'informQueue' => '\common\components\rabbitmq\consumer\openShopInitConsumer', //设定队列的数据给谁转回调而以,只是个配置
+				'openShopInitQueue' => '\common\components\rabbitmq\consumer\openShopInitConsumer', //设定队列的数据给谁转回调而以,只是个配置
 			],
 		],
 		/*