cqp пре 2 месеци
родитељ
комит
3f5fa7e7e0
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      app/Service/LabelDealService.php

+ 0 - 2
app/Service/LabelDealService.php

@@ -71,8 +71,6 @@ class LabelDealService extends Service
         $return_bind = $this->post_helper($url, $lead_bind, $token);
         $return_bind = json_decode($return_bind, true);
         Log::channel('apiLog')->info('商标绑定(返回结果)', ["message" => $return_bind]);
-
-        if(isset($return_bind['status']) && $return_bind['status'] == 'success' && isset($return_out['status']) && $return_out['status'] == 'success') BigKingCbj::where('id',$id)->update(['is_successful' => 1]);
     }
 
     public function post_helper($url, $data, $auth)