mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-16 07:51:43 +08:00
test: push log add
This commit is contained in:
parent
35ceb7542a
commit
6c8f368908
@ -1,6 +1,7 @@
|
||||
package msggateway
|
||||
|
||||
import (
|
||||
context2 "context"
|
||||
"errors"
|
||||
"github.com/OpenIMSDK/Open-IM-Server/pkg/discoveryregistry"
|
||||
"net/http"
|
||||
@ -197,6 +198,7 @@ func (ws *WsServer) wsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
httpError(context, errs.ErrConnArgsErr)
|
||||
return
|
||||
}
|
||||
log.ZDebug(context2.Background(), "conn", "platformID", platformID)
|
||||
err := tokenverify.WsVerifyToken(token, userID, platformID)
|
||||
if err != nil {
|
||||
httpError(context, err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user