| 
					
				 | 
			
			
				@@ -233,7 +233,7 @@ public class UserScrmController extends AppBaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     WxMaService wxService = WxMaConfiguration.getMaService(maProperties.getConfigs().get(0).getAppid()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     byte[] qrCodeBytes = wxService.getQrcodeService().createWxaCodeUnlimitBytes( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             user.getUserCode(),           // scene - 分销用户码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            "/pages_company/distribution",   // page - 目标页面(需要你确认) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            "pages_company/distribution",   // page - 目标页面(需要你确认) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             true,                        // checkPath - 检查页面是否存在 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             "release",                   // envVersion - 版本(release/trial/develop) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             300,                         // width - 宽度 
			 |