liujiandao
2024-04-12 68e4513231bfd7371ef7414cad4dcb348cf5469b
1
2
3
4
5
6
package response
 
type CarAndLevel struct {
    Car   [][]int `json:"car"`
    Level string  `json:"level"`
}