zhou.xiaoning hace 2 años
padre
commit
31ce74d918
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/client.go

+ 1 - 1
client/client.go

@@ -324,7 +324,7 @@ func (r *Client) SetTradeWebSocket(ws *websocket.Conn) (err error) {
 	go r.writeClientWsTradeMessage()
 
 	// 设置交易通知订阅信息
-	r.SetTradeNft()
+	// r.SetTradeNft()
 
 	global.M2A_LOG.Info("交易长连客户端接入", zap.Any("LoginID", r.LoginID), zap.Any("SessionID", r.SessionID))