# 交易资料名称 | 名称 | 描述 | | -------- | --------| |id |transaction id 交易识别码 | |gameNumber |game number 游戏局号 | |userId | user id 账号 | |extension1 |agent id 代理帐号 | |status |status, Bet - betting; Pay - settled;Void – canceled状态,Bet -下注中;Pay - 已结算;Void - 已取消 | |gameId |game id 游戏 ID | |chair |player's position in the game 位置 | |room |which level of the game 场次编号 | |profit |user's profit of the game 该局输赢情况(抽成后) | |validbet |valid amount of bet 有效投注 | |count |number of bullets 炮弹个数 | |updateTime |update time 资料更新时间 | |createTime |create time 资料新增时间 | |betTransTime |bet time 下注时间 | |payTransTime |settled time 结算时间 | |betAmount |amount of bet money 带入金额 | |realBetAmount |amount of payment before paying commision 实际下注金额 | |payAmount |amount of settled money 带出金额 | |realPayAmount |amount of payment after paying commision, only winner 实际派彩金额 |