fix
This commit is contained in:
parent
9dad383b03
commit
f65ff33e19
|
@ -6,7 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type DataTransferReq struct {
|
type DataTransferReq struct {
|
||||||
Wid string `form:"wid"`
|
Wid string `form:"wid,optional"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RenderNotifyReq struct {
|
type RenderNotifyReq struct {
|
||||||
|
|
|
@ -22,7 +22,7 @@ service websocket {
|
||||||
|
|
||||||
//websocket数据交互[
|
//websocket数据交互[
|
||||||
type DataTransferReq {
|
type DataTransferReq {
|
||||||
Wid string `form:"wid"`
|
Wid string `form:"wid,optional"`
|
||||||
}
|
}
|
||||||
//渲染完了通知接口
|
//渲染完了通知接口
|
||||||
type RenderNotifyReq {
|
type RenderNotifyReq {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user