|  | @@ -935,8 +935,6 @@ public class BatchController {
 | 
	
		
			
				|  |  |      @PostMapping(value = "/batchUpdateCreativeStatus")
 | 
	
		
			
				|  |  |      public Result<JSONObject> batchUpdateCreativeStatus(@RequestBody JSONObject requestJson) {
 | 
	
		
			
				|  |  |          Result<JSONObject> result = new Result<>();
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          try {
 | 
	
		
			
				|  |  |              Long accountId = requestJson.getLong("accountId");
 | 
	
		
			
				|  |  |              CtopOauthToken token = tokenService.getTokenByAccountId(accountId);
 |