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]);
     }