cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java
@@ -41,6 +41,20 @@ return ResultUtil.runErr(); } } @ResponseBody @PostMapping("/base/exploreWP/indexOfEx") @ApiOperation(value = "联系客服-探索首页", tags = {"APP-探索玩湃"}) @ApiImplicitParams({ }) public ResultUtil<List<StoreInfo>> indexOfExploreDetail1(LonLatRequest llrequest) { try { return ResultUtil.success(tsService.queryIndexOfExplores(llrequest)); } catch (Exception e) { return ResultUtil.runErr(); } } @ResponseBody