fix callback

This commit is contained in:
wangchuxiao
2022-11-22 18:28:37 +08:00
parent e9f6521c6a
commit e1c7c11bdf
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ import (
type CallbackBeforeCreateGroupReq struct {
CallbackCommand string `json:"callbackCommand"`
OperationID string `json:"operationID"`
commonPb.GroupInfo
InitMemberList []*group.GroupAddMemberInfo `json:"initMemberList"`
}
@@ -30,6 +31,7 @@ type CallbackBeforeCreateGroupResp struct {
type CallbackBeforeMemberJoinGroupReq struct {
CallbackCommand string `json:"callbackCommand"`
OperationID string `json:"operationID"`
GroupID string `json:"groupID"`
UserID string `json:"userID"`
Ex string `json:"ex"`