shish 6 жил өмнө
parent
commit
eea51f2bbf

+ 1 - 1
common/config/rabbitMQ.php

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