======vip_config(贵族配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id 1~15 [[generated:VIP_TYPE]]|int|0| |**name**|名称|string|| |**description**|说明(多行)|string|| |**icon**|图标|string|| |**shop_item**|特定购买宝箱[[generated:shop_config]].id|int|0| |**exp**|解锁需要多少vip_exp|int|0| |**pet_adventure**|宠物最大额外寻宝数(增加)|int|0| |**tech_free_slot**|科技所免费栏位(增加)|int|0| |**tech_diamond_slot**|科技所钻石栏位(增加)|int|0| |**pet_adventure_exp**|宠物寻宝额外经验(增加百分比) 比如30|int|0| |**offline_award**|挂机额外收益(增加百分比) 比如10|int|0| |**friend_award**|好友赠送额外收益(增加百分比) 比如10|int|0| |**maze_move**|迷宫额外体力(增加) 比如5|int|0| |**elite_stage_max**|最大遗迹挂机数量|int|0| |**tech_array**|科技等级数组, ([[generated:tech_config]].id1,等级1),([[generated:tech_config]].id2,等级2)|string|| =====数据表查询===== <php> ?> <form action="http://120.55.162.32:8081/web/PrintPrototype.php?table_name=vip_config" method="post" target="view_frame"> <input type="submit" name="button" value="查看数据" /> <iframe width="100%" height="300px" name="view_frame" id ="linkto"align="left" ></iframe> </form> <?php </php>