msg callback

This commit is contained in:
wangchuxiao
2022-03-03 18:49:36 +08:00
parent 9f80e0a0e6
commit 4d4520226d
3 changed files with 56 additions and 61 deletions
+3
View File
@@ -1,6 +1,7 @@
package call_back_struct
type CommonCallbackReq struct {
SendID string `json:"sendID"`
CallbackCommand string `json:"callbackCommand"`
ServerMsgID string `json:"serverID"`
ClientMsgID string `json:"clientID"`
@@ -11,6 +12,8 @@ type CommonCallbackReq struct {
MsgFrom int32 `json:"MsgFrom"`
ContentType int32 `json:"contentType"`
Status int32 `json:"status"`
CreateTime int64 `json:"createTime"`
Content string `json:"content"`
}
type CommonCallbackResp struct {