@ -29,7 +29,7 @@ type Data struct {
Result struct {
Code int `json:"code"`
Msg string `json:"msg"`
Detail string `json:"detail"`
Detail any `json:"detail"`
ErrTimes int `json:"errTimes"`
Dropped bool `json:"dropped"`
} `json:"result"`