wugg 1 yıl önce
ebeveyn
işleme
49565d48f2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 	}
 }