实现网费奖励下发和回调接口
This commit is contained in:
@ -26,4 +26,5 @@ type StoreClientSessions struct {
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
AreaName interface{} //
|
||||
UserId interface{} // 用户 id
|
||||
}
|
||||
|
||||
@ -29,4 +29,5 @@ type Users struct {
|
||||
RoleId interface{} // 角色ID
|
||||
LastLoginStoreId interface{} // 上次登录门店ID
|
||||
Quan8Uuid interface{} // 8圈使用的 uuid
|
||||
XyUserId interface{} // 系统唯一用户ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user