|  | @@ -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) {
 |