@@ -671,6 +671,7 @@ public class KuaishouWebInterfaceServiceImpl implements IKuaishouWebInterfaceSer
cookieList.add(cookieStr);
}
login.setCookie(new Gson().toJson(cookieList));
+ login.setUpdateTime(new Date());
bindAccountLoginService.updateById(login);
} catch (Exception e) {
e.printStackTrace();