Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
momo
2023-08-23 15:10:31 +08:00
36 changed files with 320 additions and 78 deletions

View File

@@ -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接受要云渲染处理的数据