调整绑定手机号
This commit is contained in:
@ -6,6 +6,7 @@ package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// RewardCallback is the golang structure of table reward_callback for DAO operations like Where/Data.
|
||||
@ -22,4 +23,7 @@ type RewardCallback struct {
|
||||
CustomInfo interface{} // 透传字段 (json串)
|
||||
AppId interface{} // 业务 id(标识业务方,由游戏人生提供)
|
||||
InnerOrderId interface{} // 系统内部订单ID
|
||||
CreatedAt *gtime.Time //
|
||||
UpdatedAt *gtime.Time //
|
||||
DeletedAt *gtime.Time //
|
||||
}
|
||||
|
||||
@ -26,5 +26,5 @@ type UserTasks struct {
|
||||
GameId interface{} // 游戏 id
|
||||
TaskType interface{} // 1: 每日任务 3: 周期任务
|
||||
UserTimes interface{} // 用户完成次数
|
||||
BindType interface{} // 当前账号类型
|
||||
BindType interface{} // 1:qq 2:wx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user