1.优化ws游戏对局推送消息-小奖为bet.win
This commit is contained in:
@@ -98,13 +98,18 @@ const logs = ref<Array<{ t: number; event: string; payload: string }>>([])
|
||||
|
||||
const defaultSubscribeTopics = [
|
||||
'period.tick',
|
||||
'user.streak',
|
||||
'period.opened',
|
||||
'period.locked',
|
||||
'period.opened',
|
||||
'period.payout',
|
||||
'bet.accepted',
|
||||
'period.payout.tick',
|
||||
'bet.win',
|
||||
'user.streak',
|
||||
'wallet.changed',
|
||||
'bet.accepted',
|
||||
'jackpot.hit',
|
||||
'auto.spin.progress',
|
||||
'admin.live.snapshot',
|
||||
'admin.live.opened',
|
||||
] as const
|
||||
|
||||
const testPlayerOddsSourceLabel = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user