From 907bc495511de1f86a5a1e833d7b6ebf3fb5a15b Mon Sep 17 00:00:00 2001 From: "DESKTOP-GG6FIN9\\Administrator" <15040771@qq.com> Date: Fri, 7 Aug 2020 19:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=9F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Amqp/Consumer/couponRebateConsumer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Amqp/Consumer/couponRebateConsumer.php b/app/Amqp/Consumer/couponRebateConsumer.php index bca6310..7ac8e0d 100644 --- a/app/Amqp/Consumer/couponRebateConsumer.php +++ b/app/Amqp/Consumer/couponRebateConsumer.php @@ -28,11 +28,7 @@ class couponRebateConsumer extends ConsumerMessage public function consumeMessage($data, AMQPMessage $message): string { - //var_dump($data); - //ar_dump($rebate_id); - //var_dump($message->getBody()); $res = $this->CouponRebateService->couponRebate($data); - //var_dump($res); if (!$res) { return Result::REQUEUE; }