callback add offline info

This commit is contained in:
Gordon
2022-08-19 13:04:38 +08:00
parent 40b7314f6d
commit 9a82dd356c
3 changed files with 27 additions and 7 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ type CallbackBeforePushReq struct {
type CallbackBeforePushResp struct {
*CommonCallbackResp
UserIDList []string `json:"userIDList"`
UserIDList []string `json:"userIDList"`
OfflinePushInfo *commonPb.OfflinePushInfo `json:"offlinePushInfo"`
}
type CallbackBeforeSuperGroupOnlinePushReq struct {