|  | @ -88,7 +88,7 @@ public class DingdingUtil {
 | 
	
		
			
				|  |  |         PostClient postClient = executableClient.newPostClient(dingtalk_app_user);
 | 
	
		
			
				|  |  |         //设置参数
 | 
	
		
			
				|  |  |         postClient.addParameter("access_token", getAccessToken());
 | 
	
		
			
				|  |  |         postClient.addParameter("auth_code", "11");
 | 
	
		
			
				|  |  |         postClient.addParameter("auth_code", authCode);
 | 
	
		
			
				|  |  |         //Call API
 | 
	
		
			
				|  |  |         String apiResult = postClient.post();
 | 
	
		
			
				|  |  |         logger.info(apiResult);
 |