model/response/response.go @@ -175,6 +175,6 @@ } MenuTreeResponse struct { List []*model.Menu `json:"list"` List []model.Menu `json:"list"` } )