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
@@ -9,5 +9,5 @@ type CallbackBeforeAddFriendReq struct {
}
type CallbackBeforeAddFriendResp struct {
CommonCallbackResp
*CommonCallbackResp
}