wugg il y a 1 an
Parent
commit
49565d48f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

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