mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26:26 +08:00

- In doubao/types.go: - Change LastUpdateTime from int to int64 - Change UserCreateTime from int to int64 - In doubao_share/types.go: - Change CreateTime and UpdateTime from int to int64 in ShareInfo and FilePath - In quark_uc/types.go: - Change UpdateTime from int to int64 in TranscodingResp These changes ensure consistent and accurate representation of timestamp data across the project.