Closed huahuayu closed 3 years ago
Works for me:
type Autogenerated struct {
Code int `json:"code"`
Data struct {
Rapid int64 `json:"rapid"`
Fast int64 `json:"fast"`
Standard int64 `json:"standard"`
Slow int64 `json:"slow"`
Timestamp int64 `json:"timestamp"`
} `json:"data"`
}
below json can't be transform