We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfb603 commit 21374d5Copy full SHA for 21374d5
sync/message/message.go
@@ -48,11 +48,12 @@ type MixMessage struct {
48
UserID string `xml:"UserID"`
49
Position string `xml:"Position"`
50
Name string `xml:"Name"`
51
- Department string `xml:"Department"`
52
- MainDepartment string `xml:"MainDepartment"`
53
- IsLeaderInDept string `xml:"IsLeaderInDept"`
+ Department []int `xml:"Department"`
+ MainDepartment int `xml:"MainDepartment"`
+ IsLeaderInDept []int `xml:"IsLeaderInDept"`
54
Id string `xml:"Id"`
55
ParentId string `xml:"ParentId"`
56
+ Status int `xml:"Status"`
57
}
58
59
// EncryptedXMLMsg 安全模式下的消息体
0 commit comments