|
|
|
@ -2,7 +2,7 @@ package push
|
|
|
|
|
|
|
|
|
|
import "Open_IM/pkg/common/constant"
|
|
|
|
|
|
|
|
|
|
var PushTerminal = []int{constant.IOSPlatformID, constant.AndroidPlatformID}
|
|
|
|
|
var PushTerminal = []int{constant.IOSPlatformID, constant.AndroidPlatformID, constant.WebPlatformID}
|
|
|
|
|
|
|
|
|
|
type OfflinePusher interface {
|
|
|
|
|
Push(userIDList []string, title, detailContent, operationID string, opts PushOpts) (resp string, err error)
|
|
|
|
|