修改PC任务领取
This commit is contained in:
@ -25,4 +25,5 @@ type UserTasks struct {
|
||||
TaskName interface{} // 任务名称
|
||||
GameId interface{} // 游戏 id
|
||||
TaskType interface{} // 1: 每日任务 3: 周期任务
|
||||
UserTimes interface{} // 用户完成次数
|
||||
}
|
||||
|
||||
@ -28,6 +28,4 @@ type Users struct {
|
||||
DeletedAt *gtime.Time // 软删除时间
|
||||
RoleId interface{} // 角色ID
|
||||
LastLoginStoreId interface{} // 上次登录门店ID
|
||||
Quan8Uuid interface{} // 8圈使用的 uuid
|
||||
XyUserId interface{} // 系统唯一用户ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user