This commit is contained in:
laodaming
2023-08-24 15:59:55 +08:00
parent 991f3c5cd5
commit 190010a6fe
3 changed files with 6 additions and 9 deletions

View File

@@ -29,6 +29,6 @@ type RenderNotifyReq {
}
//通用回调接口
type CommonNotifyReq {
WebsocketId string `json:"websocket_id"` //websocket连接标识
Data map[string]interface{} `json:"data"` //后端与前端约定好的数据
Wid string `json:"wid"` //websocket连接标识
Data map[string]interface{} `json:"data"` //后端与前端约定好的数据
}