|  | @@ -34,13 +34,13 @@ public class SmsCodeController extends BaseController {
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
		
			
				|  |  |      private RedissonClient redissonClient;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @ApiOperation(value = "发送登录短信验证码")
 | 
	
		
			
				|  |  | +    /*@ApiOperation(value = "发送登录短信验证码")
 | 
	
		
			
				|  |  |      @ApiImplicitParam(name = "mobile", value = "手机号", required = true, dataType = "String")
 | 
	
		
			
				|  |  |      @PostMapping(value = "/sendSms")
 | 
	
		
			
				|  |  |      public Object sendLoginVerifyCode(String mobile) throws Exception {
 | 
	
		
			
				|  |  |          smsCodeService.sendValidCode(mobile);
 | 
	
		
			
				|  |  |          return succeed();
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | +    }*/
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "发送登录短信验证码")
 | 
	
		
			
				|  |  |      @ApiImplicitParams({ @ApiImplicitParam(name = "mobile", value = "手机号", required = true, dataType = "String"),
 |