@ -378,7 +378,8 @@ class Info_amp extends CI_Controller
if ($ext != '.jpg') {
echo(json_encode(array(
'status' => 'error',
'msg' => '只能接收(.jpg)图片。'
'msg' => '只能接收(.jpg)图片。',
'filename' => $file["name"]
)));
return;
}