v5sdkgo/ws/wInterface/IRspData.go
2024-12-14 19:09:06 +08:00

7 lines
80 B
Go

package wInterface
// 返回数据
type WSRspData interface {
MsgType() int
}