在接口中加上:produces属性即可
@RequestMapping(value = "changeMobile",method = RequestMethod.POST,produces = "application/json; charset=utf-8") @ResponseBody