yinbentan
2024-07-25 f874e81b77282079398c22c67af754a23d260c91
1
2
3
4
5
6
package response
 
type CarAndLevel struct {
    Car   [][]int `json:"car"`
    Level string  `json:"level"`
}