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