|  | @@ -57,6 +57,12 @@ public class AgentController {
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              dto.setReportToken(dto.getReportToken().trim());
 | 
	
		
			
				|  |  |              dto.setReportUrl(dto.getReportUrl().trim());
 | 
	
		
			
				|  |  | +        } else if (accountType == AccountTypeEnum.TENCENT_APP) {
 | 
	
		
			
				|  |  | +            if (dto.getUserActionSetId() == null) {
 | 
	
		
			
				|  |  | +                throw new BaseException("腾讯广告账号必须选回传的数据源");
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  | +        } else if (accountType == AccountTypeEnum.BYTE_APP) {
 | 
	
		
			
				|  |  | +            //
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if (dto.getPutStatus() == null) {
 | 
	
		
			
				|  |  |              dto.setPutStatus(Agent.PUT_STATUS_ING);
 |