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