feat : check

This commit is contained in:
2025-04-01 16:29:02 +08:00
parent 5b16747552
commit a5daf471e4

View File

@@ -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();