======player_daily_info(玩家每日记数信息)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|玩家id[player_id]|int|0| |**start_time**|第一次购买VIP的时间,同时决定每天在几点重置|string|0| |**next_reset_time**|下个重置时间|string|0| |**refresh_time**|上次重置的时间,和 next_reset_time比较可以进行每日重置|string|0| |**count_array**|每日记数数组,在不同cd都会重置|string|| |**hero_challenge_array**|今天挑战过的英雄挑战副本字典 (6011001,1)(6011002,1)|string|| |**summon_card_watch_ad_free_array**|今天抽卡看过的抽卡免费次数(21,1)(22,1)|string|| |**summon_card_watch_ad_discount_array**|今天抽卡看过的抽卡优惠次数(21,1)(22,1)|string|| |**watch_ad_add_build_building_spped_times**|今天看广告减少建筑建造时间次数|int|0| =====数据库查询=====