fix callback bug

This commit is contained in:
wangchuxiao
2022-11-08 17:10:27 +08:00
parent 76a3334f9d
commit 3a3412486a
10 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ type CallbackBeforeCreateGroupReq struct {
}
type CallbackBeforeCreateGroupResp struct {
CommonCallbackResp
*CommonCallbackResp
GroupID *string `json:"groupID"`
GroupName *string `json:"groupName"`
Notification *string `json:"notification"`