| 167 | Object relicsdata `json:"object"` |
| 168 | } |
| 169 | type relicsdata struct { |
| 170 | SetID int `json:"relicId"` // 套装id |
| 171 | Name string `json:"name"` |
| 172 | Star int `json:"star"` |
| 173 | Type int `json:"type"` |
| 174 | Level float64 `json:"level"` |
| 175 | MainV vlist `json:"main"` |
| 176 | Vlist []vlist `json:"vlist"` |
| 177 | } |
| 178 | type vlist struct { |
| 179 | Name string `json:"valname"` |
| 180 | Value string `json:"value"` |
nothing calls this directly
no outgoing calls
no test coverage detected