callback kickoff

This commit is contained in:
wangchuxiao
2022-08-11 15:55:33 +08:00
parent 06729c4e84
commit c4084cbcec
6 changed files with 43 additions and 0 deletions
+9
View File
@@ -18,3 +18,12 @@ type CallbackUserOfflineReq struct {
type CallbackUserOfflineResp struct {
CommonCallbackResp
}
type CallbackUserKickOffReq struct {
UserStatusCallbackReq
Seq int `json:"seq"`
}
type CallbackUserKickOffResp struct {
CommonCallbackResp
}