mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-23 18:00:32 +08:00
eng 2 chn
This commit is contained in:
parent
cefeec9823
commit
1055a11b03
@ -240,15 +240,15 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var ContentType2PushContent = map[int64]string{
|
var ContentType2PushContent = map[int64]string{
|
||||||
Picture: "[图片]",
|
Picture: "[PICTURE]",
|
||||||
Voice: "[语音]",
|
Voice: "[VOICE]",
|
||||||
Video: "[视频]",
|
Video: "[VIDEO]",
|
||||||
File: "[文件]",
|
File: "[File]",
|
||||||
Text: "你收到了一条文本消息",
|
Text: "[TEXT]",
|
||||||
AtText: "[有人@你]",
|
AtText: "[@TEXT]",
|
||||||
GroupMsg: "你收到一条群聊消息",
|
GroupMsg: "[GROUPMSG]]",
|
||||||
Common: "你收到一条新消息",
|
Common: "[NEWMSG]",
|
||||||
SignalMsg: "音视频通话邀请",
|
SignalMsg: "[SIGNALINVITE]",
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user