| | |
| | | locationService.tag_time(tag); |
| | | } |
| | | |
| | | @ResponseBody |
| | | @RequestMapping(value="panduanweiyi.do", method={RequestMethod.POST,RequestMethod.GET}) |
| | | public String panduanweiyi(HttpServletRequest request) { |
| | | JSONObject json = new JSONObject(); |
| | | String name = request.getParameter("name"); |
| | | List<String> strs = locationService.panduanweiyi(name); |
| | | json.put("dataList", strs); |
| | | return json.toString(); |
| | | } |
| | | |
| | | // @RequestMapping(value = "/shishi.do", method = { RequestMethod.POST, RequestMethod.GET }) |
| | | // public void shiyan(HttpServletRequest request) throws IOException { |
| | | // String jsonString = RequestUtils.getRequestJsonString(request, Config.getCharset()); |