callback add seq

This commit is contained in:
Gordon
2022-08-08 17:42:06 +08:00
parent de752c69f4
commit ffc4da1589
3 changed files with 2 additions and 5 deletions
+1
View File
@@ -14,6 +14,7 @@ type CommonCallbackReq struct {
Status int32 `json:"status"`
CreateTime int64 `json:"createTime"`
Content string `json:"content"`
Seq uint32 `json:"seq"`
AtUserIDList []string `json:"atUserList"`
SenderFaceURL string `json:"faceURL"`
}