puzhibing
2023-07-07 c148720d31eb2f8d68352e64eaddf17fd5b66a5a
cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java
@@ -33,7 +33,7 @@
    @ApiImplicitParams({
            @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....")
    })
    public ResultUtil<ExploreDatasVo> indexOfExploreDetail(@RequestBody LonLatRequest llrequest){
    public ResultUtil<ExploreDatasVo> indexOfExploreDetail(LonLatRequest llrequest){
        try {
            return ResultUtil.success(tsService.queryIndexOfExplores(llrequest));
        }catch (Exception e){