fix
This commit is contained in:
parent
d1b2b24fcf
commit
f6e2edf3a8
@ -29,6 +29,6 @@ type RenderNotifyReq {
|
|||||||
}
|
}
|
||||||
//通用回调接口
|
//通用回调接口
|
||||||
type CommonNotifyReq {
|
type CommonNotifyReq {
|
||||||
Wid string `json:"wid"` //websocket连接标识
|
Wid string `json:"wid"` //websocket连接标识,(如果传了token,则以token为主寻找连接)
|
||||||
Data map[string]interface{} `json:"data"` //后端与前端约定好的数据
|
Data map[string]interface{} `json:"data"` //后端与前端约定好的数据
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user