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