first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package baseinfo
|
||||
|
||||
type JoinGroupMsg struct {
|
||||
JoinGroupInfo JoinGroupInfo `xml:"appmsg"`
|
||||
}
|
||||
|
||||
type JoinGroupInfo struct {
|
||||
Url string `xml:"url"`
|
||||
Thumburl string `xml:"thumburl"`
|
||||
Type uint32 `xml:"type"`
|
||||
Title string `xml:"title"`
|
||||
Des string `xml:"des"`
|
||||
}
|
||||
Reference in New Issue
Block a user