-
Notifications
You must be signed in to change notification settings - Fork 48
v3.x 数据库 游戏数据 游戏统计
eeg1412 edited this page Apr 24, 2020
·
1 revision
字段名 | 描述 | 类型 |
---|---|---|
_id | mongodb自动生成的ID | ObjectId |
cardCount | 一共生成了多少张卡牌 | Int64 |
cardCountToday | 今日一共生成了多少张卡牌 | Int64 |
cardCountDate | 当日生成卡牌统计时间 | Date |
deminingStarCount | 一共挖了产出多少星星 | Int64 |
deminingStarCountToday | 今天一共挖了产出多少星星 | Int64 |
deminingStarCountDate | 当日挖星星统计时间 | Int64 |
deminingCount | 一共挖空了多少矿场 | Int64 |
deminingCountToday | 今天一共挖空了多少矿场 | Int64 |
deminingCountDate | 当日挖空矿场统计时间 | Int64 |