|  | @ -119,7 +119,7 @@ public class OauthYlzConfigService {
 | 
	
		
			
				|  |  |             String QRCodeImg = ByteToInputStream.getBase64FromInputStream(qrcode);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |             Map<String,Object> map = new HashedMap();
 | 
	
		
			
				|  |  |             map.put("QRCodeImg",QRCodeImg);
 | 
	
		
			
				|  |  |             map.put("QRCodeImg","data:image/png;base64,"+ QRCodeImg);
 | 
	
		
			
				|  |  |             map.put("out_authorize_no",no);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |             return map;
 |