swagger
swagger copied to clipboard
confusion
嵌套的结构体是不是不能被解析
The nested structure cannot be resolved
type ReturnGetRonglianPhoneMsgStruct struct {
StatusCode string `json:"statusCode"`
VoiceVerify struct {
CallSid string `json:"callSid"`
DateCreated string `json:"dateCreated"`
} `json:"VoiceVerify"`
}