springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -5682,7 +5682,7 @@ * @param eldersAuthTypeQueryDTO 请求参数 * @return 社区高龄认证方式(1.视频认证 2.人脸核验) */ @PostMapping("/elders/authtype") @PostMapping("/elders/new/authtype") R communityEldersAuthType(@RequestBody EldersAuthTypeQueryDTO eldersAuthTypeQueryDTO); /** @@ -5691,6 +5691,6 @@ * @param type 检验类型 * @return R 设置结果 */ @PutMapping("/elders/authType/{type}") @PutMapping("/elders/new/authType/{type}") R setEldersAuthType(@RequestParam("communityId") Long communityId, @RequestParam("type") Integer type); }