musan
Results
2
issues of
musan
how should I do
### 嵌套的结构体是不是不能被解析 ### 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"` }