Warning: session_write_close(): write failed: No space left on device (28) in /up_wiki/doku.php on line 123
Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in /up_wiki/doku.php on line 123
======guild_war_result_info(公会战结果信息)======
=====字段说明=====
^字段名^描述^类型^默认值^
|**id**|玩家id[player_id]|int|0|
|**guild_id**|公会id|int|0|
|**guild_name**|公会名字|string||
|**guild_score**|公会分数|int|0|
|**guild_avatar**|公会外形|string||
|**war_stage**|战场id|int|0|
|**war_index**|这是第几期战斗|int|0|
|**result**|2胜利 1平局 0失败|int|0|
|**calc_time**|结算时间|string||
|**our_top_attacker**|我方最高分用户id|int|0|
|**our_top_attacker_name**|我方最高分用户name|string||
|**our_top_attacker_avatar**|我方最高分用户avatar|string||
|**our_top_attacker_score**|我方最高分用户分数|int|0|
|**our_top_attacker_level**|我方最高分用户等级|int|0|
|**our_top_attacker_trophy**|我方最高分用户奖杯|int|0|
|**their_top_attacker**|对方最高分用户id|int|0|
|**their_top_attacker_name**|对方最高分用户name|string||
|**their_top_attacker_avatar**|对方最高分用户avatar|string||
|**their_top_attacker_score**|对方最高分用户分数|int|0|
|**their_top_attacker_level**|对方最高分用户等级|int|0|
|**their_top_attacker_trophy**|对方最高分用户奖杯|int|0|
|**target_guild_id**|对方公会id|int|0|
|**target_guild_name**|对方公会名字|string||
|**target_guild_score**|对方公会分数|int|0|
|**target_guild_avatar**|对方公会外形|string||
|**loot**|奖励(包含普通和稀有)|string||
|**synced**|是否结算(领取)过. 发送1给客户端表示 新领取|int|0|
=====数据库查询=====