Browse Source

回传队列配置

liuzejian 2 years ago
parent
commit
d1a15b6c9d
1 changed files with 0 additions and 5 deletions
  1. 0 5
      app/Service/Callback/JuliangAccountReportChargeService.php

+ 0 - 5
app/Service/Callback/JuliangAccountReportChargeService.php

@@ -315,11 +315,6 @@ class JuliangAccountReportChargeService
         } else {
             $this->result['report_success'] = false;
         }
-
-        /**
-         * 要删除
-         */
-        $this->result['report_success'] = (bool)rand(0,1);
         $this->result['report_result'] = $reportResult;
         $this->result['need_report'] = false;
     }