callback add ex field and sdk server shell update

This commit is contained in:
Gordon
2022-08-24 14:22:47 +08:00
parent f0ebc151db
commit aa2d07ca8d
4 changed files with 10 additions and 9 deletions
+1
View File
@@ -17,6 +17,7 @@ type CommonCallbackReq struct {
Seq uint32 `json:"seq"`
AtUserIDList []string `json:"atUserList"`
SenderFaceURL string `json:"faceURL"`
Ex string `json:"ex"`
}
type CommonCallbackResp struct {