|
@@ -97,14 +97,6 @@ public class ScreenController {
|
|
return ResultUtils.doGetResult(apiUrl, param);
|
|
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)
|
|
@ApiOperationSupport(order=2)
|
|
@@ -167,7 +159,6 @@ public class ScreenController {
|
|
String apiUrl = "/open/api/v1/community/deyuan/getStatistics";
|
|
String apiUrl = "/open/api/v1/community/deyuan/getStatistics";
|
|
HashMap<String, Object> param = new HashMap<>();
|
|
HashMap<String, Object> param = new HashMap<>();
|
|
param.put("cityCode", code);
|
|
param.put("cityCode", code);
|
|
-// param.put("type", "DYNAMICTOP");
|
|
|
|
// 商家分组编码
|
|
// 商家分组编码
|
|
param.put("group", "5f3de3d925892e0001e10312");
|
|
param.put("group", "5f3de3d925892e0001e10312");
|
|
return Result.success(ResultUtils.doGet(apiUrl, param));
|
|
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
|
|
* 2021-02-19
|