huanghongfa
2021-07-09 d3efb56e8f09a01717e397944ff70b62ef5fd69b
修改bug
1个文件已修改
10 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/api/EasyPhotoApi.java 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/api/EasyPhotoApi.java
@@ -69,16 +69,6 @@
    }
    /**
     * 随手拍后台处理
     * @param photoHandleDTO    请求参数
     * @return  处理结果
     */
    @PostMapping("admin/handle")
    public R easyAdminHandle(@RequestBody ComActEasyPhotoHandleDTO photoHandleDTO){
        return comActEasyPhotoService.easyHandle(photoHandleDTO);
    }
    /**
     * 随手拍公示状态切换
     * @param photoHandleDTO    请求参数
     * @return  切换结果