Skip to content

Commit 21374d5

Browse files
committed
回调处理
1 parent 0dfb603 commit 21374d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sync/message/message.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ type MixMessage struct {
4848
UserID string `xml:"UserID"`
4949
Position string `xml:"Position"`
5050
Name string `xml:"Name"`
51-
Department string `xml:"Department"`
52-
MainDepartment string `xml:"MainDepartment"`
53-
IsLeaderInDept string `xml:"IsLeaderInDept"`
51+
Department []int `xml:"Department"`
52+
MainDepartment int `xml:"MainDepartment"`
53+
IsLeaderInDept []int `xml:"IsLeaderInDept"`
5454
Id string `xml:"Id"`
5555
ParentId string `xml:"ParentId"`
56+
Status int `xml:"Status"`
5657
}
5758

5859
// EncryptedXMLMsg 安全模式下的消息体

0 commit comments

Comments
 (0)