| | |
| | | * @return |
| | | */ |
| | | @PostMapping("pageActivityBigScreen") |
| | | R pageActivityBigScreen(@RequestBody CommonPage commonPage); |
| | | R pageActivityBigScreen(@RequestBody PageBaseDTO pageBaseDTO); |
| | | |
| | | /** |
| | | * 疫情防控 健康码统计 |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActAcidRecord/selectColorMarkGroup") |
| | | R selectColorMarkGroup(); |
| | | |
| | | |
| | | @GetMapping("easyphoto/selectStatisticsPhoto") |
| | | R selectStatisticsPhoto(); |
| | | |
| | | /** |
| | | * 获取商家周围 n(km)的自提点数量 |
| | | * |
| | | * @param distance |
| | | * @return |
| | | */ |
| | | @GetMapping("/convenient/point/findPointNumByDistance") |
| | | R findPointNumByDistance(@RequestParam("distance") Integer distance, @RequestParam("lat") String lat, @RequestParam("lng") String lng); |
| | | |
| | | |
| | | } |