调整绑定手机号

This commit is contained in:
chy
2025-07-10 16:37:10 +08:00
parent c63553df32
commit 49fd919fe1
8 changed files with 39 additions and 14 deletions

View File

@ -24,5 +24,5 @@ type UserTasks struct {
GameId int64 `json:"gameId" orm:"game_id" description:"游戏 id"` // 游戏 id
TaskType int64 `json:"taskType" orm:"task_type" description:"1: 每日任务 3: 周期任务"` // 1: 每日任务 3: 周期任务
UserTimes int64 `json:"userTimes" orm:"user_times" description:"用户完成次数"` // 用户完成次数
BindType int `json:"bindType" orm:"bind_type" description:"当前账号类型"` // 当前账号类型
BindType int `json:"bindType" orm:"bind_type" description:"1:qq 2:wx"` // 1:qq 2:wx
}