| 
					
				 | 
			
			
				@@ -47,7 +47,7 @@ from apps.web.constant import Const, GPS_TYPE, START_DEVICE_STATUS, ErrorCode, R 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 from apps.web.core import PayAppType, ROLE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 from apps.web.core.auth.ali import AlipayAuthBridge 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 from apps.web.core.auth.wechat import WechatAuthBridge 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-from apps.web.core.bridge import WechatClientProxy 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+from apps.web.core.bridge.wechat import WechatClientProxy 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 from apps.web.core.exceptions import ServiceException, InvalidParameter, InvalidFileSize, \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     InvalidFileName, InterceptException 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 from apps.web.core.file import AliOssFileUploader 
			 |