From eda9fb25d1605399b7f070f860227c57af267af6 Mon Sep 17 00:00:00 2001 From: 张天森 <1292933220@qq.com> Date: 星期五, 11 十一月 2022 14:21:30 +0800 Subject: [PATCH] token获取物业id处理 --- 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