|  | @@ -321,8 +321,12 @@ public class TtOpenMaServiceImpl extends TtMaServiceImpl implements TtOpenMaServ | 
														
													
														
															
																|  |  | public File getTestQrcode(String pagePath, Map<String, String> params) throws WxErrorException { |  |  | public File getTestQrcode(String pagePath, Map<String, String> params) throws WxErrorException { | 
														
													
														
															
																|  |  | String uri = API_TEST_QRCODE +"?component_appid="+ttOpenComponentService.getWxOpenConfigStorage().getComponentAppId() |  |  | String uri = API_TEST_QRCODE +"?component_appid="+ttOpenComponentService.getWxOpenConfigStorage().getComponentAppId() | 
														
													
														
															
																|  |  | +"&authorizer_access_token="+getAccessToken(false); |  |  | +"&authorizer_access_token="+getAccessToken(false); | 
														
													
														
															
																|  |  |  |  |  | 
 | 
														
													
														
															
																|  |  |  |  |  | TtOpenMaQrcode openMaQrcode = new TtOpenMaQrcode("audit", pagePath); | 
														
													
														
															
																|  |  |  |  |  | log.info("uri-------"+uri); | 
														
													
														
															
																|  |  |  |  |  | log.info("parm-------"+openMaQrcode.toJson()); | 
														
													
														
															
																|  |  | final TtQrcodeRequestExecutor executor = new TtQrcodeRequestExecutor(this.getRequestHttp()); |  |  | final TtQrcodeRequestExecutor executor = new TtQrcodeRequestExecutor(this.getRequestHttp()); | 
														
													
														
															
																|  |  | return this.execute(executor, uri, new TtOpenMaQrcode("audit",pagePath)); |  |  |  | 
														
													
														
															
																|  |  |  |  |  | return this.execute(executor, uri, openMaQrcode); | 
														
													
														
															
																|  |  | } |  |  | } | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | /** |  |  | /** | 
														
													
												
													
														
															
																|  | 
 |