tgz 1 年之前
父节点
当前提交
a5757b418b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Jobs/Callback/ReportCharge.php

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

@@ -56,6 +56,7 @@ class ReportCharge implements ShouldQueue
                     ]);
                     break;
                 case 1:
+                    //巨量账户级别回传
                     $reportService = new JuliangAccountReportChargeService($this->info['uid'], $order, $this->info['traceInfo']);
                     $reportService->report();
                     break;