tgz 1 year ago
parent
commit
a5757b418b
1 changed files with 1 additions and 0 deletions
  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;