张天森
2022-11-08 3ddd851edd88d5e7fa012b6c1b7fa6fd53ef1cb5
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10512,4 +10512,7 @@
     */
    @DeleteMapping("/point/delete")
    R deletePoint(@RequestParam("pointId") Long pointId, @RequestParam("operator") Long operator);
    @GetMapping("/dataCount")
    R dataCount();
}