|
|
|
@ -52,7 +52,7 @@ type ManagementSendMsg struct {
|
|
|
|
|
SessionType int32 `json:"sessionType" binding:"required"`
|
|
|
|
|
IsOnlineOnly bool `json:"isOnlineOnly"`
|
|
|
|
|
NotOfflinePush bool `json:"notOfflinePush"`
|
|
|
|
|
OfflinePushInfo *open_im_sdk.OfflinePushInfo `json:"offlinePushInfo"`
|
|
|
|
|
OfflinePushInfo *server_api_params.OfflinePushInfo `json:"offlinePushInfo"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ManagementSendMsgReq struct {
|
|
|
|
|