Commit f4ddec6e authored by hujiebin's avatar hujiebin

Update micData.go

parent 9a6935a4
...@@ -42,13 +42,10 @@ type MicContent struct { ...@@ -42,13 +42,10 @@ type MicContent struct {
Timestamp int64 `json:"timestamp"` Timestamp int64 `json:"timestamp"`
//用户 //用户
User *MicUserData `json:"user"` User *MicUserData `json:"user"`
//mic位置特效 //mic位置特效svga
MicEffect *MicEffect `json:"micEffect"` MicEffect string `json:"micEffect"`
} //头饰里面的小头像
HeadwearIcon string `json:"headwearIcon"`
type MicEffect struct {
Svga string `json:"svga"`
CpAvatar string `json:"cpAvatar"`
} }
type MicUserData struct { 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