Commit 9a6935a4 authored by hujiebin's avatar hujiebin

Update micData.go

parent ca28998e
......@@ -42,11 +42,11 @@ type MicContent struct {
Timestamp int64 `json:"timestamp"`
//用户
User *MicUserData `json:"user"`
//cp特效
CpEffect *CpEffect `json:"cpEffect"`
//mic位置特效
MicEffect *MicEffect `json:"micEffect"`
}
type CpEffect struct {
type MicEffect struct {
Svga string `json:"svga"`
CpAvatar string `json:"cpAvatar"`
}
......
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