liuzejian 1 年之前
父節點
當前提交
97a8c16d0a
共有 1 個文件被更改,包括 3 次插入0 次删除
  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
     {
+        myLog('reportCharge')->info('info', [
+            'info' => $this->info
+        ]);
         $traceContext = TraceContext::newFromParent($this->info['traceInfo']);
         myLog('reportCharge')->info('开始处理订单回传', [
             'orderInfo' => $this->info,