@RequestMapping(value = "domesticcity", method = RequestMethod.GET)
 @ResponseBody
 public List<?> getDomesticCity() throws Exception {
   return service.getDomesticCity();
 }