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
+3 -3
View File
@@ -7,7 +7,7 @@ type CallbackUserOnlineReq struct {
}
type CallbackUserOnlineResp struct {
CommonCallbackResp
*CommonCallbackResp
}
type CallbackUserOfflineReq struct {
@@ -16,7 +16,7 @@ type CallbackUserOfflineReq struct {
}
type CallbackUserOfflineResp struct {
CommonCallbackResp
*CommonCallbackResp
}
type CallbackUserKickOffReq struct {
@@ -25,5 +25,5 @@ type CallbackUserKickOffReq struct {
}
type CallbackUserKickOffResp struct {
CommonCallbackResp
*CommonCallbackResp
}