|
@@ -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)
|