调整绑定手机号

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

@ -26,5 +26,5 @@ type UserTasks struct {
GameId interface{} // 游戏 id
TaskType interface{} // 1: 每日任务 3: 周期任务
UserTimes interface{} // 用户完成次数
BindType interface{} // 当前账号类型
BindType interface{} // 1:qq 2:wx
}