@@ -20,6 +20,7 @@ class openShopInitConsumer implements ConsumerInterface
//开店初始化
public function execute(AMQPMessage $msg)
{
+ echo 'aaa';
$data = unserialize($msg->body);
$merchantId = isset($data['merchantId']) ? $data['merchantId'] : 0;
$return = MerchantService::openShopInit(['merchantId' => $merchantId]);