getBody()); $res = $this->CouponRebateService->couponRebate($data); //var_dump($res); if (!$res) { return Result::REQUEUE; } return Result::ACK; } public function isEnable(): bool { return parent::isEnable(); } }