|
$return_out = $this->post_helper($url, json_encode($lead_out), $header);
|
|
$return_out = $this->post_helper($url, json_encode($lead_out), $header);
|
|
$return_out = json_decode($return_out, true);
|
|
$return_out = json_decode($return_out, true);
|
|
BigKingCbj::where('id',$id)->update(['is_successful' => 1]);
|
|
BigKingCbj::where('id',$id)->update(['is_successful' => 1]);
|