Skip to content

Commit 500acdc

Browse files
authored
Update models.go
1 parent 3d23f0b commit 500acdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qosapi/models.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ type WSRequest struct {
107107
// WebSocket响应
108108
type WSResponse struct {
109109
Type string `json:"type"`
110+
TP string `json:"tp"`
110111
Msg string `json:"msg"`
111112
Time int64 `json:"time,omitempty"`
112113
ReqID int `json:"reqid,omitempty"`

0 commit comments

Comments
 (0)