======battle_power_adjust_config(战力差异校准表)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id|int|0| |**type**|0:pve 1:pvp 类型|int|0| |**min_bp**|最小战力(过滤策略用)|int|0| |**max_bp**|最大战力(过滤策略用)|int|100000000| |**delta**|差异(-50~50)|int|0| |**buff_arg1**|buff参数1|float|0| |**buff_arg2**|buff参数2|float|0| |**buff_arg3**|buff参数3|float|0| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=battle_power_adjust_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>