Преглед изворни кода

Merge branch 'stable' into liuzj-test

liuzejian пре 1 година
родитељ
комит
f453174477
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Jobs/Callback/ReportCharge.php

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

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