|  | @ -102,13 +102,12 @@ public class AppLetAuthorizationServiceImpl implements AppLetAuthorizationServic | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     /** |  |  |     /** | 
			
		
	
		
		
			
				
					|  |  |      * @Description  查看小程序绑定的开放平台账号 |  |  |      * @Description  查看小程序绑定的开放平台账号 | 
			
		
	
		
		
			
				
					|  |  |      * @param tokenDto |  |  |  | 
			
		
	
		
		
			
				
					|  |  |      * @param formDTO |  |  |      * @param formDTO | 
			
		
	
		
		
			
				
					|  |  |      * @author zxc |  |  |      * @author zxc | 
			
		
	
		
		
			
				
					|  |  |      */ |  |  |      */ | 
			
		
	
		
		
			
				
					|  |  |     @Override |  |  |     @Override | 
			
		
	
		
		
			
				
					
					|  |  |     public String getOpenAppId(TokenDto tokenDto, OpenAppIdFormDTO formDTO) { |  |  |     public String getOpenAppId(OpenAppIdFormDTO formDTO) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |         String customerId = componentVerifyTicketServiceImpl.getLoginUserCustomerId(tokenDto); |  |  |         String customerId = formDTO.getCustomerId(); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |         String clientType = formDTO.getClientType(); |  |  |         String clientType = formDTO.getClientType(); | 
			
		
	
		
		
			
				
					|  |  |         String authAppId = customerMpDao.getAppId(customerId, clientType); |  |  |         String authAppId = customerMpDao.getAppId(customerId, clientType); | 
			
		
	
		
		
			
				
					|  |  |         Map<String, Object> authInfo = redisThird.getAuthInfo(customerId, clientType); |  |  |         Map<String, Object> authInfo = redisThird.getAuthInfo(customerId, clientType); | 
			
		
	
	
		
		
			
				
					|  | 
 |