From c7748fcd810efee6ed3aded415087e6cf9e638e8 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期二, 29 十一月 2022 15:41:44 +0800 Subject: [PATCH] #feat . --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActEasyPhotoEvaluateController.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActEasyPhotoEvaluateController.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActEasyPhotoEvaluateController.java index 49a0b71..a59bc4c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActEasyPhotoEvaluateController.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActEasyPhotoEvaluateController.java @@ -102,5 +102,10 @@ return this.comActEasyPhotoEvaluateService.queryByList(comActEasyPhotoEvaluate); } + @PostMapping("/easy/evaluate") + public R evaluateEasyApplets(@RequestBody EvaluateEasyDto whistleDto){ + return this.comActEasyPhotoEvaluateService.evaluateEasyApplets(whistleDto); + } + } -- Gitblit v1.7.1