callback start

This commit is contained in:
withchao
2023-02-14 19:28:57 +08:00
parent e83a070e81
commit e147dc5b1b
11 changed files with 142 additions and 136 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ type CallbackUserOnlineReq struct {
}
type CallbackUserOnlineResp struct {
*CommonCallbackResp
CommonCallbackResp
}
type CallbackUserOfflineReq struct {
@@ -19,7 +19,7 @@ type CallbackUserOfflineReq struct {
}
type CallbackUserOfflineResp struct {
*CommonCallbackResp
CommonCallbackResp
}
type CallbackUserKickOffReq struct {
@@ -28,5 +28,5 @@ type CallbackUserKickOffReq struct {
}
type CallbackUserKickOffResp struct {
*CommonCallbackResp
CommonCallbackResp
}