yvasiyarov/swagger

confusion

Opened this issue · 0 comments

lyb-Q commented

嵌套的结构体是不是不能被解析

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"`
    }