소스 검색

回传队列配置

liuzejian 2 년 전
부모
커밋
d1a15b6c9d
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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;
     }