| 
														
															@@ -48,10 +48,7 @@ public class SendSmsController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @GetMapping("/noteSending") 
														 | 
														
														 | 
														
															     @GetMapping("/noteSending") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public ApiResult<Void> noteSending(@RequestParam Integer tenantId,@RequestParam String phone) { 
														 | 
														
														 | 
														
															     public ApiResult<Void> noteSending(@RequestParam Integer tenantId,@RequestParam String phone) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        SysUser loginUser = sysUserService.getAppUserInfo(null, tenantId, phone); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        if(Objects.isNull(loginUser)){ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            throw new BusinessException("手机号未注册"); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        sysUserService.getAppUserInfo(null, tenantId, phone); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															         DefaultProfile profile = DefaultProfile.getProfile("cn-beijing", "LTAI9WERPIFIlHDg", "p7SQ0rYpraebcdoJ0l3tOtYmmgrR4q"); 
														 | 
														
														 | 
														
															         DefaultProfile profile = DefaultProfile.getProfile("cn-beijing", "LTAI9WERPIFIlHDg", "p7SQ0rYpraebcdoJ0l3tOtYmmgrR4q"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         String code = String.valueOf(new Random().nextInt(1000000)); 
														 | 
														
														 | 
														
															         String code = String.valueOf(new Random().nextInt(1000000)); 
														 |