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