feat : check
This commit is contained in:
@@ -43,7 +43,7 @@ class CouponAutoDispenseConsumer extends ConsumerMessage
|
|||||||
$this->log->error('CouponAutoDispenseConsumer:error:NoData:'.json_encode($data));
|
$this->log->error('CouponAutoDispenseConsumer:error:NoData:'.json_encode($data));
|
||||||
return Result::ACK;
|
return Result::ACK;
|
||||||
}
|
}
|
||||||
// $this->log->debug('data:'.json_encode($data));
|
$this->log->debug('data:'.json_encode($data));
|
||||||
try {
|
try {
|
||||||
$service = new AutoDispenseService();
|
$service = new AutoDispenseService();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user