소스 검색

出标机

cqpCow 11 달 전
부모
커밋
c2b8c93295
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Service/LabelDealService.php

+ 1 - 0
app/Service/LabelDealService.php

@@ -48,6 +48,7 @@ class LabelDealService extends Service
         $return_out = $this->post_helper($url, json_encode($lead_out), $header);
         $return_out = json_decode($return_out, true);
 
+        //toDo
         BigKingCbj::where('id',$id)->update(['is_successful' => 1]);
     }