generated:hero_score_info
hero_score_info(英雄评价信息)
字段说明
字段名 | 描述 | 类型 | 默认值 |
---|---|---|---|
id | 英雄idhero_config.id [player_id]作为主标记 | int | 0 |
name | 名字(参考) | string | |
rare | 稀有度(参考) | int | 0 |
color | 颜色(参考) | int | 0 |
rank_total | 总排名(发送时填充) | int | 0 |
rank_rare | 同品质排名(发送时填充) | int | 0 |
rank_social_total | 热度排名(发送时填充) | int | 0 |
rank_social_rare | 同品质热度排名(发送时填充) | int | 0 |
last_calc | 最后计算时间(一天最多只清理一次老数据) | string | |
last_rank | 最后一次排名时间,时间太短就不重新排名 | string | |
use_score | 7天出场次数积分(每次重新算) | int | 0 |
social_score | 社交积分 | int | 0 |
total_like | 累计点赞数量 | int | 0 |
total_comment | 累计评论数量 | int | 0 |
use_history | 最近七天的出场次数历史 字典 ,key是 从2019/1/1开始的天数,value是出场次数 | string |
数据库查询
generated/hero_score_info.txt · 最后更改: 2019/04/16 16:01 由 127.0.0.1