notification

This commit is contained in:
wangchuxiao
2023-04-21 20:29:08 +08:00
parent 9ec692585d
commit 2a7e305992
9 changed files with 857 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package notification2
type NotificationMsg struct {
SendID string
RecvID string
Content []byte // sdkws.TipsComm
MsgFrom int32
ContentType int32
SessionType int32
SenderNickname string
SenderFaceURL string
}