Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(model): change PhotoID type from string to uint64 #45

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

oliver202301
Copy link
Contributor

  • Updated the type of PhotoID field in the Stat struct from string to uint64.
  • This change ensures proper handling of PhotoID as a numeric identifier.
  • Adjusted the JSON serialization to reflect the new type.

- Updated the type of PhotoID field in the Stat struct from string to uint64.
- This change ensures proper handling of PhotoID as a numeric identifier.
- Adjusted the JSON serialization to reflect the new type.
@bububa
Copy link
Owner

bububa commented Jun 18, 2024

感觉改成model.Uint64更安全些,鬼知道它哪个api又变成string了

@bububa bububa merged commit 132bbde into bububa:main Jun 18, 2024
3 checks passed
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