Przeglądaj źródła

用户自动注册

master
xuqm 1 rok temu
rodzic
commit
12615d8de2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      web/src/src/szyx-push-sdk.js

+ 2
- 2
web/src/src/szyx-push-sdk.js Wyświetl plik

@@ -69,8 +69,8 @@ class SzyxPushClient {
}

onMessage(call) {
let callId = Math.random()
if (this.mapCall.has(callId)) callId = Math.random()
let callId = this.guid()
if (this.mapCall.has(callId)) callId = this.guid()
this.mapCall.set(callId, call)
return callId
}


Ładowanie…
Anuluj
Zapisz