实现网费奖励下发和回调接口
This commit is contained in:
@ -24,4 +24,5 @@ type StoreClientSessions struct {
|
||||
UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:"更新时间"` // 更新时间
|
||||
DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:"软删除时间戳"` // 软删除时间戳
|
||||
AreaName string `json:"areaName" orm:"area_name" description:""` //
|
||||
UserId int `json:"userId" orm:"user_id" description:"用户 id"` // 用户 id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user