diff --git a/Examples/SwiftModel.swift b/Examples/SwiftModel.swift index 04415d8..406a102 100644 --- a/Examples/SwiftModel.swift +++ b/Examples/SwiftModel.swift @@ -6,53 +6,108 @@ // Copyright © 2021 SKGenerateModelTool. All rights reserved. // -import HandyJSON - -class RootModel : HandyJSON { - var login_status: Int = 0 - var feed_flag: Int = 0 - var is_use_bytedance_stream: Bool = false - var location: Any? - var tips: TipsModel? - var action_to_last_stick: Int = 0 - var total_number: Int = 0 - var show_et_status: Int = 0 - var has_more: Bool = false - var post_content_hint: String? - var last_response_extra: LastResponseExtraModel? - var api_base_info: Any? - var data: [DataModel]? - var message: String? - var get_offline_pool: Bool = false - var show_last_read: Bool = false - var has_more_to_refresh: Bool = false - - required init() {} -} - -class LastResponseExtraModel : HandyJSON { - var data: String? - - required init() {} -} - -class DataModel : HandyJSON { - var content: String? - var code: String? - - required init() {} -} - -class TipsModel : HandyJSON { - var open_url: String? - var display_duration: Int = 0 - var web_url: String? - var package_name: String? - var display_info: String? - var app_name: String? - var display_template: String? - var download_url: String? - var type: String? - - required init() {} +struct RootModel: Codable { + var complexStructure: ComplexStructureModel? + var basicTypes: BasicTypesModel? + var internationalization: InternationalizationModel? + var arrayTypes: ArrayTypesModel? + var specialCharacters: SpecialCharactersModel? + var specialFormats: SpecialFormatsModel? + var edgeCases: EdgeCasesModel? + var nestedObject: NestedObjectModel? +} + +struct ComplexStructureModel: Codable { + var data: [DataModel]? + var metadata: MetadataModel? +} + +struct EdgeCasesModel: Codable { + var maxSafeInteger: Int = 0 + var minSafeInteger: Int = 0 + var largeNumber: Double? // 1e+308 + var smallNumber: Double? // -1e+308 + var longString: String? +} + +struct InternationalizationModel: Codable { + var chinese: String? // 简体中文 + var arabic: String? // نص عربي + var russian: String? + var japanese: String? // 日本語テキスト + var emojiCombination: String? +} + +struct BasicTypesModel: Codable { + var string: String? // Hello World! + var emptyString: String? + var booleanFalse: Bool = false // false + var negativeNumber: Int = 0 // -100 + var nullValue: Any? // <#泛型#> + var scientificNotation: Double? // 6.022e+23 + var zero: Int = 0 // 0 + var integer: Int = 0 // 42 + var booleanTrue: Bool = false // true + var float: Double? // 3.14159 +} + +struct SpecialFormatsModel: Codable { + var hexValue: String? // 0x1A3F + var isoDate: String? + var url: String? + var base64Data: String? // "Hello World!" in Base64 + var uuid: String? +} + +struct DataModel: Codable { + var id: Int = 0 // 1 + var tags: [String]? + var coordinates: CoordinatesModel? +} + +struct CoordinatesModel: Codable { + var x: Double? // 12.34 + var y: Double? // -56.78 +} + +struct ArrayTypesModel: Codable { + var nestedArray: [String]? + var mixedArray: [Any]? + var simpleArray: [Any]? +} + +struct SpecialCharactersModel: Codable { + var emoji: String? // 😀🚀🌟 + var newlines: String? + var specialSymbols: String? + var whitespace: String? + var escapedCharacters: String? + var unicode: String? +} + +struct NestedObjectModel: Codable { + var user: UserModel? +} + +struct UserModel: Codable { + var username: String? // john_doe + var preferences: PreferencesModel? + var contact: ContactModel? + var id: Int = 0 // 12345 +} + +struct PreferencesModel: Codable { + var theme: String? // dark + var notifications: Bool = false // true +} + +struct ContactModel: Codable { + var phones: [String]? + var email: String? +} + +struct MetadataModel: Codable { + var version: String? // 1.0.0 + var createdAt: String? // 2023-01-01 + var active: Bool = false // true } diff --git a/Examples/test.json b/Examples/test.json index b50fd16..80f784b 100644 --- a/Examples/test.json +++ b/Examples/test.json @@ -1,6228 +1,104 @@ { - "itemList": [{ - "type": "horizontalScrollCard", - "data": { - "dataType": "HorizontalScrollCard", - "itemList": [{ - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2326, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/5abd51b35e6f0cfb9c00b9b9417c703d.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=&url=https%3A%2F%2Fh5.eyepetizer.net%2Fv1%2Fad%2Fmini-magazine", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2273, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/f8d18532be27c053b8ac68922361b866.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=&url=https%3A%2F%2Fwww.kaiyanapp.com%2Fnew_article.html%3Fnid%3D2529%26shareable%3Dtrue%26type%3DarticleTopic%26cid%3D2273", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2028, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/5232f4b636b9a8840d0046aa8d143be2.png?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=%E5%85%89%E5%BD%B1%E4%B9%8B%E5%89%8D&url=https%3A%2F%2Fh5.eyepetizer.net%2Fv1%2Fad%2Fstoryboard-exhibition", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2224, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/39bb3e555acda429c097896fdfb08748.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=&url=https%3A%2F%2Fwww.kaiyanapp.com%2Fnew_article.html%3Fnid%3D2488%26shareable%3Dtrue%26type%3DarticleTopic%26cid%3D2224", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2320, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/804a06422807f5d39d5cd5c19c4769c5.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=&url=https%3A%2F%2Fh5.eyepetizer.net%2Fv1%2Fannual2020", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2303, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/560bf17ac695a24c7743d8d087cf1a6a.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "https://eyepetizer.jinshuju.com/f/gI6Izl", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 1993, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/9c3d53ae1af82132c3368ab2d652310d.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://miniProgram?title=gh_72561075c09a&url=packages/goods/detail/index?alias=2ogsiycj53e6i&shopAutoEnter=1", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2312, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/0adef95cb48328159b106f0b7642acf5.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=&url=https%3A%2F%2Fwww.eyepetizer.net%2Fnew_article.html%3Fnid%3D2588%26shareable%3Dtrue", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "banner2", - "data": { - "dataType": "Banner", - "id": 2231, - "title": "", - "description": "", - "image": "http://img.kaiyanapp.com/bf3ad47570fb0e0bde4e58b7acf212ef.jpeg?imageMogr2/quality/60/format/jpg", - "actionUrl": "eyepetizer://webview/?title=&url=https%3A%2F%2Fwww.kaiyanapp.com%2Fnew_article.html%3Fnid%3D2492%26shareable%3Dtrue%26type%3DarticleTopic%26cid%3D2231", - "adTrack": [], - "shade": false, - "label": { - "text": "", - "card": "", - "detail": null - }, - "labelList": [], - "header": { - "id": 0, - "title": null, - "font": null, - "subTitle": null, - "subTitleFont": null, - "textAlign": "left", - "cover": null, - "label": null, - "actionUrl": null, - "labelList": null, - "rightText": null, - "icon": null, - "description": null - }, - "autoPlay": false - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - } - ], - "count": 9 - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "textHeader", - "data": { - "dataType": "TextHeader", - "text": "近期热门", - "font": "bold", - "adTrack": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 5240, - "title": "每个人的遗憾,都大抵相似", - "description": "如果让你在黑板上写下人生中最后悔的事是什么,你会写下什么呢?一天,纽约的街道边放置了这样一块黑板,收集路人的答案。最后发现,归根结底每个人的遗憾都有着共通的地方。From B.C. & Lowy", - "library": "DAILY", - "tags": [{ - "id": 743, - "name": "记录精选", - "actionUrl": "eyepetizer://tag/743/?title=%E8%AE%B0%E5%BD%95%E7%B2%BE%E9%80%89", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a082f44b88e78daaf19fa4e1a2faaa5a.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a082f44b88e78daaf19fa4e1a2faaa5a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 24, - "name": "记录", - "actionUrl": "eyepetizer://tag/24/?title=%E8%AE%B0%E5%BD%95", - "adTrack": null, - "desc": "告诉他们为什么与众不同", - "bgPicture": "http://img.kaiyanapp.com/c3984cad49455e01637347e0c8f6a37d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/fd76dab1411e07f0dcf45309720134f9.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 510, - "name": "励志", - "actionUrl": "eyepetizer://tag/510/?title=%E5%8A%B1%E5%BF%97", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/072e8eb0c130ed248b26c91d194cb10d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/072e8eb0c130ed248b26c91d194cb10d.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 174, - "name": "治愈", - "actionUrl": "eyepetizer://tag/174/?title=%E6%B2%BB%E6%84%88", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/5417e0d8f72d7bb3f1cd69eb75b0759e.jpeg?imageMogr2/quality/60", - "headerImage": "http://img.kaiyanapp.com/5417e0d8f72d7bb3f1cd69eb75b0759e.jpeg?imageMogr2/quality/60", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 530, - "name": "人生", - "actionUrl": "eyepetizer://tag/530/?title=%E4%BA%BA%E7%94%9F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 524, - "name": "社会实验", - "actionUrl": "eyepetizer://tag/524/?title=%E7%A4%BE%E4%BC%9A%E5%AE%9E%E9%AA%8C", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/691904adf749d480fc3e17e58919e50b.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/691904adf749d480fc3e17e58919e50b.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 40102, - "shareCount": 36936, - "replyCount": 291, - "realCollectionCount": 4728 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "记录", - "author": { - "id": 2166, - "icon": "http://img.kaiyanapp.com/a2fc6d32ac0b4f2842fb3d545d06f09b.jpeg", - "name": "开眼记录精选", - "description": "「每部电影都是一部纪录片」——比尔·尼科尔斯", - "link": "", - "latestReleaseTime": 1640912431000, - "videoNum": 444, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2166, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2166, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/fd76dab1411e07f0dcf45309720134f9.jpeg?imageMogr2/quality/100", - "detail": "http://img.kaiyanapp.com/fd76dab1411e07f0dcf45309720134f9.jpeg?imageMogr2/quality/100", - "blurred": "http://img.kaiyanapp.com/39539ff1bf8652570af440fdac35c33f.jpeg?imageMogr2/quality/100", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 186, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=5240", - "forWeibo": "http://wandou.im/1d8rvk" - }, - "releaseTime": 1454428800000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 17286705 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 17286705 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 34291078 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 34291078 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=5240&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1454428800000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "如果让你在黑板上写下人生中最后悔的事是什么,你会写下什么呢?一天,纽约的街道边放置了这样一块黑板,收集路人的答案。最后发现,归根结底每个人的遗憾都有着共通的地方。From B.C. & Lowy", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 9812, - "title": "我心目中排行第一的无敌炒饭", - "description": "日食记 | 耳光炒饭 & 烤茄子 金黄的虾油,酥软的茄肉。融化在漫长时光里,给予最朴实的满足。", - "library": "DAILY", - "tags": [{ - "id": 20, - "name": "风味市集", - "actionUrl": "eyepetizer://tag/20/?title=%E9%A3%8E%E5%91%B3%E5%B8%82%E9%9B%86", - "adTrack": null, - "desc": "每日美食实验,带你感受味觉巅峰瞬间", - "bgPicture": "http://img.kaiyanapp.com/2c869d91d5db6ecf1c8c46af0f448719.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/5748574edf96949c04ad382c46a4a2fd.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1020, - "name": "开胃", - "actionUrl": "eyepetizer://tag/1020/?title=%E5%BC%80%E8%83%83", - "adTrack": null, - "desc": "用美食唤醒你沉睡的味蕾", - "bgPicture": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 718, - "name": "美食教程", - "actionUrl": "eyepetizer://tag/718/?title=%E7%BE%8E%E9%A3%9F%E6%95%99%E7%A8%8B", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/403c8b2c0ffc94f8b80e4cb7779ac9bf.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/efd50bb0281c9ef9cf32ac84195f2136.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 666, - "name": "生活", - "actionUrl": "eyepetizer://tag/666/?title=%E7%94%9F%E6%B4%BB", - "adTrack": null, - "desc": "匠心、健康、生活感悟", - "bgPicture": "http://img.kaiyanapp.com/95ba262a92ac99db76794ca56233d5d1.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/06c71c30bca59ed5aed471e4ddfd2f6b.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 268, - "name": "海鲜", - "actionUrl": "eyepetizer://tag/268/?title=%E6%B5%B7%E9%B2%9C", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/29d61501658d95b421806361f7ec5236.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/5293111bfcc6275fc90c16cbf06fe5c9.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 63583, - "shareCount": 60238, - "replyCount": 423, - "realCollectionCount": 7809 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "PGC", - "alias": "PGC", - "icon": "" - }, - "category": "开胃", - "author": { - "id": 22, - "icon": "http://img.kaiyanapp.com/2faf2139c4b655e56a54bdb2ee06e0b4.jpeg", - "name": "日食记", - "description": "治愈你心和胃的日食记:) 快加我的微信公众号【日食记】,否则我就……求求你加我! 微博 @日食记 @酥饼大人", - "link": "http://weibo.com/rishiji?from=myfollow_all", - "latestReleaseTime": 1640268198000, - "videoNum": 397, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 22, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 22, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/5293111bfcc6275fc90c16cbf06fe5c9.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/5293111bfcc6275fc90c16cbf06fe5c9.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/13a5f9f0c9a234fb006469f10d7648f8.jpeg?imageMogr2/quality/60", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 282, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=9812", - "forWeibo": "http://wandou.im/31wtnp" - }, - "releaseTime": 1475064845000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 19366642 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 19366642 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 32316746 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 32316746 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=9812&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "我心目中排行第一的无敌炒饭", - "descriptionPgc": "日食记 | 耳光炒饭&烤茄子 金黄的虾油,酥软的茄肉。融化在漫长时光里,给予最朴实的满足。", - "remark": "", - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1475064845000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "日食记 | 耳光炒饭 & 烤茄子 金黄的虾油,酥软的茄肉。融化在漫长时光里,给予最朴实的满足。", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 27122, - "title": "如果动物全都变成胖子……", - "description": "被称为肥版国家地理的 Rollin' Wild 系列短片又在这个减肥失败的夏天出新了,这次不仅包括了野生动物,更是把魔抓伸向了常见的家养动物。六月减肥已然来不及,不如和它们一样做个萌萌的胖子吧。 From ROLLIN' WILD ", - "library": "DAILY", - "tags": [{ - "id": 14, - "name": "动画梦工厂", - "actionUrl": "eyepetizer://tag/14/?title=%E5%8A%A8%E7%94%BB%E6%A2%A6%E5%B7%A5%E5%8E%82", - "adTrack": null, - "desc": "有趣的人永远不缺童心", - "bgPicture": "http://img.kaiyanapp.com/afb9e7d7f061d10ade5ebcb524dc8679.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f9eae3e0321fa1e99a7b38641b5536a2.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1023, - "name": "动画", - "actionUrl": "eyepetizer://tag/1023/?title=%E5%8A%A8%E7%94%BB", - "adTrack": null, - "desc": "有趣的人永远不缺童心", - "bgPicture": "http://img.kaiyanapp.com/349cbd33cdf71fc74d5e9c7a00b444fd.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/208aa67386c045497389f015ae28dd29.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 140, - "name": "搞笑", - "actionUrl": "eyepetizer://tag/140/?title=%E6%90%9E%E7%AC%91", - "adTrack": null, - "desc": "哈哈哈哈哈哈哈哈", - "bgPicture": "http://img.kaiyanapp.com/f787d5053443499e8d787911cd8b3876.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/f2b803d3c383bba5a3888b2709160b6e.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 522, - "name": "野生动物", - "actionUrl": "eyepetizer://tag/522/?title=%E9%87%8E%E7%94%9F%E5%8A%A8%E7%89%A9", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/017f97d43c6bc5a0774047539d6094be.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/017f97d43c6bc5a0774047539d6094be.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 32, - "name": "萌宠", - "actionUrl": "eyepetizer://tag/32/?title=%E8%90%8C%E5%AE%A0", - "adTrack": null, - "desc": "来自汪星、喵星、蠢萌星的你", - "bgPicture": "http://img.kaiyanapp.com/bd689302a738a5d2156243a2b74f15d1.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/1ea685a0d2757701741a4a9be0f7e269.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 498, - "name": "萌", - "actionUrl": "eyepetizer://tag/498/?title=%E8%90%8C", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/d716039f4a93c75bb975a9aeed071342.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/efb2d3f26118e06bb88be3976cfb5831.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 2, - "name": "创意", - "actionUrl": "eyepetizer://tag/2/?title=%E5%88%9B%E6%84%8F", - "adTrack": null, - "desc": "技术与审美结合,探索视觉的无限可能", - "bgPicture": "http://img.kaiyanapp.com/1b457058cf2b317304ff9f70543c040d.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/fdefdb34cbe3d2ac9964d306febe9025.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 62664, - "shareCount": 114914, - "replyCount": 457, - "realCollectionCount": 9312 - }, - "resourceType": "video", - "slogan": "豹笑动画「圆滚滚」又出新片", - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "动画", - "author": { - "id": 2170, - "icon": "http://img.kaiyanapp.com/482c741c06644f5566c7218096dbaf26.jpeg", - "name": "全球动画精选", - "description": "我们精选全球最好看的动画短片,有趣的人永远不缺童心。", - "link": "", - "latestReleaseTime": 1640912420000, - "videoNum": 1371, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2170, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2170, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/f2b803d3c383bba5a3888b2709160b6e.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/f2b803d3c383bba5a3888b2709160b6e.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/3efbb5276c22c4e58fba3b004d7b0e94.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/f5b34bb7e2230f087954512066172172.jpeg?imageMogr2/quality/60/format/jpg" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 133, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=27122", - "forWeibo": "http://wandou.im/3np8h0" - }, - "releaseTime": 1497229201000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 6621326 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 6621326 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 9726979 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 9726979 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=27122&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": "", - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1497229201000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "被称为肥版国家地理的 Rollin' Wild 系列短片又在这个减肥失败的夏天出新了,这次不仅包括了野生动物,更是把魔抓伸向了常见的家养动物。六月减肥已然来不及,不如和它们一样做个萌萌的胖子吧。 From ROLLIN' WILD ", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 4290, - "title": "借几个臀部,奏一首圣诞曲", - "description": "西班牙著名打击乐手 Jorge Perez 海选出了几款最优质的臀部,敲击、拍打,演奏了一首耳熟能详的圣诞歌曲。为了过节、为了艺术,这也是太拼了。不知道圣诞老人知道了,会有什么感想呢。From Zulu Alpha Kilo", - "library": "DAILY", - "tags": [{ - "id": 748, - "name": "这些广告超有梗", - "actionUrl": "eyepetizer://tag/748/?title=%E8%BF%99%E4%BA%9B%E5%B9%BF%E5%91%8A%E8%B6%85%E6%9C%89%E6%A2%97", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/9056413cfeffaf0c841d894390aa8e08.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/ff0f6d0ad5f4b6211a3f746aaaffd916.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 18, - "name": "音乐电台", - "actionUrl": "eyepetizer://tag/18/?title=%E9%9F%B3%E4%B9%90%E7%94%B5%E5%8F%B0", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/70e1bedfdff53729402f1998788c3ee9.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/79dcc408692e7b9170ba4451c21a196d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 774, - "name": "视听盛宴", - "actionUrl": "eyepetizer://tag/774/?title=%E8%A7%86%E5%90%AC%E7%9B%9B%E5%AE%B4", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/e1dc184aec1d67c74fb38c93f0c884d9.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/e1dc184aec1d67c74fb38c93f0c884d9.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 773, - "name": "脑洞大开", - "actionUrl": "eyepetizer://tag/773/?title=%E8%84%91%E6%B4%9E%E5%A4%A7%E5%BC%80", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/25f37613bb960c36438b7b335b40f690.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/25f37613bb960c36438b7b335b40f690.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 766, - "name": "脑洞广告", - "actionUrl": "eyepetizer://tag/766/?title=%E8%84%91%E6%B4%9E%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/7c46ad04ff913b87915615c78d226a40.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/0d6ab7ed49de67eab89ada4f65353e8c.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 758, - "name": "欧美广告", - "actionUrl": "eyepetizer://tag/758/?title=%E6%AC%A7%E7%BE%8E%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/4347ee94f8ae98a86f2913db3b8638f3.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/8494d3626c41f8e8cb6316767cc0f573.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 772, - "name": "视听广告", - "actionUrl": "eyepetizer://tag/772/?title=%E8%A7%86%E5%90%AC%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/463d221946322aa6eff05e594d176d10.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/463d221946322aa6eff05e594d176d10.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 16, - "name": "广告", - "actionUrl": "eyepetizer://tag/16/?title=%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": "为广告人的精彩创意点赞", - "bgPicture": "http://img.kaiyanapp.com/e41e74fe73882b552de00d95d56748d2.jpeg?imageMogr2/quality/60", - "headerImage": "http://img.kaiyanapp.com/23d1a1dce9756535d314aed3cf9777a0.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 490, - "name": "脑洞", - "actionUrl": "eyepetizer://tag/490/?title=%E8%84%91%E6%B4%9E", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/c8ac7bb1fa9276ce647d4687d93dea34.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/c8ac7bb1fa9276ce647d4687d93dea34.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 2, - "name": "创意", - "actionUrl": "eyepetizer://tag/2/?title=%E5%88%9B%E6%84%8F", - "adTrack": null, - "desc": "技术与审美结合,探索视觉的无限可能", - "bgPicture": "http://img.kaiyanapp.com/1b457058cf2b317304ff9f70543c040d.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/fdefdb34cbe3d2ac9964d306febe9025.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 208, - "name": "器乐", - "actionUrl": "eyepetizer://tag/208/?title=%E5%99%A8%E4%B9%90", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/f5b284ad6d9bd5812f7336983ed9e908.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f5b284ad6d9bd5812f7336983ed9e908.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 16771, - "shareCount": 35599, - "replyCount": 366, - "realCollectionCount": 1957 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "广告", - "author": { - "id": 2162, - "icon": "http://img.kaiyanapp.com/98beab66d3885a139b54f21e91817c4f.jpeg", - "name": "全球广告精选", - "description": "我们精选世界最好看的广告,为全世界广告人的精彩创意点赞。", - "link": "", - "latestReleaseTime": 1640826051000, - "videoNum": 1643, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2162, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2162, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/eda5c25b0b7b7f3bcde45ba60bc513b7.jpeg?imageMogr2/quality/100", - "detail": "http://img.kaiyanapp.com/eda5c25b0b7b7f3bcde45ba60bc513b7.jpeg?imageMogr2/quality/100", - "blurred": "http://img.kaiyanapp.com/634f1b931b26e095b738f6b87a80d395.jpeg?imageMogr2/quality/100", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 150, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=4290", - "forWeibo": "http://wandou.im/131vw0" - }, - "releaseTime": 1450972800000, - "playInfo": [{ - "height": 480, - "width": 848, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 14474159 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 14474159 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 21795840 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 21795840 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=4290&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1450972800000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "西班牙著名打击乐手 Jorge Perez 海选出了几款最优质的臀部,敲击、拍打,演奏了一首耳熟能详的圣诞歌曲。为了过节、为了艺术,这也是太拼了。不知道圣诞老人知道了,会有什么感想呢。From Zulu Alpha Kilo", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 2940, - "title": "男人漂亮起来就没女人什么事了……", - "description": "资生堂心机彩妆(Shiseido Maquillage)以自然裸妆质感为主,略带羞涩的高中美少女是再适合不过的代言人了。片中教室里每一位“心机少女”都画上了美美的妆容,哪一位最美,可得看清楚了哦。From SHISEIDO 資生堂", - "library": "DAILY", - "tags": [{ - "id": 748, - "name": "这些广告超有梗", - "actionUrl": "eyepetizer://tag/748/?title=%E8%BF%99%E4%BA%9B%E5%B9%BF%E5%91%8A%E8%B6%85%E6%9C%89%E6%A2%97", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/9056413cfeffaf0c841d894390aa8e08.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/ff0f6d0ad5f4b6211a3f746aaaffd916.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 775, - "name": "亚洲广告", - "actionUrl": "eyepetizer://tag/775/?title=%E4%BA%9A%E6%B4%B2%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/93b9a985fa1c4bac0c032580365975c9.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/93b9a985fa1c4bac0c032580365975c9.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 773, - "name": "脑洞大开", - "actionUrl": "eyepetizer://tag/773/?title=%E8%84%91%E6%B4%9E%E5%A4%A7%E5%BC%80", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/25f37613bb960c36438b7b335b40f690.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/25f37613bb960c36438b7b335b40f690.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 760, - "name": "做梦都会笑醒的广告", - "actionUrl": "eyepetizer://tag/760/?title=%E5%81%9A%E6%A2%A6%E9%83%BD%E4%BC%9A%E7%AC%91%E9%86%92%E7%9A%84%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a7c61f4ff77e31ed2a24ee265184f8cb.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/ed1de432dca0a8e1fee20696980329fe.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 750, - "name": "搞笑短片", - "actionUrl": "eyepetizer://tag/750/?title=%E6%90%9E%E7%AC%91%E7%9F%AD%E7%89%87", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/9f3c1d7ff7e62119d6f7a21e2c367571.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/9f3c1d7ff7e62119d6f7a21e2c367571.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 766, - "name": "脑洞广告", - "actionUrl": "eyepetizer://tag/766/?title=%E8%84%91%E6%B4%9E%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/7c46ad04ff913b87915615c78d226a40.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/0d6ab7ed49de67eab89ada4f65353e8c.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 16, - "name": "广告", - "actionUrl": "eyepetizer://tag/16/?title=%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": "为广告人的精彩创意点赞", - "bgPicture": "http://img.kaiyanapp.com/e41e74fe73882b552de00d95d56748d2.jpeg?imageMogr2/quality/60", - "headerImage": "http://img.kaiyanapp.com/23d1a1dce9756535d314aed3cf9777a0.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 504, - "name": "笑cry", - "actionUrl": "eyepetizer://tag/504/?title=%E7%AC%91cry", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/3d3cb19d13cc16e8c3c2eddb12284fa3.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/177986653f12273f6d55edafe856ffe3.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 494, - "name": "奇葩", - "actionUrl": "eyepetizer://tag/494/?title=%E5%A5%87%E8%91%A9", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/90ec9c49290d76e4ea3176768df20991.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/ef4d20911a61abd2f9f1c222786a15fe.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 490, - "name": "脑洞", - "actionUrl": "eyepetizer://tag/490/?title=%E8%84%91%E6%B4%9E", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/c8ac7bb1fa9276ce647d4687d93dea34.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/c8ac7bb1fa9276ce647d4687d93dea34.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 384, - "name": "日本广告", - "actionUrl": "eyepetizer://tag/384/?title=%E6%97%A5%E6%9C%AC%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/f634bdddac9a0002cfdd023c65b6b58d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/52c3b499903ed3a5a179a87be706e9fa.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 47065, - "shareCount": 68263, - "replyCount": 633, - "realCollectionCount": 4805 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "广告", - "author": { - "id": 2162, - "icon": "http://img.kaiyanapp.com/98beab66d3885a139b54f21e91817c4f.jpeg", - "name": "全球广告精选", - "description": "我们精选世界最好看的广告,为全世界广告人的精彩创意点赞。", - "link": "", - "latestReleaseTime": 1640826051000, - "videoNum": 1643, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2162, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2162, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/40036ba884aed65c07a5ed1525e6cb2a.jpeg?imageMogr2/quality/100", - "detail": "http://img.kaiyanapp.com/40036ba884aed65c07a5ed1525e6cb2a.jpeg?imageMogr2/quality/100", - "blurred": "http://img.kaiyanapp.com/72b1f7a4390e3d739f443e3aa129958b.jpeg?imageMogr2/quality/100", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 147, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=2940", - "forWeibo": "http://wandou.im/rpzob" - }, - "releaseTime": 1445356800000, - "playInfo": [{ - "height": 480, - "width": 848, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 14088834 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 14088834 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 22703194 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 22703194 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=2940&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": "影视制作类金奖:谁才是真正的美少女", - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1445356800000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "资生堂心机彩妆(Shiseido Maquillage)以自然裸妆质感为主,略带羞涩的高中美少女是再适合不过的代言人了。片中教室里每一位“心机少女”都画上了美美的妆容,哪一位最美,可得看清楚了哦。From SHISEIDO 資生堂", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "squareCardCollection", - "data": { - "dataType": "ItemCollection", - "header": { - "id": 2, - "title": "全部排行", - "font": "bold", - "subTitle": null, - "subTitleFont": null, - "textAlign": "middle", - "cover": null, - "label": null, - "actionUrl": "eyepetizer://ranklist/", - "labelList": null, - "rightText": null - }, - "itemList": [{ - "type": "squareCard", - "data": { - "dataType": "SquareCard", - "id": 1, - "title": "", - "image": "http://img.kaiyanapp.com/5992fbf7468c2174a31fb7b438ebd414.jpeg?imageMogr2/quality/60", - "actionUrl": "eyepetizer://ranklist/?type=Weekly", - "shade": false, - "adTrack": null, - "description": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "squareCard", - "data": { - "dataType": "SquareCard", - "id": 2, - "title": "", - "image": "http://img.kaiyanapp.com/33a59b02f3d8e57831844b54771f72d6.jpeg?imageMogr2/quality/60", - "actionUrl": "eyepetizer://ranklist/?type=Monthly", - "shade": false, - "adTrack": null, - "description": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "squareCard", - "data": { - "dataType": "SquareCard", - "id": 3, - "title": "", - "image": "http://img.kaiyanapp.com/9fb34512de6d12a6b22d821079d06ff3.jpeg?imageMogr2/quality/60", - "actionUrl": "eyepetizer://ranklist/?type=Historical", - "shade": false, - "adTrack": null, - "description": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "actionCard", - "data": { - "dataType": "ActionCard", - "id": 0, - "text": "查看全部", - "actionUrl": "eyepetizer://ranklist/", - "adTrack": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - } - ], - "count": 4, - "adTrack": null, - "footer": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "textHeader", - "data": { - "dataType": "TextHeader", - "text": "最新发布", - "font": "bold", - "adTrack": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300450, - "title": "揭秘古代圣旨真面目", - "description": "在众多的古装剧中“奉天承运,皇帝诏曰”已经成为皇帝圣旨的标配开头,但如果真像宫廷剧里那样,不管哪个朝代的圣旨都用这八个字开头,这笑话可就闹大了。", - "library": "DEFAULT", - "tags": [{ - "id": 743, - "name": "记录精选", - "actionUrl": "eyepetizer://tag/743/?title=%E8%AE%B0%E5%BD%95%E7%B2%BE%E9%80%89", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a082f44b88e78daaf19fa4e1a2faaa5a.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a082f44b88e78daaf19fa4e1a2faaa5a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 24, - "name": "记录", - "actionUrl": "eyepetizer://tag/24/?title=%E8%AE%B0%E5%BD%95", - "adTrack": null, - "desc": "告诉他们为什么与众不同", - "bgPicture": "http://img.kaiyanapp.com/c3984cad49455e01637347e0c8f6a37d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/fd76dab1411e07f0dcf45309720134f9.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 572, - "name": "历史", - "actionUrl": "eyepetizer://tag/572/?title=%E5%8E%86%E5%8F%B2", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/36293915785cf7cf8333dfcb997add31.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/36293915785cf7cf8333dfcb997add31.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "PGC", - "alias": "PGC", - "icon": "" - }, - "category": "记录", - "author": { - "id": 3915, - "icon": "http://img.kaiyanapp.com/326dc7c16a20ebd983ea5babf7518d65.png?imageMogr2/quality/60/format/jpg", - "name": "看鉴", - "description": "看看短视频,知识涨不停。更多精彩视频搜索【看鉴】微信公众号", - "link": "", - "latestReleaseTime": 1640916000000, - "videoNum": 964, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 3915, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 3915, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/cc9cb4b24f3254eadbd255ddf56c24f6.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/cc9cb4b24f3254eadbd255ddf56c24f6.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/4fedf4338bdc5d177111aa1e0565e883.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 139, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300450", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300450&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640916000000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 12634254 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 12634254 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 21449313 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 21449313 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300450&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "揭秘古代圣旨真面目", - "descriptionPgc": "在众多的古装剧中“奉天承运,皇帝诏曰”已经成为皇帝圣旨的标配开头,但如果真像宫廷剧里那样,不管哪个朝代的圣旨都用这八个字开头,这笑话可就闹大了。", - "remark": "", - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640916000000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300462, - "title": "虾仁蒸饺:一款你值得拥有的美食", - "description": "本期视频为我们介绍了美味虾仁蒸饺,其主要原料包括虾肉和鸡腿肉,每一口都有虾仁在你嘴里爆裂的快感,每一口美食都是味道和质地的完美结合,让人留恋忘返,回味无穷,是真正值得我们学习的食谱。", - "library": "DEFAULT", - "tags": [{ - "id": 20, - "name": "风味市集", - "actionUrl": "eyepetizer://tag/20/?title=%E9%A3%8E%E5%91%B3%E5%B8%82%E9%9B%86", - "adTrack": null, - "desc": "每日美食实验,带你感受味觉巅峰瞬间", - "bgPicture": "http://img.kaiyanapp.com/2c869d91d5db6ecf1c8c46af0f448719.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/5748574edf96949c04ad382c46a4a2fd.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1020, - "name": "开胃", - "actionUrl": "eyepetizer://tag/1020/?title=%E5%BC%80%E8%83%83", - "adTrack": null, - "desc": "用美食唤醒你沉睡的味蕾", - "bgPicture": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 718, - "name": "美食教程", - "actionUrl": "eyepetizer://tag/718/?title=%E7%BE%8E%E9%A3%9F%E6%95%99%E7%A8%8B", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/403c8b2c0ffc94f8b80e4cb7779ac9bf.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/efd50bb0281c9ef9cf32ac84195f2136.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 717, - "name": "美食发现", - "actionUrl": "eyepetizer://tag/717/?title=%E7%BE%8E%E9%A3%9F%E5%8F%91%E7%8E%B0", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/0721bf9375c81d6aa1c69862f4ed2256.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/3e5b0d86493c72b1c32d5a74894f573a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "定制来源", - "alias": "CustomSrc", - "icon": "" - }, - "category": "开胃", - "author": { - "id": 5187, - "icon": "http://img.kaiyanapp.com/6be12c6448a1cd22426250956b0e1a3f.jpeg?imageMogr2/quality/60/format/jpg", - "name": "小高姐的 Magic Ingredients", - "description": "客居他乡的你,是否跟我一样怀念家乡的味道呢?凉皮,擀面皮,牛羊肉泡馍,油泼扯面,酸汤水饺,甑糕,秦镇米皮,油茶麻花,腊牛羊肉,等等。 我来自陕西西安,阔别家乡已经十几年了,家乡的美味难以忘怀。在父母的影响下,学会制作很多西安美食,拍成视频跟大家分享。所有视频都是我自己操作,自己拍摄,自己编辑,希望大家喜欢。", - "link": "", - "latestReleaseTime": 1640915541000, - "videoNum": 172, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 5187, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 5187, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/b3f3d4bb0815f3e054f44884ecadf162.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/b3f3d4bb0815f3e054f44884ecadf162.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/eb450f289cb01fc0b883e2ed50c9c2b3.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 295, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300462", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300462&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640915541000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 38621699 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 38621699 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 36960989 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 36960989 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300462&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "虾仁蒸饺:一款你值得拥有的美食", - "descriptionPgc": "本期视频为我们介绍了美味虾仁蒸饺,其主要原料包括虾肉和鸡腿肉,每一口都有虾仁在你嘴里爆裂的快感,每一口美食都是味道和质地的完美结合,让人留恋忘返,回味无穷,是真正值得我们学习的食谱。", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640915541000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300461, - "title": "香蕉蛋糕:香糯可口,奶香飘溢!", - "description": "香蕉蛋糕是一款非常美味的美食,它香糯可口,奶香飘溢,每一口都可感受到香蕉的香甜,每一口美食都是味道和质地的完美结合,让人留恋忘返,回味无穷,是真正值得我们学习的食谱。", - "library": "DEFAULT", - "tags": [{ - "id": 20, - "name": "风味市集", - "actionUrl": "eyepetizer://tag/20/?title=%E9%A3%8E%E5%91%B3%E5%B8%82%E9%9B%86", - "adTrack": null, - "desc": "每日美食实验,带你感受味觉巅峰瞬间", - "bgPicture": "http://img.kaiyanapp.com/2c869d91d5db6ecf1c8c46af0f448719.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/5748574edf96949c04ad382c46a4a2fd.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1020, - "name": "开胃", - "actionUrl": "eyepetizer://tag/1020/?title=%E5%BC%80%E8%83%83", - "adTrack": null, - "desc": "用美食唤醒你沉睡的味蕾", - "bgPicture": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 741, - "name": "烘焙", - "actionUrl": "eyepetizer://tag/741/?title=%E7%83%98%E7%84%99", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/5820a0ecc1be44078a34ae7445e66f48.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/5820a0ecc1be44078a34ae7445e66f48.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 718, - "name": "美食教程", - "actionUrl": "eyepetizer://tag/718/?title=%E7%BE%8E%E9%A3%9F%E6%95%99%E7%A8%8B", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/403c8b2c0ffc94f8b80e4cb7779ac9bf.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/efd50bb0281c9ef9cf32ac84195f2136.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "定制来源", - "alias": "CustomSrc", - "icon": "" - }, - "category": "开胃", - "author": { - "id": 5187, - "icon": "http://img.kaiyanapp.com/6be12c6448a1cd22426250956b0e1a3f.jpeg?imageMogr2/quality/60/format/jpg", - "name": "小高姐的 Magic Ingredients", - "description": "客居他乡的你,是否跟我一样怀念家乡的味道呢?凉皮,擀面皮,牛羊肉泡馍,油泼扯面,酸汤水饺,甑糕,秦镇米皮,油茶麻花,腊牛羊肉,等等。 我来自陕西西安,阔别家乡已经十几年了,家乡的美味难以忘怀。在父母的影响下,学会制作很多西安美食,拍成视频跟大家分享。所有视频都是我自己操作,自己拍摄,自己编辑,希望大家喜欢。", - "link": "", - "latestReleaseTime": 1640915541000, - "videoNum": 172, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 5187, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 5187, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/0521a4683d0229c60f5b0c0acc78e25b.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/0521a4683d0229c60f5b0c0acc78e25b.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/3eab543ffedc193f009819d29739d851.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 227, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300461", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300461&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640915219000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 28195557 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 28195557 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 25783752 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 25783752 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300461&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "香蕉蛋糕:香糯可口,奶香飘溢!", - "descriptionPgc": "香蕉蛋糕是一款非常美味的美食,它香糯可口,奶香飘溢,每一口都可感受到香蕉的香甜,每一口美食都是味道和质地的完美结合,让人留恋忘返,回味无穷,是真正值得我们学习的食谱。", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640915219000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300460, - "title": "巧克力冰淇淋:甜爽可口,让人留恋忘返!", - "description": "这款巧克力冰淇淋主要是由鲜奶油和巧克力制作而成,有着香醇的奶香,还可加入蛋黄,让水和油脂更好的融合,使冰淇淋更加细腻。每一口美食都是味道和质地的完美结合,是真正值得我们学习的食谱。", - "library": "DEFAULT", - "tags": [{ - "id": 20, - "name": "风味市集", - "actionUrl": "eyepetizer://tag/20/?title=%E9%A3%8E%E5%91%B3%E5%B8%82%E9%9B%86", - "adTrack": null, - "desc": "每日美食实验,带你感受味觉巅峰瞬间", - "bgPicture": "http://img.kaiyanapp.com/2c869d91d5db6ecf1c8c46af0f448719.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/5748574edf96949c04ad382c46a4a2fd.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1020, - "name": "开胃", - "actionUrl": "eyepetizer://tag/1020/?title=%E5%BC%80%E8%83%83", - "adTrack": null, - "desc": "用美食唤醒你沉睡的味蕾", - "bgPicture": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/539f19d05586a9bcf67f255b2e54da2d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 718, - "name": "美食教程", - "actionUrl": "eyepetizer://tag/718/?title=%E7%BE%8E%E9%A3%9F%E6%95%99%E7%A8%8B", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/403c8b2c0ffc94f8b80e4cb7779ac9bf.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/efd50bb0281c9ef9cf32ac84195f2136.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 717, - "name": "美食发现", - "actionUrl": "eyepetizer://tag/717/?title=%E7%BE%8E%E9%A3%9F%E5%8F%91%E7%8E%B0", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/0721bf9375c81d6aa1c69862f4ed2256.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/3e5b0d86493c72b1c32d5a74894f573a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "定制来源", - "alias": "CustomSrc", - "icon": "" - }, - "category": "开胃", - "author": { - "id": 5187, - "icon": "http://img.kaiyanapp.com/6be12c6448a1cd22426250956b0e1a3f.jpeg?imageMogr2/quality/60/format/jpg", - "name": "小高姐的 Magic Ingredients", - "description": "客居他乡的你,是否跟我一样怀念家乡的味道呢?凉皮,擀面皮,牛羊肉泡馍,油泼扯面,酸汤水饺,甑糕,秦镇米皮,油茶麻花,腊牛羊肉,等等。 我来自陕西西安,阔别家乡已经十几年了,家乡的美味难以忘怀。在父母的影响下,学会制作很多西安美食,拍成视频跟大家分享。所有视频都是我自己操作,自己拍摄,自己编辑,希望大家喜欢。", - "link": "", - "latestReleaseTime": 1640915541000, - "videoNum": 172, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 5187, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 5187, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/54c65559a23f36b835489399c11b65a5.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/54c65559a23f36b835489399c11b65a5.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/b3632933e0020a8976ca411c5bdb3731.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 283, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300460", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300460&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640915017000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 35205410 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 35205410 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 54506048 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 54506048 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300460&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "巧克力冰淇淋:甜爽可口,让人留恋忘返!", - "descriptionPgc": "这款巧克力冰淇淋主要是由鲜奶油和巧克力制作而成,有着香醇的奶香,还可加入蛋黄,让水和油脂更好的融合,使冰淇淋更加细腻。每一口美食都是味道和质地的完美结合,是真正值得我们学习的食谱。", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640915017000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 233683, - "title": "皮蛋为什么是黑色的?", - "description": "皮蛋是中国菜肴中最被误解的菜肴之一。它是一种黑色的明胶蛋,吃起来像成熟的奶酪。短片介绍了它们是如何制作的,使它们变黑的科学原理是什么。导演:Clarissa Wei,摄影师:Patrick Wong。From Goldthread", - "library": "DAILY", - "tags": [{ - "id": 44, - "name": "5 分钟新知", - "actionUrl": "eyepetizer://tag/44/?title=5%20%E5%88%86%E9%92%9F%E6%96%B0%E7%9F%A5", - "adTrack": null, - "desc": "大千世界,总有你不知道的", - "bgPicture": "http://img.kaiyanapp.com/f2e7359e81e217782f32cc3d482b3284.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f2e7359e81e217782f32cc3d482b3284.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 532, - "name": "生命", - "actionUrl": "eyepetizer://tag/532/?title=%E7%94%9F%E5%91%BD", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/687fd94bc3708365a213ecba55a3751d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/4150858bb1b67cbc26d70c86cf130933.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 484, - "name": "干货", - "actionUrl": "eyepetizer://tag/484/?title=%E5%B9%B2%E8%B4%A7", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/27856a0c2855246c31c19f7a8fd814ce.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/27856a0c2855246c31c19f7a8fd814ce.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 242, - "name": "中餐", - "actionUrl": "eyepetizer://tag/242/?title=%E4%B8%AD%E9%A4%90", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/723fdc19732443cf1d3fe071dc50b13d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/ae67ca0d35f365547e4167c5b8e9f24e.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 148, - "name": "匠心", - "actionUrl": "eyepetizer://tag/148/?title=%E5%8C%A0%E5%BF%83", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/cf568288dc8087fa728308f2623b9527.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/cf568288dc8087fa728308f2623b9527.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 46, - "name": "教程", - "actionUrl": "eyepetizer://tag/46/?title=%E6%95%99%E7%A8%8B", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/ca40278cd698aec9997985139ae05007.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/ca40278cd698aec9997985139ae05007.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1024, - "name": "科技", - "actionUrl": "eyepetizer://tag/1024/?title=%E7%A7%91%E6%8A%80", - "adTrack": null, - "desc": "新知识与一切先进生产力", - "bgPicture": "http://img.kaiyanapp.com/7e326064edc565ac6355921cfe4b3e46.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/810adad06df812462bb0e00501fa679c.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 10, - "shareCount": 28, - "replyCount": 0, - "realCollectionCount": 10 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "科技", - "author": { - "id": 2171, - "icon": "http://img.kaiyanapp.com/0117b9108c7cff43700db8af5e24f2bf.jpeg", - "name": "开眼科技精选", - "description": "新知识与一切先进生产力", - "link": "", - "latestReleaseTime": 1640912432000, - "videoNum": 361, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2171, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2171, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/6ee7bd7add63cd4ff6fc4e63afe7cdeb.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/6ee7bd7add63cd4ff6fc4e63afe7cdeb.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/6570b7a53c29b2d912b8aada4726d98c.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/6ee7bd7add63cd4ff6fc4e63afe7cdeb.jpeg?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=233683&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 321, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=233683", - "forWeibo": "http://www.eyepetizer.net/detail.html?vid=233683" - }, - "releaseTime": 1640912432000, - "playInfo": [{ - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=233683&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 51866948 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=233683&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 51866948 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=233683&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - }], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912432000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "皮蛋是中国菜肴中最被误解的菜肴之一。它是一种黑色的明胶蛋,吃起来像成熟的奶酪。短片介绍了它们是如何制作的,使它们变黑的科学原理是什么。导演:Clarissa Wei,摄影师:Patrick Wong。From Goldthread", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300294, - "title": "炙热而奔放,浩室舞曲是如何诞生的?", - "description": "短片讲述了社会动荡和芝加哥的地下同性恋俱乐部是如何导致了全球舞蹈运动,并使浩室舞曲诞生。浩室(House)是一种电子音乐风格。最早的浩室音乐源自于美国 1980 年代初期到中期。House 一字是出自于芝加哥当代知名的舞厅「仓库」,当时驻场 DJ Frankie Knuckles 在此播放连续的经典迪斯科以及合成器电子音乐的混音舞曲,而舞厅的常客把他的混音作品归纳于浩室类型。现在的许多风格如爵士乐、蓝调或流行电音都是基于浩室音乐。导演:Jake Sumner。From All 4 ", - "library": "DAILY", - "tags": [{ - "id": 743, - "name": "记录精选", - "actionUrl": "eyepetizer://tag/743/?title=%E8%AE%B0%E5%BD%95%E7%B2%BE%E9%80%89", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a082f44b88e78daaf19fa4e1a2faaa5a.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a082f44b88e78daaf19fa4e1a2faaa5a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 486, - "name": "惊艳", - "actionUrl": "eyepetizer://tag/486/?title=%E6%83%8A%E8%89%B3", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/4631818cd092e281dc2c93b250684d9f.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/4631818cd092e281dc2c93b250684d9f.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 530, - "name": "人生", - "actionUrl": "eyepetizer://tag/530/?title=%E4%BA%BA%E7%94%9F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 534, - "name": "人文", - "actionUrl": "eyepetizer://tag/534/?title=%E4%BA%BA%E6%96%87", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/5d6ee9241a0e2196bc1754b35f6f15e5.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/16b60131c2bc0885683ce7ee6ac75b52.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 506, - "name": "经典", - "actionUrl": "eyepetizer://tag/506/?title=%E7%BB%8F%E5%85%B8", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/1e948eab70737d8beca9f52fce907ab5.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/1e948eab70737d8beca9f52fce907ab5.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 508, - "name": "燃", - "actionUrl": "eyepetizer://tag/508/?title=%E7%87%83", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/920aa45f3abacad813d475e9bd0b2c73.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/920aa45f3abacad813d475e9bd0b2c73.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 394, - "name": "纪实", - "actionUrl": "eyepetizer://tag/394/?title=%E7%BA%AA%E5%AE%9E", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/cd848eeed885b9ef08d3920964bab7e6.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/cd848eeed885b9ef08d3920964bab7e6.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 148, - "name": "匠心", - "actionUrl": "eyepetizer://tag/148/?title=%E5%8C%A0%E5%BF%83", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/cf568288dc8087fa728308f2623b9527.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/cf568288dc8087fa728308f2623b9527.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 821, - "name": "浩室音乐", - "actionUrl": "eyepetizer://tag/821/?title=%E6%B5%A9%E5%AE%A4%E9%9F%B3%E4%B9%90", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/d082b2be65f09c18d5b35db1399b8f82.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/d082b2be65f09c18d5b35db1399b8f82.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 24, - "name": "记录", - "actionUrl": "eyepetizer://tag/24/?title=%E8%AE%B0%E5%BD%95", - "adTrack": null, - "desc": "告诉他们为什么与众不同", - "bgPicture": "http://img.kaiyanapp.com/c3984cad49455e01637347e0c8f6a37d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/fd76dab1411e07f0dcf45309720134f9.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "记录", - "author": { - "id": 2166, - "icon": "http://img.kaiyanapp.com/a2fc6d32ac0b4f2842fb3d545d06f09b.jpeg", - "name": "开眼记录精选", - "description": "「每部电影都是一部纪录片」——比尔·尼科尔斯", - "link": "", - "latestReleaseTime": 1640912431000, - "videoNum": 444, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2166, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2166, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/dd8e7933e3320fe358cb84ad76604e90.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/dd8e7933e3320fe358cb84ad76604e90.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/a23aff61f2df001d5c625cc1504dc8e2.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/dd8e7933e3320fe358cb84ad76604e90.jpeg?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 1383, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300294", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300294&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912431000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 72564354 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 72564354 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 116226832 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 116226832 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300294&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "记录 浩室舞曲的诞生", - "descriptionPgc": "", - "remark": "", - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912431000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "短片讲述了社会动荡和芝加哥的地下同性恋俱乐部是如何导致了全球舞蹈运动,并使浩室舞曲诞生。浩室(House)是一种电子音乐风格。最早的浩室音乐源自于美国 1980 年代初期到中期。House 一字是出自于芝加哥当代知名的舞厅「仓库」,当时驻场 DJ Frankie Knuckles 在此播放连续的经典迪斯科以及合成器电子音乐的混音舞曲,而舞厅的常客把他的混音作品归纳于浩室类型。现在的许多风格如爵士乐、蓝调或流行电音都是基于浩室音乐。导演:Jake Sumner。From All 4 ", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 270630, - "title": "澳洲讽刺说唱 MV,不要成为那个「刻板的人」", - "description": "短片为歌手 Jerome Farah 的歌曲「Concrete Jungle Fever」MV。这首歌充满了充满活力的打击乐、酒吧元素。这部由 Sanjay de Silva 导演的滑稽 MV 看起来像是一场狂热的梦,Farah 描绘了一系列色彩缤纷、令人毛骨悚然的角色。这部短片隐喻了人们对我们的看法是如何改变、塑造我们或强迫我们扮演我们不喜欢的角色,并希望人们可以坚持做自己。Jerome Farah 是来自墨尔本的说唱歌手,他的音乐经常带有政治色彩。From DIVISION SYDNEY", - "library": "DAILY", - "tags": [{ - "id": 18, - "name": "音乐电台", - "actionUrl": "eyepetizer://tag/18/?title=%E9%9F%B3%E4%B9%90%E7%94%B5%E5%8F%B0", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/70e1bedfdff53729402f1998788c3ee9.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/79dcc408692e7b9170ba4451c21a196d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 490, - "name": "脑洞", - "actionUrl": "eyepetizer://tag/490/?title=%E8%84%91%E6%B4%9E", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/c8ac7bb1fa9276ce647d4687d93dea34.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/c8ac7bb1fa9276ce647d4687d93dea34.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 530, - "name": "人生", - "actionUrl": "eyepetizer://tag/530/?title=%E4%BA%BA%E7%94%9F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 534, - "name": "人文", - "actionUrl": "eyepetizer://tag/534/?title=%E4%BA%BA%E6%96%87", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/5d6ee9241a0e2196bc1754b35f6f15e5.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/16b60131c2bc0885683ce7ee6ac75b52.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 228, - "name": "嘻哈/说唱", - "actionUrl": "eyepetizer://tag/228/?title=%E5%98%BB%E5%93%88/%E8%AF%B4%E5%94%B1", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/90dd766244bed1f0167aad29c57b1c6f.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/90dd766244bed1f0167aad29c57b1c6f.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 168, - "name": "讽刺", - "actionUrl": "eyepetizer://tag/168/?title=%E8%AE%BD%E5%88%BA", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a3de18fb448aa41a140f1901130c380a.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/d536b9c09b2681630afcc92222599f0e.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 747, - "name": "MV", - "actionUrl": "eyepetizer://tag/747/?title=MV", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/b5c23136dc7275281d8b92db9712a44c.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/1d0e241628cc279959a3c26c3a14ac87.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1018, - "name": "音乐", - "actionUrl": "eyepetizer://tag/1018/?title=%E9%9F%B3%E4%B9%90", - "adTrack": null, - "desc": "用眼睛就能「听」的艺术", - "bgPicture": "http://img.kaiyanapp.com/46b2ed7ccd3e241ff54a314faf2632b8.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/4f6643756d9ff5c41acdf7d0493055c4.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 9, - "replyCount": 0, - "realCollectionCount": 10 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "Vimeo", - "alias": "vimeo", - "icon": "http://img.kaiyanapp.com/c3ad630be461cbb081649c9e21d6cbe3.png" - }, - "category": "音乐", - "author": { - "id": 2163, - "icon": "http://img.kaiyanapp.com/9279c17b4da5ba5e7e4f21afb5bb0a74.jpeg", - "name": "全球音乐视频精选", - "description": "我们精选全球最酷炫、最有态度的音乐,一定能让你眼前一亮", - "link": "", - "latestReleaseTime": 1640912429000, - "videoNum": 826, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2163, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2163, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/f5c84e334c45ddf75b77b83258c6f42a.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/f5c84e334c45ddf75b77b83258c6f42a.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/8186e430d9d1e93afadb8ffcb6d052a2.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/f5c84e334c45ddf75b77b83258c6f42a.jpeg?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 215, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=270630", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=270630&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912429000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 25149048 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 25149048 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 43351928 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 43351928 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=270630&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912429000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "短片为歌手 Jerome Farah 的歌曲「Concrete Jungle Fever」MV。这首歌充满了充满活力的打击乐、酒吧元素。这部由 Sanjay de Silva 导演的滑稽 MV 看起来像是一场狂热的梦,Farah 描绘了一系列色彩缤纷、令人毛骨悚然的角色。这部短片隐喻了人们对我们的看法是如何改变、塑造我们或强迫我们扮演我们不喜欢的角色,并希望人们可以坚持做自己。Jerome Farah 是来自墨尔本的说唱歌手,他的音乐经常带有政治色彩。From DIVISION SYDNEY", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 187593, - "title": "创意 OR 作死?法国滑雪者挑战长城滑雪", - "description": "长城滑雪全纪录。Candide Thovex 是法国专业的滑雪者,电影制作人和企业家。他以其创造性的自由式滑雪电影和专业成就而闻名。早期通过跳过 Chad's Gap 引起了户外运动和动作运动世界的关注,Chad's Gap 是从起飞到降落在美国犹他州阿尔塔(Alta)40 英尺深的峡谷上的 120 英尺的巨大转移跳跃。BGM:Premier - 茶叶。From Candide Thovex", - "library": "DAILY", - "tags": [{ - "id": 4, - "name": "运动健身", - "actionUrl": "eyepetizer://tag/4/?title=%E8%BF%90%E5%8A%A8%E5%81%A5%E8%BA%AB", - "adTrack": null, - "desc": "冲浪、滑板、健身、跑酷,我过着停不下来的生活", - "bgPicture": "http://img.kaiyanapp.com/d9163ebc9c8ffcdccee2d7855b441d17.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/60ddce3880b4600474a329f772d10695.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 675, - "name": "摄影艺术", - "actionUrl": "eyepetizer://tag/675/?title=%E6%91%84%E5%BD%B1%E8%89%BA%E6%9C%AF", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/c2f92f2aa503674c0e344d565e7f406b.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/c2f92f2aa503674c0e344d565e7f406b.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 654, - "name": "超高速摄像", - "actionUrl": "eyepetizer://tag/654/?title=%E8%B6%85%E9%AB%98%E9%80%9F%E6%91%84%E5%83%8F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/d6874599f557db396c91d173516488dd.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/d6874599f557db396c91d173516488dd.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 280, - "name": "滑雪", - "actionUrl": "eyepetizer://tag/280/?title=%E6%BB%91%E9%9B%AA", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/f13fc3b3dad6ebaa0480108461843e0b.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f13fc3b3dad6ebaa0480108461843e0b.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 681, - "name": "极限运动", - "actionUrl": "eyepetizer://tag/681/?title=%E6%9E%81%E9%99%90%E8%BF%90%E5%8A%A8", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/3afd31213decc034438288f8c00b4fb7.gif", - "headerImage": "http://img.kaiyanapp.com/3afd31213decc034438288f8c00b4fb7.gif", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 316, - "name": "花式运动", - "actionUrl": "eyepetizer://tag/316/?title=%E8%8A%B1%E5%BC%8F%E8%BF%90%E5%8A%A8", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/de35dbc62365e90cca7560b9e3d51360.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/de35dbc62365e90cca7560b9e3d51360.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1022, - "name": "运动", - "actionUrl": "eyepetizer://tag/1022/?title=%E8%BF%90%E5%8A%A8", - "adTrack": null, - "desc": "冲浪、滑板、健身、跑酷,我过着停不下来的生活", - "bgPicture": "http://img.kaiyanapp.com/cb87116785473e4064687036b53b5af3.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/481837cc0b1c52a3a87d6156d52cfdfa.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 10, - "shareCount": 37, - "replyCount": 0, - "realCollectionCount": 20 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "运动", - "author": { - "id": 2003, - "icon": "http://img.kaiyanapp.com/f2449da39a584c982866b0636bd30c58.png?imageMogr2/quality/60/format/jpg", - "name": "开眼运动精选", - "description": "开眼运动精选", - "link": "", - "latestReleaseTime": 1640912424000, - "videoNum": 574, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2003, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2003, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/943a0037feb98f58d9b139301b9141f8.jpg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/943a0037feb98f58d9b139301b9141f8.jpg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/dfcf444fe50341629c54f3a7c68dbf1f.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 204, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=187593", - "forWeibo": "http://www.eyepetizer.net/detail.html?vid=187593&resourceType=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912424000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 19575681 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 19575681 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 25725810 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 25725810 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=187593&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912424000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "长城滑雪全纪录。Candide Thovex 是法国专业的滑雪者,电影制作人和企业家。他以其创造性的自由式滑雪电影和专业成就而闻名。早期通过跳过 Chad's Gap 引起了户外运动和动作运动世界的关注,Chad's Gap 是从起飞到降落在美国犹他州阿尔塔(Alta)40 英尺深的峡谷上的 120 英尺的巨大转移跳跃。BGM:Premier - 茶叶。From Candide Thovex", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300293, - "title": "「杀死伊芙」高能混剪,开展另类猫鼠游戏", - "description": "Eve 是一名聪明、高薪的军情五处安全军官,她现在的工作无法满足她成为间谍的幻想。Villanelle 是一个善变、才华横溢的杀手,她执着于暴力工作给她带来的奢侈生活。杀死杀死伊芙颠覆了典型的间谍动作惊悚片,这两个聪明的女人痴迷于对方,本片展示了史诗般的猫捉老鼠游戏。From TV Promos", - "library": "DAILY", - "tags": [{ - "id": 210, - "name": "英伦", - "actionUrl": "eyepetizer://tag/210/?title=%E8%8B%B1%E4%BC%A6", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/91e0343aba349f8aae278865b190232a.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/91e0343aba349f8aae278865b190232a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 34, - "name": "混剪", - "actionUrl": "eyepetizer://tag/34/?title=%E6%B7%B7%E5%89%AA", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/ebf307197b634f30b2fa4eb867e908c1.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/ebf307197b634f30b2fa4eb867e908c1.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 808, - "name": "影视原声", - "actionUrl": "eyepetizer://tag/808/?title=%E5%BD%B1%E8%A7%86%E5%8E%9F%E5%A3%B0", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/99685caf0fa233e273e0ee43d908c488.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/99685caf0fa233e273e0ee43d908c488.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 793, - "name": "影视预告", - "actionUrl": "eyepetizer://tag/793/?title=%E5%BD%B1%E8%A7%86%E9%A2%84%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/66a25db995c30f130c433b2422111541.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/528bbba3db1e6388c4a97edce734a743.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 749, - "name": "影视周边", - "actionUrl": "eyepetizer://tag/749/?title=%E5%BD%B1%E8%A7%86%E5%91%A8%E8%BE%B9", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/dcaf2a50fdfc792f388b423d6cc2353e.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a4622ce20311028f7ab728aec7b87cd9.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1025, - "name": "影视", - "actionUrl": "eyepetizer://tag/1025/?title=%E5%BD%B1%E8%A7%86", - "adTrack": null, - "desc": "电影、剧集、戏剧抢先看", - "bgPicture": "http://img.kaiyanapp.com/8a298964e7c9fc2ae16342832e36d88d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/9d7fe42c1445031e4c8f2421b652a011.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 28, - "replyCount": 1, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "影视", - "author": { - "id": 2173, - "icon": "http://img.kaiyanapp.com/003829087e85ce7310b2210d9575ce67.jpeg", - "name": "开眼影视精选", - "description": "关于电影、剧集的一切", - "link": "", - "latestReleaseTime": 1640912422000, - "videoNum": 800, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2173, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2173, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/73cf479ccd9380b26ee0d297d1a72f74.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/73cf479ccd9380b26ee0d297d1a72f74.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/a9140242fb64df800502109a9094431b.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/73cf479ccd9380b26ee0d297d1a72f74.jpeg?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 30, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300293", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300293&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912422000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 951659 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 951659 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 1311035 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 1311035 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300293&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "杀死eve", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912422000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "Eve 是一名聪明、高薪的军情五处安全军官,她现在的工作无法满足她成为间谍的幻想。Villanelle 是一个善变、才华横溢的杀手,她执着于暴力工作给她带来的奢侈生活。杀死杀死伊芙颠覆了典型的间谍动作惊悚片,这两个聪明的女人痴迷于对方,本片展示了史诗般的猫捉老鼠游戏。From TV Promos", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 123037, - "title": "怪异萌系风格动画,树叶里的「生命世界」", - "description": "一个小女孩在一片树叶中发现了世界。编剧/导演/动画:Angela Steffen。Angela Steffen 是一名来自德国导演和作家。From Filmakademie Baden-Württemberg", - "library": "DAILY", - "tags": [{ - "id": 14, - "name": "动画梦工厂", - "actionUrl": "eyepetizer://tag/14/?title=%E5%8A%A8%E7%94%BB%E6%A2%A6%E5%B7%A5%E5%8E%82", - "adTrack": null, - "desc": "有趣的人永远不缺童心", - "bgPicture": "http://img.kaiyanapp.com/afb9e7d7f061d10ade5ebcb524dc8679.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f9eae3e0321fa1e99a7b38641b5536a2.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 486, - "name": "惊艳", - "actionUrl": "eyepetizer://tag/486/?title=%E6%83%8A%E8%89%B3", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/4631818cd092e281dc2c93b250684d9f.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/4631818cd092e281dc2c93b250684d9f.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 532, - "name": "生命", - "actionUrl": "eyepetizer://tag/532/?title=%E7%94%9F%E5%91%BD", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/687fd94bc3708365a213ecba55a3751d.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/4150858bb1b67cbc26d70c86cf130933.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 168, - "name": "讽刺", - "actionUrl": "eyepetizer://tag/168/?title=%E8%AE%BD%E5%88%BA", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a3de18fb448aa41a140f1901130c380a.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/d536b9c09b2681630afcc92222599f0e.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 148, - "name": "匠心", - "actionUrl": "eyepetizer://tag/148/?title=%E5%8C%A0%E5%BF%83", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/cf568288dc8087fa728308f2623b9527.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/cf568288dc8087fa728308f2623b9527.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 54, - "name": "VFX", - "actionUrl": "eyepetizer://tag/54/?title=VFX", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/799e763d9ec299e9d5eaf4336abcc334.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/799e763d9ec299e9d5eaf4336abcc334.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1023, - "name": "动画", - "actionUrl": "eyepetizer://tag/1023/?title=%E5%8A%A8%E7%94%BB", - "adTrack": null, - "desc": "有趣的人永远不缺童心", - "bgPicture": "http://img.kaiyanapp.com/349cbd33cdf71fc74d5e9c7a00b444fd.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/208aa67386c045497389f015ae28dd29.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 20, - "shareCount": 9, - "replyCount": 8, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "动画", - "author": { - "id": 2170, - "icon": "http://img.kaiyanapp.com/482c741c06644f5566c7218096dbaf26.jpeg", - "name": "全球动画精选", - "description": "我们精选全球最好看的动画短片,有趣的人永远不缺童心。", - "link": "", - "latestReleaseTime": 1640912420000, - "videoNum": 1371, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2170, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2170, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/cover/20210729/32f8f664ae93508cb03e66dd725abfc9.jpg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/cover/20210729/32f8f664ae93508cb03e66dd725abfc9.jpg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/cover/20210729/6dfecb1e542de0ed64701c1b369c2465.jpeg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 348, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=123037", - "forWeibo": "http://www.eyepetizer.net/detail.html?vid=123037&resourceType=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912420000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 37514156 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 37514156 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 60761884 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 60761884 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=123037&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912420000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "一个小女孩在一片树叶中发现了世界。编剧/导演/动画:Angela Steffen。Angela Steffen 是一名来自德国导演和作家。From Filmakademie Baden-Württemberg", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300197, - "title": "反讽动画更新,被摘掉脑子的「美国之子」", - "description": "在夏日的某一天,许多孩子被带到一个由机器人控制的黑暗工厂,被迫成为半机械人,一个孩子站起来反抗这一切。本片是反乌托邦动画大神 Patrick Smith 的新作,探索了技术操纵和依赖的深度,展示了即使在人工大脑植入物、机器人控制的背景下也会发生的精神胜利。From:Patrick Smith", - "library": "DAILY", - "tags": [{ - "id": 14, - "name": "动画梦工厂", - "actionUrl": "eyepetizer://tag/14/?title=%E5%8A%A8%E7%94%BB%E6%A2%A6%E5%B7%A5%E5%8E%82", - "adTrack": null, - "desc": "有趣的人永远不缺童心", - "bgPicture": "http://img.kaiyanapp.com/afb9e7d7f061d10ade5ebcb524dc8679.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f9eae3e0321fa1e99a7b38641b5536a2.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 346, - "name": "美国", - "actionUrl": "eyepetizer://tag/346/?title=%E7%BE%8E%E5%9B%BD", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/19b625e7277199ed752fe61a56a596f2.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/19b625e7277199ed752fe61a56a596f2.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 120, - "name": "黑色幽默", - "actionUrl": "eyepetizer://tag/120/?title=%E9%BB%91%E8%89%B2%E5%B9%BD%E9%BB%98", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/56b14178e460bff91a6104590799b7d6.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f787d5053443499e8d787911cd8b3876.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 482, - "name": "人生感悟", - "actionUrl": "eyepetizer://tag/482/?title=%E4%BA%BA%E7%94%9F%E6%84%9F%E6%82%9F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/31f217a0db54b356fb709f08732c5e06.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/31f217a0db54b356fb709f08732c5e06.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 134, - "name": "反转", - "actionUrl": "eyepetizer://tag/134/?title=%E5%8F%8D%E8%BD%AC", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/c4daeee307e8efca77e095faaf5a5ab9.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/c4daeee307e8efca77e095faaf5a5ab9.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 168, - "name": "讽刺", - "actionUrl": "eyepetizer://tag/168/?title=%E8%AE%BD%E5%88%BA", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a3de18fb448aa41a140f1901130c380a.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/d536b9c09b2681630afcc92222599f0e.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1023, - "name": "动画", - "actionUrl": "eyepetizer://tag/1023/?title=%E5%8A%A8%E7%94%BB", - "adTrack": null, - "desc": "有趣的人永远不缺童心", - "bgPicture": "http://img.kaiyanapp.com/349cbd33cdf71fc74d5e9c7a00b444fd.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/208aa67386c045497389f015ae28dd29.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 30, - "shareCount": 9, - "replyCount": 6, - "realCollectionCount": 10 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "动画", - "author": { - "id": 2170, - "icon": "http://img.kaiyanapp.com/482c741c06644f5566c7218096dbaf26.jpeg", - "name": "全球动画精选", - "description": "我们精选全球最好看的动画短片,有趣的人永远不缺童心。", - "link": "", - "latestReleaseTime": 1640912420000, - "videoNum": 1371, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2170, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2170, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/cover/20211228/ab0bcb09de60b0c4a3930eda4ba59027.jpg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/cover/20211228/ab0bcb09de60b0c4a3930eda4ba59027.jpg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/9bfe67ed3489ed1f012f8a213bd0974e.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 222, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300197", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300197&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912419000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 17422404 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 17422404 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 24585756 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 24585756 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300197&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "动画 反讽", - "descriptionPgc": "", - "remark": "https://www.xinpianchang.com/a11686812", - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912419000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "在夏日的某一天,许多孩子被带到一个由机器人控制的黑暗工厂,被迫成为半机械人,一个孩子站起来反抗这一切。本片是反乌托邦动画大神 Patrick Smith 的新作,探索了技术操纵和依赖的深度,展示了即使在人工大脑植入物、机器人控制的背景下也会发生的精神胜利。From:Patrick Smith", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 299411, - "title": "获奖视觉情书,伴随「诗意」环游地球", - "description": "本片「Nahasdzáán」是一位女士写给「家」的情书,充满了诗意。Nahasdzáán 是 Tse'Nato' 工作室的第一个项目。Tse'Nato' 的使命是通过任何最适合他们的媒体讲述故事,从电影到现场表演,以及其他学科。我们的愿景是让这些故事成为社区康复、教育和行动的核心。Tse'Nato' 是一家位于美国新墨西哥州阿尔伯克基的混合媒体叙事公司。From Tse'Nato'", - "library": "DAILY", - "tags": [{ - "id": 10, - "name": "跟着开眼看世界", - "actionUrl": "eyepetizer://tag/10/?title=%E8%B7%9F%E7%9D%80%E5%BC%80%E7%9C%BC%E7%9C%8B%E4%B8%96%E7%95%8C", - "adTrack": null, - "desc": "去你想去的地方,发现世界的美", - "bgPicture": "http://img.kaiyanapp.com/7ea328a893aa1f092b9328a53494a267.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/50dab5468ecd2dbe5eb99dab5d608a0a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 14 - }, - { - "id": 530, - "name": "人生", - "actionUrl": "eyepetizer://tag/530/?title=%E4%BA%BA%E7%94%9F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a57744110ddbaa1e99d148a01c1b1bd8.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 52, - "name": "风光大片", - "actionUrl": "eyepetizer://tag/52/?title=%E9%A3%8E%E5%85%89%E5%A4%A7%E7%89%87", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/e484dd6aa22ea3c2e604812b44f8c60c.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f333f225c9ccc78819120f3a888b2e7e.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 610, - "name": "诗歌", - "actionUrl": "eyepetizer://tag/610/?title=%E8%AF%97%E6%AD%8C", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/c7abbdeffb0ed78cbbc3cb86eeb1df5b.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/c7abbdeffb0ed78cbbc3cb86eeb1df5b.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 482, - "name": "人生感悟", - "actionUrl": "eyepetizer://tag/482/?title=%E4%BA%BA%E7%94%9F%E6%84%9F%E6%82%9F", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/31f217a0db54b356fb709f08732c5e06.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/31f217a0db54b356fb709f08732c5e06.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 721, - "name": "旅行灵感", - "actionUrl": "eyepetizer://tag/721/?title=%E6%97%85%E8%A1%8C%E7%81%B5%E6%84%9F", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/32b7e220d9c012c96e5f9a68e6f3ad9a.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/32b7e220d9c012c96e5f9a68e6f3ad9a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1019, - "name": "旅行", - "actionUrl": "eyepetizer://tag/1019/?title=%E6%97%85%E8%A1%8C", - "adTrack": null, - "desc": "世界这么大,总有你的目的地", - "bgPicture": "http://img.kaiyanapp.com/67b5aa7b489b33e7894e04d293e9b01f.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/67b5aa7b489b33e7894e04d293e9b01f.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 32, - "shareCount": 22, - "replyCount": 5, - "realCollectionCount": 26 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "Vimeo", - "alias": "vimeo", - "icon": "http://img.kaiyanapp.com/c3ad630be461cbb081649c9e21d6cbe3.png" - }, - "category": "旅行", - "author": { - "id": 1313, - "icon": "http://img.kaiyanapp.com/385d659e77af15fa4be37fe638c75917.jpeg?imageMogr2/quality/60/format/jpg", - "name": "全球旅行视频精选", - "description": "在这个世界上的很多地方都有着美丽的景色,我们用相机用镜头记录下这一切。", - "link": "", - "latestReleaseTime": 1640912400000, - "videoNum": 1856, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 1313, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 1313, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/cover/20211221/e158e0bf5064fc0c30c4c8745d7f2e6a.jpg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/cover/20211221/e158e0bf5064fc0c30c4c8745d7f2e6a.jpg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/0cf4be57118b3476940c4bad2ca6f82a.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": null - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 174, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=299411", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=299411&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640912400000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 10037951 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 10037951 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 16924819 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 16924819 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299411&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "旅行地球", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640912400000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "本片「Nahasdzáán」是一位女士写给「家」的情书,充满了诗意。Nahasdzáán 是 Tse'Nato' 工作室的第一个项目。Tse'Nato' 的使命是通过任何最适合他们的媒体讲述故事,从电影到现场表演,以及其他学科。我们的愿景是让这些故事成为社区康复、教育和行动的核心。Tse'Nato' 是一家位于美国新墨西哥州阿尔伯克基的混合媒体叙事公司。From Tse'Nato'", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300431, - "title": "以「席帝」为灵感:爱至死不渝,声梦传奇今生", - "description": "这部影片讲述的是以席帝的事业与爱情为创作灵感, 60 年代音乐家的忠贞爱情,声梦传奇的背后,藏着女主对年龄相差 26 年的男主的爱意,两人携手谱出一段至死不渝的非凡爱情。剧本以现实为基础,再创作更多戏剧化的情节。From Houson 猴姆 ", - "library": "DEFAULT", - "tags": [{ - "id": 796, - "name": "迷影放映室", - "actionUrl": "eyepetizer://tag/796/?title=%E8%BF%B7%E5%BD%B1%E6%94%BE%E6%98%A0%E5%AE%A4", - "adTrack": null, - "desc": "电影、剧集、戏剧抢先看", - "bgPicture": "http://img.kaiyanapp.com/64f2b2ed039bd92c3be10d003d6041bf.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/56a8818adb038c59ab04ffc781db2f50.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 566, - "name": "传记", - "actionUrl": "eyepetizer://tag/566/?title=%E4%BC%A0%E8%AE%B0", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/d2cf0ec6373f20fee0f7ca25be5b6e2e.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/d2cf0ec6373f20fee0f7ca25be5b6e2e.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 108, - "name": "爱情", - "actionUrl": "eyepetizer://tag/108/?title=%E7%88%B1%E6%83%85", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/67025fb5bf4f8ff4ccd63cdcfd0cd6c6.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/67025fb5bf4f8ff4ccd63cdcfd0cd6c6.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 793, - "name": "影视预告", - "actionUrl": "eyepetizer://tag/793/?title=%E5%BD%B1%E8%A7%86%E9%A2%84%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/66a25db995c30f130c433b2422111541.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/528bbba3db1e6388c4a97edce734a743.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1025, - "name": "影视", - "actionUrl": "eyepetizer://tag/1025/?title=%E5%BD%B1%E8%A7%86", - "adTrack": null, - "desc": "电影、剧集、戏剧抢先看", - "bgPicture": "http://img.kaiyanapp.com/8a298964e7c9fc2ae16342832e36d88d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/9d7fe42c1445031e4c8f2421b652a011.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": "", - "provider": { - "name": "投稿", - "alias": "PGC2", - "icon": "" - }, - "category": "影视", - "author": { - "id": 2173, - "icon": "http://img.kaiyanapp.com/003829087e85ce7310b2210d9575ce67.jpeg", - "name": "开眼影视精选", - "description": "关于电影、剧集的一切", - "link": "", - "latestReleaseTime": 1640912422000, - "videoNum": 800, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2173, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2173, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/a1ca3b7e2498e3123c8c188088e332be.jpeg?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/a1ca3b7e2498e3123c8c188088e332be.jpeg?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/1997633c1270c12de25028171095fb11.jpeg?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/a1ca3b7e2498e3123c8c188088e332be.jpeg?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": "", - "duration": 135, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300431", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300431&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880099000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 9392816 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 9392816 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 11986953 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 11986953 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300431&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880099000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "这部影片讲述的是以席帝的事业与爱情为创作灵感, 60 年代音乐家的忠贞爱情,声梦传奇的背后,藏着女主对年龄相差 26 年的男主的爱意,两人携手谱出一段至死不渝的非凡爱情。剧本以现实为基础,再创作更多戏剧化的情节。From Houson 猴姆 ", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300392, - "title": "视觉短片:多维度「数学」之美", - "description": "这是一幅全球人工智能数据画,它模拟了博物馆数字化藏品中的潜行,艺术家和他的团队使用 MoMA 的档案来构建艺术品的七个维度,色彩丰富,是一部艺术视觉短片。From Refik Anadol", - "library": "DEFAULT", - "tags": [{ - "id": 744, - "name": "每日创意灵感", - "actionUrl": "eyepetizer://tag/744/?title=%E6%AF%8F%E6%97%A5%E5%88%9B%E6%84%8F%E7%81%B5%E6%84%9F", - "adTrack": null, - "desc": "技术与审美结合,探索视觉的无限可能", - "bgPicture": "http://img.kaiyanapp.com/bc2479c09cd15cb93b69d82e5f21c3fc.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/bc2479c09cd15cb93b69d82e5f21c3fc.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1301, - "name": "极简", - "actionUrl": "eyepetizer://tag/1301/?title=%E6%9E%81%E7%AE%80", - "adTrack": null, - "desc": "适当的减去无用信息,看清所需,以达到向往。", - "bgPicture": "http://img.kaiyanapp.com/44bb95f732bb45d994c94b131065802d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/44bb95f732bb45d994c94b131065802d.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 2, - "name": "创意", - "actionUrl": "eyepetizer://tag/2/?title=%E5%88%9B%E6%84%8F", - "adTrack": null, - "desc": "技术与审美结合,探索视觉的无限可能", - "bgPicture": "http://img.kaiyanapp.com/1b457058cf2b317304ff9f70543c040d.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/fdefdb34cbe3d2ac9964d306febe9025.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 683, - "name": "艺术", - "actionUrl": "eyepetizer://tag/683/?title=%E8%89%BA%E6%9C%AF", - "adTrack": null, - "desc": "用形象纪录“我思”", - "bgPicture": "http://img.kaiyanapp.com/7f4b28deb406f7e6b78d4f70c5bec99b.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/52560bde4d8415af5944c93298c09ca4.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 15 - }, - { - "id": 54, - "name": "VFX", - "actionUrl": "eyepetizer://tag/54/?title=VFX", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/799e763d9ec299e9d5eaf4336abcc334.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/799e763d9ec299e9d5eaf4336abcc334.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1024, - "name": "科技", - "actionUrl": "eyepetizer://tag/1024/?title=%E7%A7%91%E6%8A%80", - "adTrack": null, - "desc": "新知识与一切先进生产力", - "bgPicture": "http://img.kaiyanapp.com/7e326064edc565ac6355921cfe4b3e46.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/810adad06df812462bb0e00501fa679c.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "Vimeo", - "alias": "vimeo", - "icon": "http://img.kaiyanapp.com/c3ad630be461cbb081649c9e21d6cbe3.png" - }, - "category": "创意", - "author": { - "id": 6349, - "icon": "http://img.kaiyanapp.com/7668eb9fc2b60391760889151140d35e.png?imageMogr2/quality/60/format/jpg", - "name": "世界创意灵感", - "description": "你与灵感的距离,只差一支创意短片", - "link": "", - "latestReleaseTime": 1640880098000, - "videoNum": 76, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 6349, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 6349, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/edeee6ac752bc7a01d1e0c2f1e8fb0f4.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/edeee6ac752bc7a01d1e0c2f1e8fb0f4.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/5d558c2e336b379a41a93863643aab1c.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/edeee6ac752bc7a01d1e0c2f1e8fb0f4.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 60, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300392", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300392&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880098000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 15950389 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 15950389 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 34910134 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 34910134 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300392&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "创意2", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880098000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "这是一幅全球人工智能数据画,它模拟了博物馆数字化藏品中的潜行,艺术家和他的团队使用 MoMA 的档案来构建艺术品的七个维度,色彩丰富,是一部艺术视觉短片。From Refik Anadol", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300391, - "title": "催眠视觉短片:「潮汐」之美", - "description": "本片通过对潮汐催眠式的合成,挑战我们在视觉上保留当下的时刻,同时创造对下一个时刻的期待。From Simon Holmedal", - "library": "DEFAULT", - "tags": [{ - "id": 744, - "name": "每日创意灵感", - "actionUrl": "eyepetizer://tag/744/?title=%E6%AF%8F%E6%97%A5%E5%88%9B%E6%84%8F%E7%81%B5%E6%84%9F", - "adTrack": null, - "desc": "技术与审美结合,探索视觉的无限可能", - "bgPicture": "http://img.kaiyanapp.com/bc2479c09cd15cb93b69d82e5f21c3fc.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/bc2479c09cd15cb93b69d82e5f21c3fc.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 54, - "name": "VFX", - "actionUrl": "eyepetizer://tag/54/?title=VFX", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/799e763d9ec299e9d5eaf4336abcc334.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/799e763d9ec299e9d5eaf4336abcc334.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 683, - "name": "艺术", - "actionUrl": "eyepetizer://tag/683/?title=%E8%89%BA%E6%9C%AF", - "adTrack": null, - "desc": "用形象纪录“我思”", - "bgPicture": "http://img.kaiyanapp.com/7f4b28deb406f7e6b78d4f70c5bec99b.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/52560bde4d8415af5944c93298c09ca4.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 15 - }, - { - "id": 991, - "name": "创意类", - "actionUrl": "eyepetizer://tag/991/?title=%E5%88%9B%E6%84%8F%E7%B1%BB", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/7c1c1920df2fe3bbc8bdc58041c5d86e.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/7c1c1920df2fe3bbc8bdc58041c5d86e.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 2, - "name": "创意", - "actionUrl": "eyepetizer://tag/2/?title=%E5%88%9B%E6%84%8F", - "adTrack": null, - "desc": "技术与审美结合,探索视觉的无限可能", - "bgPicture": "http://img.kaiyanapp.com/1b457058cf2b317304ff9f70543c040d.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/fdefdb34cbe3d2ac9964d306febe9025.jpeg?imageMogr2/quality/100", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "Vimeo", - "alias": "vimeo", - "icon": "http://img.kaiyanapp.com/c3ad630be461cbb081649c9e21d6cbe3.png" - }, - "category": "创意", - "author": { - "id": 6349, - "icon": "http://img.kaiyanapp.com/7668eb9fc2b60391760889151140d35e.png?imageMogr2/quality/60/format/jpg", - "name": "世界创意灵感", - "description": "你与灵感的距离,只差一支创意短片", - "link": "", - "latestReleaseTime": 1640880098000, - "videoNum": 76, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 6349, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 6349, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/52b30db612fb0d726ea430a1456560de.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/52b30db612fb0d726ea430a1456560de.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/30f7e22517ee60be4a8a9f91d1076caf.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/52b30db612fb0d726ea430a1456560de.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 89, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300391", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300391&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880097000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 25255909 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 25255909 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 35435012 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 35435012 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300391&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "创意1", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880097000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "本片通过对潮汐催眠式的合成,挑战我们在视觉上保留当下的时刻,同时创造对下一个时刻的期待。From Simon Holmedal", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 300300, - "title": "获集美奖最佳影片:NETFLIX 发布「瀑布」", - "description": "这部短片讲述了在疫情爆发被隔离期间,一对母女令人担忧的关系发生了意想不到的变化。From 黑光乍泄 ", - "library": "DEFAULT", - "tags": [{ - "id": 796, - "name": "迷影放映室", - "actionUrl": "eyepetizer://tag/796/?title=%E8%BF%B7%E5%BD%B1%E6%94%BE%E6%98%A0%E5%AE%A4", - "adTrack": null, - "desc": "电影、剧集、戏剧抢先看", - "bgPicture": "http://img.kaiyanapp.com/64f2b2ed039bd92c3be10d003d6041bf.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/56a8818adb038c59ab04ffc781db2f50.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1323, - "name": "获奖", - "actionUrl": "eyepetizer://tag/1323/?title=%E8%8E%B7%E5%A5%96", - "adTrack": null, - "desc": "体现了在某一领域中参赛作品优秀程度。", - "bgPicture": "http://img.kaiyanapp.com/011776aecbd2fd375b5bec6de12318ce.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/011776aecbd2fd375b5bec6de12318ce.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 793, - "name": "影视预告", - "actionUrl": "eyepetizer://tag/793/?title=%E5%BD%B1%E8%A7%86%E9%A2%84%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/66a25db995c30f130c433b2422111541.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/528bbba3db1e6388c4a97edce734a743.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1025, - "name": "影视", - "actionUrl": "eyepetizer://tag/1025/?title=%E5%BD%B1%E8%A7%86", - "adTrack": null, - "desc": "电影、剧集、戏剧抢先看", - "bgPicture": "http://img.kaiyanapp.com/8a298964e7c9fc2ae16342832e36d88d.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/9d7fe42c1445031e4c8f2421b652a011.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 749, - "name": "影视周边", - "actionUrl": "eyepetizer://tag/749/?title=%E5%BD%B1%E8%A7%86%E5%91%A8%E8%BE%B9", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/dcaf2a50fdfc792f388b423d6cc2353e.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/a4622ce20311028f7ab728aec7b87cd9.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": "", - "provider": { - "name": "投稿", - "alias": "PGC2", - "icon": "" - }, - "category": "影视", - "author": { - "id": 2173, - "icon": "http://img.kaiyanapp.com/003829087e85ce7310b2210d9575ce67.jpeg", - "name": "开眼影视精选", - "description": "关于电影、剧集的一切", - "link": "", - "latestReleaseTime": 1640912422000, - "videoNum": 800, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 2173, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 2173, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/b33cdf17cbb4d7f8c0c6790f6b9e4e7a.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/b33cdf17cbb4d7f8c0c6790f6b9e4e7a.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/5b83d0b88e57f4ba43bfb8e810dc1a67.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/b33cdf17cbb4d7f8c0c6790f6b9e4e7a.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": "", - "duration": 107, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=300300", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=300300&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880096000, - "playInfo": [{ - "height": 472, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 7300391 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 7300391 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1304, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 9042667 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 9042667 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=300300&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880096000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "这部短片讲述了在疫情爆发被隔离期间,一对母女令人担忧的关系发生了意想不到的变化。From 黑光乍泄 ", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 299702, - "title": "假如宇宙有边界,那宇宙之外又存在着什么?", - "description": "大约 137.5 亿年前,我们的宇宙诞生了。从本质上讲,自宇宙诞生以来,它一直在以越来越快的速度增长。宇宙学家估计,自大爆炸以来,我们能观察到的最古老的光子已经传播了45 至 470 亿光年的距离。在无边无际的空间中,连光线都迷失在宇宙的深处。而在我们的宇宙范围之外,可能还存在着一个「超级宇宙」。From Kosmo", - "library": "DEFAULT", - "tags": [{ - "id": 44, - "name": "5 分钟新知", - "actionUrl": "eyepetizer://tag/44/?title=5%20%E5%88%86%E9%92%9F%E6%96%B0%E7%9F%A5", - "adTrack": null, - "desc": "大千世界,总有你不知道的", - "bgPicture": "http://img.kaiyanapp.com/f2e7359e81e217782f32cc3d482b3284.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f2e7359e81e217782f32cc3d482b3284.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 546, - "name": "宇宙", - "actionUrl": "eyepetizer://tag/546/?title=%E5%AE%87%E5%AE%99", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/7052c0f6e4267111b023d2541b1a7f07.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/7052c0f6e4267111b023d2541b1a7f07.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1040, - "name": "科普", - "actionUrl": "eyepetizer://tag/1040/?title=%E7%A7%91%E6%99%AE", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/86af95dab03ab8fac3342517e83b07bb.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/86af95dab03ab8fac3342517e83b07bb.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1024, - "name": "科技", - "actionUrl": "eyepetizer://tag/1024/?title=%E7%A7%91%E6%8A%80", - "adTrack": null, - "desc": "新知识与一切先进生产力", - "bgPicture": "http://img.kaiyanapp.com/7e326064edc565ac6355921cfe4b3e46.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/810adad06df812462bb0e00501fa679c.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 7, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": "", - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "科技", - "author": { - "id": 3109, - "icon": "http://img.kaiyanapp.com/908c347b896a2106ce920ee1c26cf872.jpeg?imageMogr2/quality/60/format/jpg", - "name": "科技短片精选", - "description": "带你看最尖端、最有趣的科技,让你大开眼界!", - "link": "", - "latestReleaseTime": 1640880095000, - "videoNum": 237, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 3109, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 3109, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/9575f2bd85aaf5fc06f6de29f632fb7e.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/9575f2bd85aaf5fc06f6de29f632fb7e.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/9b550214e59ba03c7d22f06bac08f46b.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/9575f2bd85aaf5fc06f6de29f632fb7e.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": "", - "duration": 759, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=299702", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=299702&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880095000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 69423464 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 69423464 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 82486173 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 82486173 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299702&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880095000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "大约 137.5 亿年前,我们的宇宙诞生了。从本质上讲,自宇宙诞生以来,它一直在以越来越快的速度增长。宇宙学家估计,自大爆炸以来,我们能观察到的最古老的光子已经传播了45 至 470 亿光年的距离。在无边无际的空间中,连光线都迷失在宇宙的深处。而在我们的宇宙范围之外,可能还存在着一个「超级宇宙」。From Kosmo", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 299701, - "title": "这颗罕见的蓝色钻石,可能藏着地球最深的秘密", - "description": "蓝色是天然钻石最稀有的颜色之一。11月,奥卡万戈蓝钻(the Okavango Blue Diamond)首次向公众展示。这颗钻石以博茨瓦纳的奥卡万戈三角洲命名,大约有一颗饱满的杏仁大小,因其璀璨夺目的蓝色、纯粹无瑕的质地而倍受瞩目。大多数钻石形成于地表以下约 160 至 240 公里处,但奥卡万戈蓝钻可能形成于地表以下 600 多公里处的过渡带,隐藏着这颗蓝色星球的秘密。From BBC Reel", - "library": "DEFAULT", - "tags": [{ - "id": 44, - "name": "5 分钟新知", - "actionUrl": "eyepetizer://tag/44/?title=5%20%E5%88%86%E9%92%9F%E6%96%B0%E7%9F%A5", - "adTrack": null, - "desc": "大千世界,总有你不知道的", - "bgPicture": "http://img.kaiyanapp.com/f2e7359e81e217782f32cc3d482b3284.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f2e7359e81e217782f32cc3d482b3284.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 412, - "name": "BBC", - "actionUrl": "eyepetizer://tag/412/?title=BBC", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/cd9ed2826f5538f5d481b6023fb461c7.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/cd9ed2826f5538f5d481b6023fb461c7.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1040, - "name": "科普", - "actionUrl": "eyepetizer://tag/1040/?title=%E7%A7%91%E6%99%AE", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/86af95dab03ab8fac3342517e83b07bb.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/86af95dab03ab8fac3342517e83b07bb.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 1024, - "name": "科技", - "actionUrl": "eyepetizer://tag/1024/?title=%E7%A7%91%E6%8A%80", - "adTrack": null, - "desc": "新知识与一切先进生产力", - "bgPicture": "http://img.kaiyanapp.com/7e326064edc565ac6355921cfe4b3e46.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/810adad06df812462bb0e00501fa679c.png?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 6 - }, - "resourceType": "video", - "slogan": "", - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "科技", - "author": { - "id": 3109, - "icon": "http://img.kaiyanapp.com/908c347b896a2106ce920ee1c26cf872.jpeg?imageMogr2/quality/60/format/jpg", - "name": "科技短片精选", - "description": "带你看最尖端、最有趣的科技,让你大开眼界!", - "link": "", - "latestReleaseTime": 1640880095000, - "videoNum": 237, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 3109, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 3109, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/d449b560b702b7c6096c1b2d6aae5b88.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/d449b560b702b7c6096c1b2d6aae5b88.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/eaae1157a6f1ad760c5ae29fe310aa14.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/d449b560b702b7c6096c1b2d6aae5b88.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": "", - "duration": 210, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=299701", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=299701&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880094000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 13671686 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 13671686 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 14184206 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 14184206 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=299701&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880094000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "蓝色是天然钻石最稀有的颜色之一。11月,奥卡万戈蓝钻(the Okavango Blue Diamond)首次向公众展示。这颗钻石以博茨瓦纳的奥卡万戈三角洲命名,大约有一颗饱满的杏仁大小,因其璀璨夺目的蓝色、纯粹无瑕的质地而倍受瞩目。大多数钻石形成于地表以下约 160 至 240 公里处,但奥卡万戈蓝钻可能形成于地表以下 600 多公里处的过渡带,隐藏着这颗蓝色星球的秘密。From BBC Reel", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 296902, - "title": "发动狂野的「牧马人」,世界便是你的游乐场", - "description": "这是一则来自吉普汽车(Jeep)的广告。当我们还是孩子时,世界在我们眼中是一个游乐场,无拘无束。但当我们长大,无形的枷锁便悄然而至。吉普推出史上最快、最强大的牧马人 WRANGLER RUBICON 392,与之一同在沙漠中狂奔,用速度重拾激情,野化自己。吉普的牧马人系列自诞生以来,就一直都是全世界越野爱好者的终极向往,狂野的外形、极致的速度,象征着对自由与激情的不懈追求。From Jeep", - "library": "DEFAULT", - "tags": [{ - "id": 748, - "name": "这些广告超有梗", - "actionUrl": "eyepetizer://tag/748/?title=%E8%BF%99%E4%BA%9B%E5%B9%BF%E5%91%8A%E8%B6%85%E6%9C%89%E6%A2%97", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/9056413cfeffaf0c841d894390aa8e08.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/ff0f6d0ad5f4b6211a3f746aaaffd916.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 758, - "name": "欧美广告", - "actionUrl": "eyepetizer://tag/758/?title=%E6%AC%A7%E7%BE%8E%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/4347ee94f8ae98a86f2913db3b8638f3.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/8494d3626c41f8e8cb6316767cc0f573.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 292, - "name": "越野", - "actionUrl": "eyepetizer://tag/292/?title=%E8%B6%8A%E9%87%8E", - "adTrack": null, - "desc": null, - "bgPicture": "http://img.kaiyanapp.com/67261bb3b1a90ee55a8ca206068439bb.jpeg?imageMogr2/quality/100", - "headerImage": "http://img.kaiyanapp.com/03e6978bb8b2e718413405831e21efb6.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - }, - { - "id": 16, - "name": "广告", - "actionUrl": "eyepetizer://tag/16/?title=%E5%B9%BF%E5%91%8A", - "adTrack": null, - "desc": "为广告人的精彩创意点赞", - "bgPicture": "http://img.kaiyanapp.com/e41e74fe73882b552de00d95d56748d2.jpeg?imageMogr2/quality/60", - "headerImage": "http://img.kaiyanapp.com/23d1a1dce9756535d314aed3cf9777a0.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 6, - "shareCount": 7, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": "", - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "广告", - "author": { - "id": 1027, - "icon": "http://img.kaiyanapp.com/27c223e61df5b647d061e41ee995e8f6.jpeg?imageMogr2/quality/60/format/jpg", - "name": "这些广告超有梗", - "description": "分享创意广告短视频", - "link": "", - "latestReleaseTime": 1640880092000, - "videoNum": 1788, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 1027, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 1027, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/fac8b00ed6d6cde54e8f55209fa7b55a.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/fac8b00ed6d6cde54e8f55209fa7b55a.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/1ccfa25e152114dd626b6455c7363687.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/fac8b00ed6d6cde54e8f55209fa7b55a.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": "", - "duration": 91, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=296902", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=296902&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880092000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 7573712 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 7573712 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 18043797 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 18043797 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=296902&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": "", - "descriptionPgc": "", - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880092000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "这是一则来自吉普汽车(Jeep)的广告。当我们还是孩子时,世界在我们眼中是一个游乐场,无拘无束。但当我们长大,无形的枷锁便悄然而至。吉普推出史上最快、最强大的牧马人 WRANGLER RUBICON 392,与之一同在沙漠中狂奔,用速度重拾激情,野化自己。吉普的牧马人系列自诞生以来,就一直都是全世界越野爱好者的终极向往,狂野的外形、极致的速度,象征着对自由与激情的不懈追求。From Jeep", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - }, - { - "type": "video", - "data": { - "dataType": "VideoBeanForClient", - "id": 295231, - "title": "8K│震撼视觉的美国国家森林", - "description": "阿什利国家森林是美国的一处国家森林,1908 年 7 月 1 日建立,位处犹他州东北部、怀俄明州西南部,占地面积约 5594.16 平方千米。From More Than Just Parks", - "library": "DEFAULT", - "tags": [{ - "id": 10, - "name": "跟着开眼看世界", - "actionUrl": "eyepetizer://tag/10/?title=%E8%B7%9F%E7%9D%80%E5%BC%80%E7%9C%BC%E7%9C%8B%E4%B8%96%E7%95%8C", - "adTrack": null, - "desc": "去你想去的地方,发现世界的美", - "bgPicture": "http://img.kaiyanapp.com/7ea328a893aa1f092b9328a53494a267.png?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/50dab5468ecd2dbe5eb99dab5d608a0a.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "IMPORTANT", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 14 - }, - { - "id": 52, - "name": "风光大片", - "actionUrl": "eyepetizer://tag/52/?title=%E9%A3%8E%E5%85%89%E5%A4%A7%E7%89%87", - "adTrack": null, - "desc": "", - "bgPicture": "http://img.kaiyanapp.com/e484dd6aa22ea3c2e604812b44f8c60c.jpeg?imageMogr2/quality/60/format/jpg", - "headerImage": "http://img.kaiyanapp.com/f333f225c9ccc78819120f3a888b2e7e.jpeg?imageMogr2/quality/60/format/jpg", - "tagRecType": "NORMAL", - "childTagList": null, - "childTagIdList": null, - "haveReward": false, - "ifNewest": false, - "newestEndTime": null, - "communityIndex": 0 - } - ], - "consumption": { - "collectionCount": 0, - "shareCount": 0, - "replyCount": 0, - "realCollectionCount": 0 - }, - "resourceType": "video", - "slogan": null, - "provider": { - "name": "YouTube", - "alias": "youtube", - "icon": "http://img.kaiyanapp.com/fa20228bc5b921e837156923a58713f6.png" - }, - "category": "旅行", - "author": { - "id": 6062, - "icon": "http://img.kaiyanapp.com/385d659e77af15fa4be37fe638c75917.jpeg?imageMogr2/quality/60/format/jpg", - "name": "旅行视频精选", - "description": "在这个世界上的很多地方都有着美丽的景色,我们用相机用镜头记录下这一切。", - "link": "", - "latestReleaseTime": 1640880091000, - "videoNum": 334, - "adTrack": null, - "follow": { - "itemType": "author", - "itemId": 6062, - "followed": false - }, - "shield": { - "itemType": "author", - "itemId": 6062, - "shielded": false - }, - "approvedNotReadyVideoCount": 0, - "ifPgc": true, - "recSort": 0, - "expert": false - }, - "cover": { - "feed": "http://img.kaiyanapp.com/88dfcbafd2b5106a33e234d903c139e9.png?imageMogr2/quality/60/format/jpg", - "detail": "http://img.kaiyanapp.com/88dfcbafd2b5106a33e234d903c139e9.png?imageMogr2/quality/60/format/jpg", - "blurred": "http://img.kaiyanapp.com/95a5feb466d512b45ecc537e9ad012a2.png?imageMogr2/quality/60/format/jpg", - "sharing": null, - "homepage": "http://img.kaiyanapp.com/88dfcbafd2b5106a33e234d903c139e9.png?imageView2/1/w/720/h/560/format/jpg/q/75|watermark/1/image/aHR0cDovL2ltZy5rYWl5YW5hcHAuY29tL2JsYWNrXzMwLnBuZw==/dissolve/100/gravity/Center/dx/0/dy/0|imageslim" - }, - "playUrl": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=default&source=aliyun&playUrlType=url_oss&udid=", - "thumbPlayUrl": null, - "duration": 171, - "webUrl": { - "raw": "http://www.eyepetizer.net/detail.html?vid=295231", - "forWeibo": "https://m.eyepetizer.net/u1/video-detail?video_id=295231&resource_type=video&utm_campaign=routine&utm_medium=share&utm_source=weibo&uid=0" - }, - "releaseTime": 1640880091000, - "playInfo": [{ - "height": 480, - "width": 854, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=", - "size": 24680847 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=normal&source=ucloud&playUrlType=url_oss&udid=", - "size": 24680847 - } - ], - "name": "标清", - "type": "normal", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=normal&source=aliyun&playUrlType=url_oss&udid=" - }, - { - "height": 720, - "width": 1280, - "urlList": [{ - "name": "aliyun", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=", - "size": 38399974 - }, - { - "name": "ucloud", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=high&source=ucloud&playUrlType=url_oss&udid=", - "size": 38399974 - } - ], - "name": "高清", - "type": "high", - "url": "http://baobab.kaiyanapp.com/api/v1/playUrl?vid=295231&resourceType=video&editionType=high&source=aliyun&playUrlType=url_oss&udid=" - } - ], - "campaign": null, - "waterMarks": null, - "ad": false, - "adTrack": [], - "type": "NORMAL", - "titlePgc": null, - "descriptionPgc": null, - "remark": null, - "ifLimitVideo": false, - "searchWeight": 0, - "brandWebsiteInfo": null, - "videoPosterBean": null, - "idx": 0, - "shareAdTrack": null, - "favoriteAdTrack": null, - "webAdTrack": null, - "date": 1640880091000, - "promotion": null, - "label": null, - "labelList": [], - "descriptionEditor": "阿什利国家森林是美国的一处国家森林,1908 年 7 月 1 日建立,位处犹他州东北部、怀俄明州西南部,占地面积约 5594.16 平方千米。From More Than Just Parks", - "collected": false, - "reallyCollected": false, - "played": false, - "subtitles": [], - "lastViewTime": null, - "playlists": null, - "src": null, - "recallSource": null, - "recall_source": null - }, - "trackingData": null, - "tag": null, - "id": 0, - "adIndex": -1 - } + // 基本数据类型 + "basicTypes": { + "string": "Hello World!", + "emptyString": "", + "integer": 42, + "float": 3.14159, + "booleanTrue": true, + "booleanFalse": false, + "nullValue": null, + "scientificNotation": 6.022e23, + "negativeNumber": -100, + "zero": 0 + }, + + // 特殊字符测试 + "specialCharacters": { + "emoji": "😀🚀🌟", + "unicode": "中文 Español Français", + "specialSymbols": "!@#$%^&*()_+{}[]|\\;:'\",.<>/?", + "whitespace": " Leading and trailing spaces ", + "newlines": "Line1\nLine2\r\nLine3", + "escapedCharacters": "\"Quoted\" \\Backslash\\" + }, + + // 复合数据结构 + "arrayTypes": { + "simpleArray": [1, 2, 3], + "mixedArray": [true, "text", 3.14, null], + "nestedArray": [ + ["a", "b", "c"], + [1, 2, 3], + [{"name": "obj1"}, {"name": "obj2"}] ], - "count": 29, - "total": 0, - "nextPageUrl": "http://baobab.kaiyanapp.com/api/v4/discovery/hot?start=20&num=20", - "adExist": false -} + "emptyArray": [] + }, + + // 嵌套对象 + "nestedObject": { + "user": { + "id": 12345, + "username": "john_doe", + "preferences": { + "theme": "dark", + "notifications": true + }, + "contact": { + "email": "john@example.com", + "phones": ["+1-555-1234", "+44-7890-123456"] + } + } + }, + + // 边界测试值 + "edgeCases": { + "maxSafeInteger": 9007199254740991, + "minSafeInteger": -9007199254740991, + "largeNumber": 1e308, + "smallNumber": -1e308, + "longString": "This is a very long string with multiple characters. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." + }, + + // 特殊格式数据 + "specialFormats": { + "isoDate": "2023-08-15T12:34:56Z", + "base64Data": "SGVsbG8gV29ybGQh", // "Hello World!" in Base64 + "hexValue": "0x1A3F", + "url": "https://example.com/path?query=string#fragment", + "uuid": "550e8400-e29b-41d4-a716-446655440000" + }, + + // 国际化测试 + "internationalization": { + "japanese": "日本語テキスト", + "arabic": "نص عربي", + "russian": "Русский текст", + "chinese": "简体中文", + "emojiCombination": "👨👩👧👦 Family Emoji" + }, + + // 复杂嵌套结构 + "complexStructure": { + "metadata": { + "version": "1.0.0", + "createdAt": "2023-01-01", + "active": true + }, + "data": [ + { + "id": 1, + "tags": ["tag1", "tag2"], + "coordinates": { + "x": 12.34, + "y": -56.78 + } + }, + { + "id": 2, + "tags": [], + "coordinates": null + } + ] + } +} \ No newline at end of file diff --git a/SKGenerateModelTool.xcodeproj/project.pbxproj b/SKGenerateModelTool.xcodeproj/project.pbxproj index 15590c5..aefbfe5 100644 --- a/SKGenerateModelTool.xcodeproj/project.pbxproj +++ b/SKGenerateModelTool.xcodeproj/project.pbxproj @@ -30,6 +30,12 @@ BC88D01E2467C2AA00A4828B /* SKCodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC88D01D2467C2AA00A4828B /* SKCodeBuilder.swift */; }; BCB184B424B8090500C2A5D3 /* SKEncryptTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCB184B324B8090500C2A5D3 /* SKEncryptTool.swift */; }; BCB6929F24A2EC8F004AC91A /* EncryptionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCB6929E24A2EC8F004AC91A /* EncryptionController.swift */; }; + E04D748A2DB78945000913C0 /* SKStringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04D74892DB78945000913C0 /* SKStringExtension.swift */; }; + E04D748B2DB78945000913C0 /* SKCodeBuilderConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04D74832DB78945000913C0 /* SKCodeBuilderConfig.swift */; }; + E04D748C2DB78945000913C0 /* SKModelGeneratorUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04D74882DB78945000913C0 /* SKModelGeneratorUtils.swift */; }; + E04D748E2DB78945000913C0 /* SKCodeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04D74842DB78945000913C0 /* SKCodeTypes.swift */; }; + E04D748F2DB78945000913C0 /* SKModelGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04D74862DB78945000913C0 /* SKModelGenerator.swift */; }; + E04D74902DB78945000913C0 /* SKFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04D74852DB78945000913C0 /* SKFileManager.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -62,6 +68,12 @@ BCB184B324B8090500C2A5D3 /* SKEncryptTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKEncryptTool.swift; sourceTree = ""; }; BCB184B524B85CC700C2A5D3 /* SKGenerateModelTool-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SKGenerateModelTool-Bridging-Header.h"; sourceTree = ""; }; BCB6929E24A2EC8F004AC91A /* EncryptionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncryptionController.swift; sourceTree = ""; }; + E04D74832DB78945000913C0 /* SKCodeBuilderConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKCodeBuilderConfig.swift; sourceTree = ""; }; + E04D74842DB78945000913C0 /* SKCodeTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKCodeTypes.swift; sourceTree = ""; }; + E04D74852DB78945000913C0 /* SKFileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKFileManager.swift; sourceTree = ""; }; + E04D74862DB78945000913C0 /* SKModelGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKModelGenerator.swift; sourceTree = ""; }; + E04D74882DB78945000913C0 /* SKModelGeneratorUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKModelGeneratorUtils.swift; sourceTree = ""; }; + E04D74892DB78945000913C0 /* SKStringExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKStringExtension.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -147,13 +159,13 @@ BC88CE9F2467A8A600A4828B /* SKGenerateModelTool */ = { isa = PBXGroup; children = ( - A44B9C8F2786922C00BA8991 /* Highlightr */, BC88CEA02467A8A600A4828B /* AppDelegate.swift */, BC88CEA22467A8A600A4828B /* ViewController.swift */, - BCB184B224B808AF00C2A5D3 /* SKEncryptString */, BCB6929E24A2EC8F004AC91A /* EncryptionController.swift */, - BC88D01D2467C2AA00A4828B /* SKCodeBuilder.swift */, BC874A19250A238C00F3A346 /* SKTextView.swift */, + E04D74912DB8DCFF000913C0 /* SKCodeBuilder */, + BCB184B224B808AF00C2A5D3 /* SKEncryptString */, + A44B9C8F2786922C00BA8991 /* Highlightr */, BC88CEA42467A8AA00A4828B /* Assets.xcassets */, BC88CEA62467A8AA00A4828B /* Main.storyboard */, BC88CEA92467A8AA00A4828B /* Info.plist */, @@ -174,6 +186,20 @@ path = SKEncryptString; sourceTree = ""; }; + E04D74912DB8DCFF000913C0 /* SKCodeBuilder */ = { + isa = PBXGroup; + children = ( + BC88D01D2467C2AA00A4828B /* SKCodeBuilder.swift */, + E04D74832DB78945000913C0 /* SKCodeBuilderConfig.swift */, + E04D74862DB78945000913C0 /* SKModelGenerator.swift */, + E04D74882DB78945000913C0 /* SKModelGeneratorUtils.swift */, + E04D74842DB78945000913C0 /* SKCodeTypes.swift */, + E04D74852DB78945000913C0 /* SKFileManager.swift */, + E04D74892DB78945000913C0 /* SKStringExtension.swift */, + ); + path = SKCodeBuilder; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -265,6 +291,12 @@ BC88CEA12467A8A600A4828B /* AppDelegate.swift in Sources */, A44B9D522786953A00BA8991 /* CodeAttributedString.swift in Sources */, A44B9D572786953A00BA8991 /* Shims.swift in Sources */, + E04D748A2DB78945000913C0 /* SKStringExtension.swift in Sources */, + E04D748B2DB78945000913C0 /* SKCodeBuilderConfig.swift in Sources */, + E04D748C2DB78945000913C0 /* SKModelGeneratorUtils.swift in Sources */, + E04D748E2DB78945000913C0 /* SKCodeTypes.swift in Sources */, + E04D748F2DB78945000913C0 /* SKModelGenerator.swift in Sources */, + E04D74902DB78945000913C0 /* SKFileManager.swift in Sources */, A44B9D532786953A00BA8991 /* Highlightr.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -409,7 +441,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.11; + MACOSX_DEPLOYMENT_TARGET = 11.5; PRODUCT_BUNDLE_IDENTIFIER = com.Xcoder1011.SKGenerateModelTool; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "SKGenerateModelTool/SKEncryptString/SKGenerateModelTool-Bridging-Header.h"; @@ -431,7 +463,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.11; + MACOSX_DEPLOYMENT_TARGET = 11.5; PRODUCT_BUNDLE_IDENTIFIER = com.Xcoder1011.SKGenerateModelTool; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "SKGenerateModelTool/SKEncryptString/SKGenerateModelTool-Bridging-Header.h"; diff --git a/SKGenerateModelTool/AppDelegate.swift b/SKGenerateModelTool/AppDelegate.swift index 6ad2c37..5c8861e 100644 --- a/SKGenerateModelTool/AppDelegate.swift +++ b/SKGenerateModelTool/AppDelegate.swift @@ -8,19 +8,23 @@ import Cocoa -@NSApplicationMain -class AppDelegate: NSObject, NSApplicationDelegate,NSWindowDelegate { - - let statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.squareLength) +@main +class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate { + private lazy var statusItem: NSStatusItem = { + let item = NSStatusBar.system.statusItem(withLength: NSStatusItem.squareLength) + if let button = item.button { + button.image = NSImage(named: "itemIcon") + button.action = #selector(applicationShouldHandleReopen(_:hasVisibleWindows:)) + } + return item + }() - func applicationDidFinishLaunching(_ aNotification: Notification) { - guard let button = statusItem.button else { return } - button.image = NSImage(named: NSImage.Name("itemIcon")) - button.action = #selector(applicationShouldHandleReopen(_:hasVisibleWindows:)) - NSApp.setActivationPolicy(NSApplication.ActivationPolicy.regular) - configItemMenu() + func applicationDidFinishLaunching(_ notification: Notification) { + NSApp.setActivationPolicy(.regular) + configureStatusItemMenu() } + @objc func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool { for window in NSApplication.shared.windows { window.makeKeyAndOrderFront(self) @@ -28,14 +32,33 @@ class AppDelegate: NSObject, NSApplicationDelegate,NSWindowDelegate { return true } - func configItemMenu() { + private func configureStatusItemMenu() { let menu = NSMenu() + menu.addItem(NSMenuItem.separator()) - menu.addItem(NSMenuItem(title: "Show", action: #selector(NSApplicationDelegate.applicationShouldHandleReopen(_:hasVisibleWindows:)), keyEquivalent: "w")) - menu.addItem(NSMenuItem(title: "Hide", action: #selector(NSApplication.hide(_:)), keyEquivalent: "e")) - menu.addItem(NSMenuItem(title: "Quit", action: #selector(NSApplication.terminate(_:)), keyEquivalent: "q")) + + let showItem = NSMenuItem( + title: "显示", + action: #selector(applicationShouldHandleReopen(_:hasVisibleWindows:)), + keyEquivalent: "w" + ) + + let hideItem = NSMenuItem( + title: "隐藏", + action: #selector(NSApplication.hide(_:)), + keyEquivalent: "e" + ) + + let quitItem = NSMenuItem( + title: "退出", + action: #selector(NSApplication.terminate(_:)), + keyEquivalent: "q" + ) + + menu.addItem(showItem) + menu.addItem(hideItem) + menu.addItem(quitItem) + statusItem.menu = menu } - } - diff --git a/SKGenerateModelTool/Base.lproj/Main.storyboard b/SKGenerateModelTool/Base.lproj/Main.storyboard index 8b5d968..c644a71 100644 --- a/SKGenerateModelTool/Base.lproj/Main.storyboard +++ b/SKGenerateModelTool/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -712,9 +712,6 @@ - - - @@ -726,8 +723,11 @@ + + + - + @@ -740,34 +740,34 @@ - + @@ -782,7 +782,7 @@ - + @@ -797,13 +797,13 @@ - + - + @@ -927,7 +927,7 @@ - + @@ -944,9 +944,6 @@ - - - @@ -958,12 +955,12 @@ + + + - - - @@ -975,6 +972,9 @@ + + + - - + + @@ -1221,7 +1221,7 @@