stanley-king %!s(int64=9) %!d(string=hai) anos
pai
achega
d13ec30a1c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      mobile/framework/function/function.php

+ 2 - 2
mobile/framework/function/function.php

@@ -44,7 +44,7 @@ function joutput_data($datas)
     $data['message'] = errcode::msg($code);
     $data['datas'] = $datas;
     
-    //echo json_encode($data);
+    echo json_encode($data);
 }
 
 function joutput_error($code,$message = '') 
@@ -58,7 +58,7 @@ function joutput_error($code,$message = '')
     $data['message'] =  $message;
     $data['datas'] = null;
 
-    //echo json_encode($data);
+    echo json_encode($data);
 }
 
 function mobile_page($page_count)