Map<String, List<Map<String, dynamic>>> getVideoList() { return { "video": [ { "name": "线路资源一", "list": [ {"url": url, "name": "视频名称"}, ] } ] }; }