fix: use int64 for auth and recharge ids

This commit is contained in:
2026-01-09 10:06:41 +08:00
parent c0cebb6fb9
commit cd96033a3d
5 changed files with 5 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ type LoginResponse struct {
}
type User struct {
ID string `json:"id"`
ID int64 `json:"id"`
Phone string `json:"phone"`
Nickname string `json:"nickname"`
Avatar string `json:"avatar"`