refactor: 重构中奖和推送大奖事件,中奖过度动画,和开奖动画
This commit is contained in:
@@ -55,8 +55,8 @@ type GameSocketClientOptions = {
|
||||
|
||||
function toQueryString(context: GameSocketContext) {
|
||||
const params = new URLSearchParams({
|
||||
token: context.token,
|
||||
auth_token: context.authToken,
|
||||
'user-token': context.token,
|
||||
'auth-token': context.authToken,
|
||||
device_id: context.deviceId,
|
||||
lang: context.lang,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user