|
@@ -122,7 +122,7 @@ if(!function_exists("GetFin")){
|
|
function GetFin($uri,$post){
|
|
function GetFin($uri,$post){
|
|
$host =env("fin.hosturl");
|
|
$host =env("fin.hosturl");
|
|
$data =curl_request($host.$uri,$post);
|
|
$data =curl_request($host.$uri,$post);
|
|
- return $data;
|
|
|
|
|
|
+ return json_decode($data,true);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|