liuzejian 1 ano atrás
pai
commit
97a8c16d0a
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      app/Jobs/Callback/ReportCharge.php

+ 3 - 0
app/Jobs/Callback/ReportCharge.php

@@ -40,6 +40,9 @@ class ReportCharge implements ShouldQueue
      */
      */
     public function handle(): void
     public function handle(): void
     {
     {
+        myLog('reportCharge')->info('info', [
+            'info' => $this->info
+        ]);
         $traceContext = TraceContext::newFromParent($this->info['traceInfo']);
         $traceContext = TraceContext::newFromParent($this->info['traceInfo']);
         myLog('reportCharge')->info('开始处理订单回传', [
         myLog('reportCharge')->info('开始处理订单回传', [
             'orderInfo' => $this->info,
             'orderInfo' => $this->info,