fix
This commit is contained in:
@@ -4,9 +4,9 @@ import "fusenapi/constants"
|
||||
|
||||
// websocket数据交互基本数据类型
|
||||
type DataTransferData struct {
|
||||
T constants.Websocket `json:"t"` //消息类型
|
||||
D interface{} `json:"d"` //传递的消息
|
||||
OpenDebug bool `json:"open_debug"` //是否开启debug
|
||||
T constants.Websocket `json:"t"` //消息类型
|
||||
D interface{} `json:"d"` //传递的消息
|
||||
Debug bool `json:"debug"` //是否开启debug
|
||||
}
|
||||
|
||||
// websocket接受要云渲染处理的数据
|
||||
|
||||
Reference in New Issue
Block a user