yanghui
2022-12-05 f80afdbc853857579ef24f6e679bde4be8b57e39
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -11161,5 +11161,14 @@
    @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);
}