|
@@ -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)
|