Skip to content

游戏商功能映射表

下表展示各游戏商对统一接口的支持情况:

图例:✅ 完整支持 | ⚠️ 部分支持/特殊模式 | ❌ 不支持

主动调用接口

统一接口BGGSCSAWM
玩家注册open.user.createlaunchGame(自动创建)regUserInfomemberRegister
余额查询open.operator.user.balanceseamless/balance✅ 回调 GetUserBalance✅ 回调 CallBalance
资金转账open.operator.user.transferwithdraw/deposit⚠️ Seamless 模式⚠️ Seamless 模式
游戏启动✅ 多个 URL 接口launchGameloginRequestloginGame
游戏试玩✅ 多个 trial 接口launchGameloginRequestForFunloginGame(isTest)
踢线/登出kickUserlogoutGame
投注记录open.order.querywagerList✅ 多个查询接口getDateTimeReport
注单详情open.operator.order.statuswager/gameHistorygetUserBetItemDVgetReportDetail
游戏列表gameList/productList⚠️ getActiveHostList
订单状态open.operator.order.statuswagergetTransactionDetailsgetDealidStatus
健康检查open.operator.pingtestGateway

回调接口

统一接口BGGSCSAWM
下注扣款回调open.operator.order.transferseamless/withdrawPlaceBetPointInout
结算派彩回调open.operator.calc.transferseamless/depositPlayerWin/PlayerLostPointInout
取消回滚回调PlaceBetCancelTimeoutBetReturn
注单推送回调pushBetDataSendMemberReport

动作与回调对照

下表用于说明 Hub 收到不同 action 后,默认会通过哪个统一回调通知包网(Agent):

动作默认回调接口是否影响钱包余额是否影响报表/对账是否建议携带 original_transaction_id说明
BETPOST /api/v1/callback/bet表示下注扣款;默认不通过 bet-push 推送未结算 active 注单
SETTLEDPOST /api/v1/callback/settle + POST /api/v1/callback/bet-push正常结算,既影响钱包,也会进入注单报表
BONUSPOST /api/v1/callback/settle + POST /api/v1/callback/bet-push表示额外奖金或游戏赢分;会计入玩家赢分结果
CANCELPOST /api/v1/callback/cancel视包网实现而定用于撤销原下注或修正原记录
ROLLBACKPOST /api/v1/callback/cancel视包网实现而定用于回滚原资金或原结算结果
REFUNDPOST /api/v1/callback/cancel视包网实现而定用于退款或返还原交易金额
VOIDPOST /api/v1/callback/cancel可能否用于将原结算或原注单标记无效;仅标记时 amount 可为 0

补充说明:

  • bet / settle / cancel 属于资金类回调,重点是同步钱包余额与交易状态
  • bet-push 属于注单结果推送,重点是同步最终报表、对账、查单与代理输赢统计
  • 若包网只处理钱包账务,至少需要接入 bet / settle / cancel
  • 若包网还需要报表或注单查询能力,建议同时接入 bet-push

各游戏商特有功能

以下功能仅部分游戏商支持,未纳入统一接口,可通过扩展接口调用:

游戏商特有功能说明
GSC免费旋转管理createFreeRound / cancelFreeRound / getPlayerFreeRoundBonus
GSC投注比例查询getGamesBetScales
GSC超级大厅launchSuperLobby
SA投注限额管理queryBetLimit / setAllBetLimit / setUserMaxWinning / queryUserBetLimit
SA活动/赛事管理getEventPointTransactionDetail / getEventWinningDetail / creditEventPoint / getLeaderboardRankingDetail
SA用户验证verifyUsername / getUserStatusDV
SA取消注单查询getCancelledBetDetails / getUnsuccessfulBetDetails
SA游戏错误查询getGameErrorDetail
SA交易重发resendTransaction
SA礼物交易查询getGiftTransactionDetails
WM会员启停管理enableorDisablemem(登录/下注启停)
WM限红编辑editLimit(maxwin/maxlose/limitType)
WM密码修改changePassword
WM小费报表getTipReport
WM未结算报表getUnsettleReport
BG代理创建open.agent.create

VCT Gaming Integration Platform