From f6e2edf3a854c545416d794daabf9dbbbaa214ba Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Mon, 4 Sep 2023 14:46:25 +0800 Subject: [PATCH] fix --- server_api/websocket.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_api/websocket.api b/server_api/websocket.api index 97d01742..ad1cc925 100644 --- a/server_api/websocket.api +++ b/server_api/websocket.api @@ -29,6 +29,6 @@ type RenderNotifyReq { } //通用回调接口 type CommonNotifyReq { - Wid string `json:"wid"` //websocket连接标识 + Wid string `json:"wid"` //websocket连接标识,(如果传了token,则以token为主寻找连接) Data map[string]interface{} `json:"data"` //后端与前端约定好的数据 } \ No newline at end of file