fix: websocket心跳增加平台标识
This commit is contained in:
parent
6006278630
commit
edfa018921
|
|
@ -94,7 +94,7 @@ class WebSocketManager {
|
|||
// 消息回执
|
||||
public onMessageHandler(data: any) {
|
||||
if (this.client && this.connected) {
|
||||
this.client.send(JSON.stringify({ ...data, type: 'receipt' }));
|
||||
this.client.send(JSON.stringify({ ...data, type: 'receipt', set: 'manage' }));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue