Parcourir la source

用户自动注册

master
xuqm il y a 1 an
Parent
révision
12615d8de2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      web/src/src/szyx-push-sdk.js

+ 2
- 2
web/src/src/szyx-push-sdk.js Voir le fichier

@@ -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
}


Chargement…
Annuler
Enregistrer