Browse Source

对接口,全部接口都有数据了

wuweihao 4 years ago
parent
commit
c6651dc1f0
1 changed files with 0 additions and 17 deletions
  1. 0 17
      gis_web/src/main/java/com/gis/web/controller/ScreenController.java

+ 0 - 17
gis_web/src/main/java/com/gis/web/controller/ScreenController.java

@@ -97,14 +97,6 @@ public class ScreenController  {
         return ResultUtils.doGetResult(apiUrl, param);
     }
 
-//    @ApiOperation("积分商城数据")
-//    @GetMapping("pointData/{code}")
-//    public Result pointData(@PathVariable String code) {
-//        String apiUrl = "/open/api/v1/community/point-data";
-//        HashMap<String, Object> param = new HashMap<>();
-//        param.put("code", code);
-//        return ResultUtils.doGetResult(apiUrl, param);
-//    }
 
 
     @ApiOperationSupport(order=2)
@@ -167,7 +159,6 @@ public class ScreenController  {
         String apiUrl = "/open/api/v1/community/deyuan/getStatistics";
         HashMap<String, Object> param = new HashMap<>();
         param.put("cityCode", code);
-//        param.put("type", "DYNAMICTOP");
         // 商家分组编码
         param.put("group", "5f3de3d925892e0001e10312");
         return Result.success(ResultUtils.doGet(apiUrl, param));
@@ -210,14 +201,6 @@ public class ScreenController  {
     }
 
 
-//    @ApiOperation("智慧门禁健康码推送")
-//    @GetMapping("health/{code}")
-//    public Result health(@PathVariable String code) {
-//        String apiUrl = "/open/api/v1/ entrance-guard/health/pull";
-//        HashMap<String, Object> param = new HashMap<>();
-//        param.put("code", code);
-//        return ResultUtils.doGetResult(apiUrl, param);
-//    }
 
     /**
      * 2021-02-19