|  | @@ -306,8 +306,9 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
 | 
	
		
			
				|  |  |                      continue;
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  var kuaiShouVideoGet = JSONObject.toJavaObject(detailJson, KuaiShouVideoGet.class);
 | 
	
		
			
				|  |  | -                kuaiShouVideoGet.setAccountId(token.getAccountId());
 | 
	
		
			
				|  |  |                  kuaiShouVideoGet.setId(token.getAccountId() + kuaiShouVideoGet.getSignature());
 | 
	
		
			
				|  |  | +                kuaiShouVideoGet.setAccountId(token.getAccountId());
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |                  kuaiShouVideoGet.setCreateTime(new Date());
 | 
	
		
			
				|  |  |                  kuaiShouVideoGet.setUpdateTime(new Date());
 | 
	
		
			
				|  |  |                  Integer type = MaterialEnum.getTypeBySize(kuaiShouVideoGet.getWidth(), kuaiShouVideoGet.getHeight());
 | 
	
	
		
			
				|  | @@ -315,9 +316,10 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
 | 
	
		
			
				|  |  |                      kuaiShouVideoGet.setMaterialType(type);
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +           //     kuaiShouVideoGetService.saveOrUpdate(kuaiShouVideoGet);
 | 
	
		
			
				|  |  |                  videoGets.add(kuaiShouVideoGet);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            kuaiShouVideoGetService.replaceBatch(videoGets);
 | 
	
		
			
				|  |  | +           kuaiShouVideoGetService.replaceBatch(videoGets);
 | 
	
		
			
				|  |  |              getVideoListByPage(token, startDate, endDate, page + 1);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          } catch (Exception e) {
 | 
	
	
		
			
				|  | @@ -3248,6 +3250,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
 | 
	
		
			
				|  |  |              //
 | 
	
		
			
				|  |  |              String result = HttpUtils.httpPostRequest(url, param, headers);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +            System.err.println(result);
 | 
	
		
			
				|  |  |              JSONObject resultJson = JSONObject.parseObject(result);
 | 
	
		
			
				|  |  |              Integer code = resultJson.getInteger("code");
 | 
	
		
			
				|  |  |              String message = resultJson.getString("message");
 |