liujunchi 2 年 前
コミット
1e524fdf2a

+ 1 - 1
cooleshow-auth/auth-server/src/main/java/com/yonge/cooleshow/auth/web/controller/UserController.java

@@ -536,7 +536,7 @@ public class UserController extends BaseController {
 
 
     // 实名认证改到对应的服务中
-    // @PostMapping("/realNameAuth")
+    @PostMapping("/realNameAuth")
     @ApiOperation(value = "实名认证", notes = "传入realNameAuthDto")
     @ResponseBody
     public HttpResponseResult<IdcardInfoExtractor> realNameAuth(@Valid @RequestBody RealnameAuthReq realNameAuthDto) {