fix
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package websocket_data
|
||||
|
||||
import "fusenapi/constants"
|
||||
|
||||
// websocket数据交互
|
||||
type DataTransferData struct {
|
||||
T string `json:"t"` //消息类型
|
||||
D interface{} `json:"d"` //传递的消息
|
||||
T constants.Websocket `json:"t"` //消息类型
|
||||
D interface{} `json:"d"` //传递的消息
|
||||
}
|
||||
|
||||
// websocket接受要云渲染处理的数据
|
||||
|
||||
Reference in New Issue
Block a user