3.7
fxl
2023-03-07 52cffc4ab8e9787a6f233295502c7c9788dddae1
src/main/java/com/hxzkoa/controller/LocationController.java
@@ -329,6 +329,16 @@
      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());