fix
This commit is contained in:
parent
dcdc949a90
commit
991f3c5cd5
|
@ -14,7 +14,7 @@ type RenderNotifyReq struct {
|
||||||
|
|
||||||
type CommonNotifyReq struct {
|
type CommonNotifyReq struct {
|
||||||
WebsocketId string `json:"websocket_id"` //websocket连接标识
|
WebsocketId string `json:"websocket_id"` //websocket连接标识
|
||||||
Data string `json:"data"` //aes_cbc加密密文
|
Data map[string]interface{} `json:"data"` //后端与前端约定好的数据
|
||||||
}
|
}
|
||||||
|
|
||||||
type Request struct {
|
type Request struct {
|
||||||
|
|
|
@ -30,5 +30,5 @@ type RenderNotifyReq {
|
||||||
//通用回调接口
|
//通用回调接口
|
||||||
type CommonNotifyReq {
|
type CommonNotifyReq {
|
||||||
WebsocketId string `json:"websocket_id"` //websocket连接标识
|
WebsocketId string `json:"websocket_id"` //websocket连接标识
|
||||||
Data string `json:"data"` //aes_cbc加密密文
|
Data map[string]interface{} `json:"data"` //后端与前端约定好的数据
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user