Skip to content

Conversation

xrgzs
Copy link
Member

@xrgzs xrgzs commented Jul 30, 2025

  • 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.

- 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.
@xrgzs xrgzs merged commit 6e8a146 into OpenListTeam:main Jul 30, 2025
14 checks passed
@xrgzs xrgzs deleted the int-type branch July 30, 2025 12:44
j2rong4cn pushed a commit that referenced this pull request Jul 31, 2025
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants