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