mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
add callback
This commit is contained in:
@@ -5,7 +5,7 @@ type msg struct {
|
||||
ClientMsgID string `json:"clientMsgID"`
|
||||
ServerMsgID string `json:"serverMsgId"`
|
||||
CreateTime int64 `json:"createTime"`
|
||||
Content []byte `json:"content"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
type singleMsg struct {
|
||||
@@ -58,10 +58,10 @@ type CallbackAfterSendGroupMsgResp struct {
|
||||
|
||||
type CallbackWordFilterReq struct {
|
||||
CommonCallbackReq
|
||||
Content []byte `json:"content"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
type CallbackWordFilterResp struct {
|
||||
CommonCallbackResp
|
||||
Content []byte `json:"content"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user