字段名 | 描述 | 类型 | 默认值 |
---|---|---|---|
id | id | int | 0 |
player_id | 玩家id[player_id] | int | 0 |
shop_id | shop_config.id[core] | int | 0 |
schedule_id | shop_schedule_config.id(判断是不是同期) | int | 0 |
stock | 最大购买数量,0表示无限(参考) | int | 0 |
count | 已购买数量,控制限量 | int | 0 |
reset_key | 判断是否在同一期,用schedule_config.id和 schedule_config.reset_condition的值进行判断 | string | |
last_auto_show_time | 上次弹出时间(预留) | string |