CeDo
2021-06-07 8d33e4df2aa8d5fce2ab4ebfd7309899538c2645
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/api/EventApi.java
@@ -293,4 +293,13 @@
        return eventService.getNearByGrid(pageEventGridNearbyDTO);
    }
    /**
     * 直接上报社区
     * @param commonEventDirectReportDTO
     * @return
     */
    @PostMapping("/event/reportDirect")
    R reportDirect(@RequestBody CommonEventDirectReportDTO commonEventDirectReportDTO){
        return eventService.reportDirect(commonEventDirectReportDTO);
    }
}