12345678910111213141516171819202122 |
- package msg
- // type PlayerInfo struct {
- // PlayerId int64 `json:"userId"`
- // }
- // type PlayerInfoData struct {
- // UserInfo *model.PlayerProfile `json:"userInfo"`
- // Setting *Setting `json:"setting"`
- // }
- // type ResponsePlayerInfo struct {
- // ErrCode int `json:"errCode"`
- // Msg string `json:"msg,omitempty"`
- // Data *PlayerInfoData `json:"data"`
- // }
- // type Setting struct {
- // Bgm bool `json:"bgm"`
- // BgSound bool `json:"bgSound"`
- // DamageFloatText bool `json:"damageFloatText"`
- // }
|