Commit f4ddec6e authored by hujiebin's avatar hujiebin

Update micData.go

parent 9a6935a4
......@@ -42,13 +42,10 @@ type MicContent struct {
Timestamp int64 `json:"timestamp"`
//用户
User *MicUserData `json:"user"`
//mic位置特效
MicEffect *MicEffect `json:"micEffect"`
}
type MicEffect struct {
Svga string `json:"svga"`
CpAvatar string `json:"cpAvatar"`
//mic位置特效svga
MicEffect string `json:"micEffect"`
//头饰里面的小头像
HeadwearIcon string `json:"headwearIcon"`
}
type MicUserData struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment