|
@@ -309,7 +309,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
kuaiShouVideoGet.setId(token.getAccountId() + kuaiShouVideoGet.getSignature());
|
|
|
kuaiShouVideoGet.setAccountId(token.getAccountId());
|
|
|
|
|
|
- kuaiShouVideoGet.setCreateTime(new Date());
|
|
|
+ // kuaiShouVideoGet.setCreateTime(new Date());
|
|
|
kuaiShouVideoGet.setUpdateTime(new Date());
|
|
|
Integer type = MaterialEnum.getTypeBySize(kuaiShouVideoGet.getWidth(), kuaiShouVideoGet.getHeight());
|
|
|
if (!Check.isNull(type)) {
|