stanley-king 9 年 前
コミット
d13ec30a1c
1 ファイル変更2 行追加2 行削除
  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)