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