zhoulj %!s(int64=4) %!d(string=hai) anos
pai
achega
d7ff9d330d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/Services/LandingPage/ChargeFeedBack/Rereport.php

+ 3 - 0
src/Services/LandingPage/ChargeFeedBack/Rereport.php

@@ -49,7 +49,10 @@ class Rereport
                     'content' => $result['result'] ? '手动回传' : $result['content'],
                 ]
             );
+            \Log::info('start_addReportCount:'.json_encode($report_user));
             $report_info = $this->addReportCount($report_user);
+            \Log::info('end_addReportCount:'.json_encode($report_info));
+            
             if ($report_info && isset($report_info['data']['percent'])) {
                 $charge->report_percent = $report_info['data']['percent'];
                 $charge->save();