This commit is contained in:
laodaming
2023-07-26 16:47:53 +08:00
parent 7dc9760d94
commit 3deda93e7e
6 changed files with 23 additions and 15 deletions

View File

@@ -19,8 +19,8 @@ service websocket {
//websocket数据交互
type DataTransferData {
T string `json:"t"` //消息类型
D string `json:"d"` //传递的消息
T string `json:"t"` //消息类型
D interface{} `json:"d"` //传递的消息
}
type RenderImageReqMsg { //websocket接受需要云渲染的图片
ProductId int64 `json:"product_id"`