From 2449c137f91cb0be37c79d60b10a31a1eaa59295 Mon Sep 17 00:00:00 2001 From: lostecho <752549025@qq.com> Date: Sun, 26 May 2024 09:36:58 +0800 Subject: [PATCH] change file save path --- courses/Attachment.py | 10 + courses/Course.py | 27 + courses/all/course.json | 20678 +++++++++++++++ .../{the truth of wealth => }/parse_course.py | 29 +- courses/the truth of wealth/get_course_ids.py | 18 - requirements.txt | 5 +- songyi/courses.json | 20690 +++++++++++++++- 7 files changed, 41414 insertions(+), 43 deletions(-) create mode 100644 courses/Attachment.py create mode 100644 courses/Course.py create mode 100644 courses/all/course.json rename courses/{the truth of wealth => }/parse_course.py (79%) delete mode 100644 courses/the truth of wealth/get_course_ids.py diff --git a/courses/Attachment.py b/courses/Attachment.py new file mode 100644 index 0000000..ff8a150 --- /dev/null +++ b/courses/Attachment.py @@ -0,0 +1,10 @@ +class Attachment: + def __init__(self, attachment_id, course_id, name, content, url): + self.id = attachment_id + self.course_id = course_id + self.name = name + self.content = content + self.url = url + + def __repr__(self): + return f"Attachment(id={self.id}, course_id={self.course_id}, name={self.name}, url={self.url})" \ No newline at end of file diff --git a/courses/Course.py b/courses/Course.py new file mode 100644 index 0000000..529f2ae --- /dev/null +++ b/courses/Course.py @@ -0,0 +1,27 @@ +from courses.Attachment import Attachment + + +class Course: + def __init__(self, course_id, title, attachments=None): + self.id = course_id + self.title = title + self.attachments = attachments if attachments else [] + + def add_attachment(self, attachment): + self.attachments.append(attachment) + + def __repr__(self): + return f"Course(id={self.id}, title={self.title}, attachments={self.attachments})" + + +# 使用示例 +# 创建附件实例 +attachment1 = Attachment(attachment_id=1, course_id=101, name='Lesson 1', url='http://example.com/lesson1.mp3') +attachment2 = Attachment(attachment_id=2, course_id=101, name='Lesson 2', url='http://example.com/lesson2.mp3') + +# 创建课程实例,并添加附件 +course = Course(course_id=101, title='Introduction to Python') +course.add_attachment(attachment1) +course.add_attachment(attachment2) + +print(course) diff --git a/courses/all/course.json b/courses/all/course.json new file mode 100644 index 0000000..b4bf374 --- /dev/null +++ b/courses/all/course.json @@ -0,0 +1,20678 @@ +{ + "ts": 1716684772251, + "data": { + "total": 450, + "has_more": false, + "items": [ + { + "id": 488, + "title": "2024.05.23.念经:朗读解决一切", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/983b2a41-31cb-4426-b32e-9e6d711e1eb1@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1419400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8334, + "favor_count": 38, + "created_at": "2024-05-23T07:23:23.057Z", + "updated_at": "2024-05-26T00:42:35.504Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1011002, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 487, + "title": "【定投故事122期】我是如何通过持续学习,在30岁前实现年入7位数的?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0ac54923-193f-467e-88a5-c5c0a50adb29@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 788010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8332, + "favor_count": 23, + "created_at": "2024-05-20T09:23:06.595Z", + "updated_at": "2024-05-25T06:04:33.794Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 485, + "title": "【定投故事第121期】:我是如何从无价值感宝妈到三年给企业创收近三千万的?", + "description": "雪儿", + "poster_url": "https://bandu-resources.songy.info/7000104757/93b2daea-00e2-42a8-9377-52c573beabf1@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 773590, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8331, + "favor_count": 25, + "created_at": "2024-05-14T01:29:16.897Z", + "updated_at": "2024-05-25T05:02:29.712Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": true, + "last_learned_at": 773596, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 479, + "title": "2024.05.10.为什么每天都要朗读?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/014e43c1-a502-4562-a01b-1876fa7a0f82@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 717280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8330, + "favor_count": 78, + "created_at": "2024-05-10T05:08:24.536Z", + "updated_at": "2024-05-25T12:00:25.771Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 717281, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 447, + "title": "【定投故事第117期】:我是如何从短视近利的假学习者进化成知行合一的真学习者", + "description": "她做到了:\n从一般上班族,变成时间自由的定投人生族;\n从只想玩乐的安逸妈妈,转变为每天学习超過6小时;\n从破产两次的投机者,成长为通过定投财富自由的投资人。\n\n🔍threads&小紅書:April 林星辰", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1420150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8317, + "favor_count": 26, + "created_at": "2024-05-06T01:14:54.212Z", + "updated_at": "2024-05-25T03:01:58.26Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": true, + "last_learned_at": 1420153, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 446, + "title": "「定投故事第120期」:一切都还来得及", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 670670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8328, + "favor_count": 29, + "created_at": "2024-05-06T01:14:18.122Z", + "updated_at": "2024-05-25T23:22:04.563Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": false, + "last_learned_at": 14893, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 445, + "title": "2024.05.03.逻辑正确只保证推理过程正确…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1248600, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8327, + "favor_count": 35, + "created_at": "2024-05-06T01:14:14.71Z", + "updated_at": "2024-05-22T23:32:13.035Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 444, + "title": "【定投故事第119期】夫妻上行幸福一生", + "description": "让对方体面的接受你的帮助", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 968150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8324, + "favor_count": 9, + "created_at": "2024-05-06T01:14:09.356Z", + "updated_at": "2024-05-25T02:38:57.083Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": false, + "last_learned_at": 766010, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 443, + "title": "2024.05.01.实力胜过修养", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1217500, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8326, + "favor_count": 47, + "created_at": "2024-05-01T05:49:36.321Z", + "updated_at": "2024-05-25T00:17:47.63Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1217506, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 442, + "title": "20240430 相约七年后直播", + "description": "本次直播主题:“《LIVEWIRD》”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 3513470, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 68, + "created_at": "2024-04-29T03:06:47.796Z", + "updated_at": "2024-05-21T21:57:03.89Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 275000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 440, + "title": "2024.04.26.到达精通的四个阶段", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 761470, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8323, + "favor_count": 54, + "created_at": "2024-04-26T07:12:16.791Z", + "updated_at": "2024-05-25T03:27:40.255Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 761468, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 439, + "title": "2024.04.22.一次很小的研究学习经历", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1200510, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8322, + "favor_count": 28, + "created_at": "2024-04-23T09:48:01.256Z", + "updated_at": "2024-05-25T05:59:20.555Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1200510, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 438, + "title": "【定投故事第118期】我是如何重建家庭亲密关系的?", + "description": "对自己的父亲,从长期讨厌变为真诚理解\n对自己的宝宝,让其从长达6个月不喊妈妈到愿意和妈妈一起玩\n对自己的家庭,从自己埋头学习到带领全家一起践行", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 744140, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8321, + "favor_count": 8, + "created_at": "2024-04-23T09:47:38.712Z", + "updated_at": "2024-05-20T07:18:01.971Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 436, + "title": "2024.04.17.批评中医不行吗?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 405310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8320, + "favor_count": 19, + "created_at": "2024-04-17T09:43:23.974Z", + "updated_at": "2024-05-14T07:46:24.258Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 405308, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 435, + "title": "2024.04.16.Renato.Moicano.推荐的书", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 264920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8319, + "favor_count": 25, + "created_at": "2024-04-16T06:17:22.933Z", + "updated_at": "2024-05-14T07:46:27.144Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 223192, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 433, + "title": "第28期家庭茶话会:如何通过自学提升赚钱能力?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/3ffb7242-6b4a-4323-952f-704732193be3@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 10449260, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 37, + "created_at": "2024-04-14T11:26:31.365Z", + "updated_at": "2024-05-13T02:02:24.737Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 9754000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 430, + "title": "【定投故事第116期】我是如何从迷茫焦虑,到一步步开启美好未来的!", + "description": "跳出体制内卷,从没有阅读习惯,到每天读书1300多天;从英语学渣到“用”英语读原版书;建立正确的投资理念,收获高收益…", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 879190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8315, + "favor_count": 16, + "created_at": "2024-04-07T07:59:32.442Z", + "updated_at": "2024-04-21T05:21:56.963Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 429, + "title": "2024.04.05.上一课并没结束…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7ccd1c7d-9b5b-4ae9-8212-4e5a5336f262@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1810520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8313, + "favor_count": 35, + "created_at": "2024-04-06T05:43:52.399Z", + "updated_at": "2024-05-23T15:16:57.211Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1810526, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 428, + "title": "2024.04.03.请重视《思考的真相》", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 992190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8312, + "favor_count": 42, + "created_at": "2024-04-03T06:17:58.809Z", + "updated_at": "2024-05-19T03:34:31.536Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 990693, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 427, + "title": "【定投故事第115期】不争第一,只做唯一:从五线小镇到华尔街,用定投思维实现孩子有未来,家族有财富!", + "description": "他做到了:\n100w+全奖留学美国,从五线小镇入职华尔街;\n用心经营家庭,除了三只美宝,夫人是四宝;\n定投工作生活家庭,创造作品打造美好人生;", + "poster_url": "https://bandu-resources.songy.info/7000104757/3a81b0aa-170c-458e-a8b1-7c037ac0c68a@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 3401710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8311, + "favor_count": 22, + "created_at": "2024-04-03T06:11:12.767Z", + "updated_at": "2024-05-23T01:04:52.941Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 426, + "title": "20240331 相约七年后直播", + "description": "2024年第三次课,听笑来老师讲“Steven Pinker”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 3606480, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8310, + "favor_count": 44, + "created_at": "2024-04-01T11:49:19.717Z", + "updated_at": "2024-05-20T08:42:11.991Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 19000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 424, + "title": "2024.03.29.又一次创作过程展示", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/8608f81b-c32a-4066-843a-7ff61c79137f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 708560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8309, + "favor_count": 29, + "created_at": "2024-03-29T03:11:39.134Z", + "updated_at": "2024-05-19T04:15:12.477Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 423, + "title": "2024.03.26.学习意愿决定学习效果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/2439fa9a-f604-4e63-9727-a800c24f17ac@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 650300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8308, + "favor_count": 45, + "created_at": "2024-03-26T07:44:31.521Z", + "updated_at": "2024-05-24T10:21:30.71Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 650306, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 422, + "title": "【定投故事第114期】从厌恶销售到爱上销售,我的成长变化", + "description": "她做到了:\n从厌恶销售,到爱上销售\n从销售小白,到3个月销售《财富的真相》超百本\n从背负债务,到通过销售实现独立生存", + "poster_url": "https://bandu-resources.songy.info/7000104757/e00caf2d-1a76-403f-b050-ba675d8266f7@thumb.webp", + "speaker_id": "c7b4938c-34f1-4ec6-99cf-2fef353319ad", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 833200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8307, + "favor_count": 12, + "created_at": "2024-03-25T06:14:23.843Z", + "updated_at": "2024-04-24T06:51:57.582Z", + "course_contents": null, + "speaker": { + "id": "c7b4938c-34f1-4ec6-99cf-2fef353319ad", + "bandu_number": 100011419, + "full_name": "余安苒", + "avatar": "https://mixin-images.zeromesh.net/0FiTze75cI0FZpJFS8OIJteCgCHn06mqUFBIxIGI3qY_oOROFwZDQmGcosV9-NLd-DjJ2D-S1a7fpnbyDzO9UMdn80K-1PU448SY=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 833212, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 421, + "title": "【定投故事第113期】持续读书成长 让我穿越至暗时刻逆风翻盘", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/38a920de-dc65-4132-9731-b2716ada7be9@thumb.webp", + "speaker_id": "368e5ecf-3ad7-44f4-b844-6af03610318e", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 912020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8298, + "favor_count": 18, + "created_at": "2024-03-25T06:07:53.825Z", + "updated_at": "2024-05-09T00:49:26.721Z", + "course_contents": null, + "speaker": { + "id": "368e5ecf-3ad7-44f4-b844-6af03610318e", + "bandu_number": 100004216, + "full_name": "晓晴姐姐", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLFM4HMOulV8OGlOYVBbFqXRK53esS60Ms2lyAenRG7ZK1VBxJLUtEQETNuxLlD6PEkzUdOlyxztw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 419, + "title": "2024.03.18.务必重视文字!", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/4a4a2f94-d8af-4829-a28b-20c40d76afcf@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 568120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8299, + "favor_count": 29, + "created_at": "2024-03-19T05:41:23.45Z", + "updated_at": "2024-05-10T11:06:38.312Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 568129, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 418, + "title": "第27期家庭茶话会:如何迈过最难的从0到100小时的自学启动期?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/3ffb7242-6b4a-4323-952f-704732193be3@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8146190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 24, + "created_at": "2024-03-17T10:21:43.093Z", + "updated_at": "2024-05-13T22:57:22.417Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1247000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 417, + "title": "【定投故事第 112 期】护念初心,以终为始", + "description": "辞职换城市生活工作,结识另一半,开启家庭建设;\n定投慢跑 9 个月,月均 100 公里,提升体力和感知力;\n给孩子朗读 12 个月,日均朗读 1 小时,提升亲子关系。", + "poster_url": "https://bandu-resources.songy.info/7000104757/3d238dc8-eb77-4db7-842e-c0df241b2dbd@thumb.webp", + "speaker_id": "b2e6706b-1bed-4811-ba7e-b781ec9e6304", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 832990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8296, + "favor_count": 11, + "created_at": "2024-03-11T07:09:36.978Z", + "updated_at": "2024-05-12T16:15:58.908Z", + "course_contents": null, + "speaker": { + "id": "b2e6706b-1bed-4811-ba7e-b781ec9e6304", + "bandu_number": 100000615, + "full_name": "张景炫", + "avatar": "https://mixin-images.zeromesh.net/Vvja1yTgDrD346pT5LWNIOkd5SQ31qsGb3oe5pQOMKCG8fi9MnuEyMQgPt6FPBsdRtBBg7IEwoY8t6RmgzVpe9oa2UKMcsaKH23_=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 353246, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 416, + "title": "【定投故事第111期】从一无所有到深圳安家,7年真如一辈子", + "description": "他做到了:\n1. 从频繁换工作,到找到定位开始积累,赚到第一桶金\n2. 从投资上定投,到定投跑步编程夫妻关系,让成长加速 \n\n这场分享会让你感受到一个普通人如何在“一辈子”之内快速成长。", + "poster_url": "https://bandu-resources.songy.info/7000104757/bc704d94-b054-450a-a72c-66f031c16748@thumb.webp", + "speaker_id": "90b126d0-901a-4810-b1ea-3cb3fee00b61", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 817050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8294, + "favor_count": 15, + "created_at": "2024-03-04T08:42:45.679Z", + "updated_at": "2024-05-12T15:51:32.463Z", + "course_contents": null, + "speaker": { + "id": "90b126d0-901a-4810-b1ea-3cb3fee00b61", + "bandu_number": 100004820, + "full_name": "本杰明", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 193597, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 415, + "title": "2024年英语学习计划的学习资料和工具,看这一篇就够了!", + "description": "笑来老师2024年英语学习计划", + "poster_url": "https://bandu-resources.songy.info/7000104757/6f645d84-292d-418c-bcd6-2592efd69ca3@thumb.webp", + "speaker_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "course_type": "lecture", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 350850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 72, + "created_at": "2024-03-04T07:12:59.964Z", + "updated_at": "2024-05-22T14:33:29.539Z", + "course_contents": null, + "speaker": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 414, + "title": "2024.03.02.每一个孩子原本都是天下最具潜力的优质智能资产", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/d40ea0a4-fda6-42e2-9f70-f2cadc0e27d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 682350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8293, + "favor_count": 39, + "created_at": "2024-03-04T03:03:45.386Z", + "updated_at": "2024-05-24T23:57:00.614Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 682346, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 413, + "title": "2024.02.28.我们也不完全只靠生学硬练", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/af431c91-1956-494b-a62b-edb3c0a9a39e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 833910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8292, + "favor_count": 43, + "created_at": "2024-02-28T03:00:26.146Z", + "updated_at": "2024-05-18T03:09:42.124Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 412, + "title": "20240229 相约七年后直播", + "description": "本次直播主题:“《BUILD》”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 3793580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 85, + "created_at": "2024-02-27T03:46:38.326Z", + "updated_at": "2024-05-21T07:41:31.892Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": true, + "last_learned_at": 1000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 411, + "title": "【定投故事第110期】定投写作,从无业游民到超级个体", + "description": "他做到了:\n\n1.从创业失败的无业游民,成长为年入百万的超级个体\n2.从一个普通人,成长为一篇文章能卖出三百本书的小KOL\n3. 从单打独斗的个体,到拥有上千名付费用户的社群创始人 \n\n这场分享会让你收获如何用写作来加速成长、把一份时间卖出很多次。\n", + "poster_url": "https://bandu-resources.songy.info/7000104757/464ac9d7-a17d-4de6-9bf9-051f7ced119b@thumb.webp", + "speaker_id": "6c6e9b55-e46b-4a28-94ca-47aa4fbda8a8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 957350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8289, + "favor_count": 38, + "created_at": "2024-02-26T03:16:53.406Z", + "updated_at": "2024-05-16T13:22:27.518Z", + "course_contents": null, + "speaker": { + "id": "6c6e9b55-e46b-4a28-94ca-47aa4fbda8a8", + "bandu_number": 100001599, + "full_name": "郭晓文", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJVvjiaHUH57J63grK34BB2UCr9QoAg5iacXynM3RQiaCrXB34dbjAae3kLlm1icY8GKTZcoNYkZUxmnw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 410, + "title": "第26期家庭茶话会:如何克服困难保证足量自学投入?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/fcf32eef-cec3-4e1d-bd6f-8b8c70efda4b@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8395560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 37, + "created_at": "2024-02-25T09:38:30.094Z", + "updated_at": "2024-05-17T12:09:11.346Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 409, + "title": "2024.02.22.关于高强度密集训练", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/dc14e394-9149-44c9-aeb6-486aaabf6249@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 619850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8287, + "favor_count": 41, + "created_at": "2024-02-22T07:22:03.138Z", + "updated_at": "2024-05-07T11:12:54.611Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 619852, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 408, + "title": "2024.02.19.借助人工智能的辅助重塑自己的大脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/237988c1-911e-4f38-83b1-079d4f95b74b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 909320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8286, + "favor_count": 52, + "created_at": "2024-02-19T11:59:35.051Z", + "updated_at": "2024-05-22T04:10:42.754Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 909320, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 406, + "title": "【定投故事第105期】我是如何与家人从不断吵闹进化到共同成长的", + "description": "她做到了通过改造自我,进而带动全家人一起成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/e0ceec58-e4a9-4fea-b365-f3904d2620f6@thumb.webp", + "speaker_id": "f568b06e-f8cf-44a9-bff3-651d2bd9eec1", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 950010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8263, + "favor_count": 30, + "created_at": "2024-02-18T04:34:53.742Z", + "updated_at": "2024-05-10T14:33:10.845Z", + "course_contents": null, + "speaker": { + "id": "f568b06e-f8cf-44a9-bff3-651d2bd9eec1", + "bandu_number": 100001639, + "full_name": "七夕", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 98170, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 405, + "title": "【定投故事第106期】朝九晚九“打工人”进化为每天仅工作两小时的“自由个体”", + "description": "普通上班族如何通过自学实现白手起家", + "poster_url": "https://bandu-resources.songy.info/7000104757/3753c5bb-f283-4790-a58f-b3628c7a7f6d@thumb.webp", + "speaker_id": "15dce6c8-fef2-4fb8-9c1d-07b3e172b3b8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 965880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8270, + "favor_count": 35, + "created_at": "2024-02-18T04:32:36.439Z", + "updated_at": "2024-05-19T12:06:33.019Z", + "course_contents": null, + "speaker": { + "id": "15dce6c8-fef2-4fb8-9c1d-07b3e172b3b8", + "bandu_number": 100003175, + "full_name": "陈欢 v:huanhuan202306", + "avatar": "https://bandu-resources.songy.info/7000104757/97809bcb-9777-468f-9ae1-23b82954fdf4@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 27880, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 404, + "title": "【定投故事第107期】我是如何通过调配注意力实现满满收获的?", + "description": "持续投资,相当于攒下了5年时间。短时间内搞定考证,减免了38万元贷款。15年骑行锻炼,健身同时也健了脑。", + "poster_url": "https://bandu-resources.songy.info/7000104757/2c0320c6-6964-43ed-963d-edd93d69a9ac@thumb.webp", + "speaker_id": "c09adef6-7d48-49aa-9264-fe38d6cda8a1", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 999240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8276, + "favor_count": 14, + "created_at": "2024-02-18T04:30:40.912Z", + "updated_at": "2024-05-18T02:09:28.585Z", + "course_contents": null, + "speaker": { + "id": "c09adef6-7d48-49aa-9264-fe38d6cda8a1", + "bandu_number": 100007280, + "full_name": "陈振航", + "avatar": "https://mixin-images.zeromesh.net/r_k2ipXpvQ3uUXneVtSpSnk4IgP9--knyLcSTWy3GnMY--y01bpz348YKRtXUiLUAp5oQVptF5foAisML1T5RVc=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 403, + "title": "【定投故事第109期】写作让我从职业小透明到拥有自己的设计工作室", + "description": "她连续6年,每年复盘《通往财富自由之路》专栏践行情况\n从在公司上班的小透明,到离职创业开办设计工作室\n从自己的职业探索,到持续定投、带领家人一起成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/13d25c14-4237-4091-a6e4-25a77dbe14a0@thumb.webp", + "speaker_id": "b9fe9aaf-bb21-42fd-a737-8c114699c4d6", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 894060, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8284, + "favor_count": 14, + "created_at": "2024-02-18T04:25:20.493Z", + "updated_at": "2024-05-14T08:09:04.235Z", + "course_contents": null, + "speaker": { + "id": "b9fe9aaf-bb21-42fd-a737-8c114699c4d6", + "bandu_number": 100006898, + "full_name": "吴新伟", + "avatar": "https://mixin-images.zeromesh.net/quDLl9JxXqtoG_s2TjUm1oIua8ONs30Kv0Tc5TtOrapFk-z9lKBkmPUtjxaKnV-leEPy4AbYS1LVZjlO1TEvekSdOmYAs9md4-3M=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 56856, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 402, + "title": "2024.02.13.做了个小东西", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bad1c725-8420-4659-9caf-9fe79c78d274@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 259650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8282, + "favor_count": 28, + "created_at": "2024-02-13T02:53:42.613Z", + "updated_at": "2024-05-22T14:34:30.647Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 259655, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 401, + "title": "【定投故事第108期】我家大宝的改变之旅:从放任自我的留守儿童,到痴迷自学的上进少年", + "description": "持续践行家庭教育理念,耳闻目染,做孩子的榜样。使其大宝从棋牌室及网吧的常客爱上编程、痴迷自学。", + "poster_url": "https://bandu-resources.songy.info/7000104757/49611142-4493-458c-a6d7-a4df89ea0c11@thumb.webp", + "speaker_id": "760fb5ad-19f6-4213-bde1-01b8cd654960", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1541400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8280, + "favor_count": 18, + "created_at": "2024-02-12T07:31:08.425Z", + "updated_at": "2024-05-20T11:59:00.688Z", + "course_contents": null, + "speaker": { + "id": "760fb5ad-19f6-4213-bde1-01b8cd654960", + "bandu_number": 100000562, + "full_name": "葛岩超", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKQVkZictlvSGXYoYrZ8bUU2LwmkCVaMctl3ETAInV24WYfnQb5ib1PQ0iagRf7C2x4cXSumaL6yGwQg/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 400, + "title": "2024.02.08.价值千万-自我纠正能力", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/14374097-fd85-4f44-bb93-9dd36afe9a00@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1157070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8278, + "favor_count": 91, + "created_at": "2024-02-08T13:32:58.914Z", + "updated_at": "2024-05-24T04:18:22.338Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 160223, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 399, + "title": "2024.02.04.向合格父母进军吧……", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/860fc531-21e0-4c1c-aef4-0cee0a1b9783@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1035950, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8277, + "favor_count": 80, + "created_at": "2024-02-04T10:57:11.366Z", + "updated_at": "2024-05-23T11:26:51.253Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 58827, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 398, + "title": "第25期家庭茶话会:如何通过自学生产知识和销售知识实现白手起家?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1a9035dc-f586-464d-83bf-4fa87431ce2a@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8228170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 38, + "created_at": "2024-02-03T09:57:46.871Z", + "updated_at": "2024-05-23T07:56:47.537Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 6606000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 397, + "title": "2024.01.31.实在的社群", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/8190015d-aadf-43d2-8e2b-a46738dcd206@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1281810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8273, + "favor_count": 32, + "created_at": "2024-01-31T01:37:45.245Z", + "updated_at": "2024-04-20T05:46:36.971Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 396, + "title": "20240131 相约七年后直播", + "description": "本次直播主题:“多语的真相”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 3632320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 70, + "created_at": "2024-01-29T08:49:31.422Z", + "updated_at": "2024-05-23T03:15:21.822Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 12000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 395, + "title": "2024.01.27.打造第一次真正的自学经历", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0a149a3c-0242-4fd7-8262-41f87e3f7bf9@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1881320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8271, + "favor_count": 51, + "created_at": "2024-01-27T09:38:39.725Z", + "updated_at": "2024-05-25T22:54:32.347Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 394, + "title": "09.提升动力", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/20ec4349-b05c-4054-9b88-841d59beaff6@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 2848820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8269, + "favor_count": 119, + "created_at": "2024-01-23T02:22:16.831Z", + "updated_at": "2024-05-18T03:09:23.895Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 393, + "title": "08. 健身健脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/a0e13c07-88be-4595-8a38-5cf7eb3a63e8@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1123050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8268, + "favor_count": 37, + "created_at": "2024-01-22T01:39:17.253Z", + "updated_at": "2024-05-07T11:12:46.464Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 392, + "title": "2024.01.22.暂时的一些替代方案", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/ca8b1367-73ab-41e7-85ac-65667e614e62@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 49440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8266, + "favor_count": 37, + "created_at": "2024-01-22T01:39:09.564Z", + "updated_at": "2024-05-15T03:41:29.398Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 391, + "title": "07. 重中之重", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/00c38b53-a777-4211-8cd3-90ca5d52dfae@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1078680, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8265, + "favor_count": 45, + "created_at": "2024-01-22T01:39:02.16Z", + "updated_at": "2024-05-25T03:03:39.37Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 390, + "title": "2024.01.22.爷叔福利来啦!", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/10696a44-d465-43b5-a9e5-cd324a015691@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 209690, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8264, + "favor_count": 10, + "created_at": "2024-01-22T01:38:14.093Z", + "updated_at": "2024-05-12T01:38:57.283Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 388, + "title": "06. 自我纠正", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/fa3fcaf5-2067-406e-83c7-03e7fd969d19@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1017780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8261, + "favor_count": 39, + "created_at": "2024-01-19T09:26:36.072Z", + "updated_at": "2024-05-17T10:47:59.453Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 387, + "title": "2024.01.18.关于这次年度活动的叮嘱和提醒", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/2febbb15-569f-45ec-9b22-dd2ce18b0468@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 534970, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8260, + "favor_count": 45, + "created_at": "2024-01-18T04:17:11.453Z", + "updated_at": "2024-05-17T10:47:57.923Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 534973, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 386, + "title": "05. 漏斗设计", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/8778d33f-1d7a-47f4-94e8-c24c12ef1242@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 995260, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8259, + "favor_count": 58, + "created_at": "2024-01-18T04:17:04.383Z", + "updated_at": "2024-05-12T09:03:45.137Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 385, + "title": "04. 复述背诵", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/df0a5676-2323-40d4-81a3-d3dc84f8fcf0@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1445770, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8258, + "favor_count": 71, + "created_at": "2024-01-16T02:28:03.634Z", + "updated_at": "2024-05-25T03:02:12.492Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 1, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 384, + "title": "03. 生学硬练", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/9cae760b-8ed1-4242-9cf9-624aebe9950e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1216360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8257, + "favor_count": 65, + "created_at": "2024-01-15T01:58:57.861Z", + "updated_at": "2024-05-22T12:02:42.667Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 383, + "title": "第24期家庭茶话会:如何通过”短时间内足量重复”习得新技能?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/b89ee9bc-0048-4939-88b5-9c5481f73c28@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8113770, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 23, + "created_at": "2024-01-14T09:53:38.969Z", + "updated_at": "2024-05-25T05:55:37.509Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 382, + "title": "02. 说自己想说的话", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/01189cc7-693c-4c17-97b9-83af8fa84fe2@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1121580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8252, + "favor_count": 65, + "created_at": "2024-01-12T09:08:17.803Z", + "updated_at": "2024-05-23T16:06:06.747Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 600722, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 381, + "title": "00. 来!开始干活吧!改变命运…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/64a74e7d-0859-4f8e-a2f5-916706eba39f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1505320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8250, + "favor_count": 112, + "created_at": "2024-01-11T11:05:26.948Z", + "updated_at": "2024-05-21T06:51:47.937Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 1501389, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 380, + "title": "01. 学习的真假之别", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/5080e5da-ed5b-4f80-8c15-21512f0ce709@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1344890, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8251, + "favor_count": 97, + "created_at": "2024-01-11T03:25:33.4Z", + "updated_at": "2024-05-25T22:57:13.448Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1344895, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 378, + "title": "【定投故事第100期】见证复利的威力:在这个时代,知识就是力量,发展才是硬道理", + "description": "从为别人打工,到为自己打工,用10年升级商业模式\n从用时间赚钱,到用钱和时间赚钱,当前浮盈130%\n定投读书健身,增肌减脂塑型,用形体书写自律", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "34613789-1116-4390-9500-88e088ae36b8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1813380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8234, + "favor_count": 11, + "created_at": "2024-01-09T10:34:19.52Z", + "updated_at": "2024-03-09T11:35:02.271Z", + "course_contents": null, + "speaker": { + "id": "34613789-1116-4390-9500-88e088ae36b8", + "bandu_number": 100001497, + "full_name": "卓嘉颂", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 1245840, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 377, + "title": "【定投故事第99期】从“做不到”到“做到”:我的成长转变之旅", + "description": "1. 从不爱读书,转变为每年至少精读12本书;\n2. 从内容消费者,转变为视频生产者,累计发布作品207条;\n3. 从只关注自己,转变为带动家人孩子共同成长。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "acd3e5a8-6fca-4962-84f2-5d8959779caa", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 976430, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8222, + "favor_count": 10, + "created_at": "2024-01-09T10:34:12.863Z", + "updated_at": "2024-05-15T12:04:01.843Z", + "course_contents": null, + "speaker": { + "id": "acd3e5a8-6fca-4962-84f2-5d8959779caa", + "bandu_number": 100003214, + "full_name": "陆璐", + "avatar": "https://bandu-resources.songy.info/7000104757/b1617155-3a44-4e66-a832-72325bfdb3d9.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 376, + "title": "【定投故事第98期】遇见笑来老师,让我和家族富足的人生有迹可循", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "8ecdd9be-e9ad-41c3-92bf-813902d02451", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 888150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8194, + "favor_count": 7, + "created_at": "2024-01-09T10:34:08.835Z", + "updated_at": "2024-03-13T17:00:54.724Z", + "course_contents": null, + "speaker": { + "id": "8ecdd9be-e9ad-41c3-92bf-813902d02451", + "bandu_number": 100000100, + "full_name": "张勇心语", + "avatar": "https://mixin-images.zeromesh.net/Qv9UHjOA3IWCisyfgW395ONQVEO4nz52yExB2NaPQTlPODpQf5Hsgu0q4isFl7yOL7Ma_mnOt7aiCUlasRz92VJ2zGJ9pQhudWQZ=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 375, + "title": "【定投故事第97期】选择如子弹,经历周期方见犀利之光", + "description": "他做到了:\n从忽视写作,到累计写作4996篇;\n从投资小白,到持续定投收益超60%;\n从不会独立思考,到开启心智实现收入5倍增长。\n\n这场分享会让感受到重视生产、持续践行带来的快速成长。\n", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "5bbedaac-0d16-4e08-97ae-678de4671772", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 767300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8186, + "favor_count": 5, + "created_at": "2024-01-09T10:34:05.706Z", + "updated_at": "2024-05-24T08:25:45.566Z", + "course_contents": null, + "speaker": { + "id": "5bbedaac-0d16-4e08-97ae-678de4671772", + "bandu_number": 100000517, + "full_name": "陈志玮(V:Boxer2czw)", + "avatar": "https://bandu-resources.songy.info/7000104757/b587a03a-10b9-4d4a-bc76-c1ade0cb60b6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 374, + "title": "【定投故事第95期】:改变我人生轨迹的偶遇", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "27762dae-7f48-4e57-afe0-bfce0a5cfbdd", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 629770, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8165, + "favor_count": 5, + "created_at": "2024-01-09T10:34:01.514Z", + "updated_at": "2024-05-24T08:09:24.245Z", + "course_contents": null, + "speaker": { + "id": "27762dae-7f48-4e57-afe0-bfce0a5cfbdd", + "bandu_number": 100000561, + "full_name": "庄伦", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/o56fuefeZuQLMtB2wHry0Xp07fxyc9NiavmwcP4CQwXib42tTaVoz9X5fYtvU7YAgCcIyFWgHP8xM5CJsdibIQ5hQ/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 32582, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 373, + "title": "【定投故事第94期】我是如何获得好运的!", + "description": "这场分享会让你感受到积极乐观、持续学习、高质量社交所带来serendipity!", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "f0d7d234-2ea1-4e00-8291-cc6d53da0b33", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 902860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8146, + "favor_count": 6, + "created_at": "2024-01-09T10:33:58.132Z", + "updated_at": "2024-05-10T14:47:01.096Z", + "course_contents": null, + "speaker": { + "id": "f0d7d234-2ea1-4e00-8291-cc6d53da0b33", + "bandu_number": 100002626, + "full_name": "泥龙虾", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Z0jd6kA5A08A2B9gJ8ys8oK1HcBINiaz9rfI8PF39IsTgcjxEvnq39AQiatsqhMcC0A9ON321TbXu1eLMuDwgdDw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 372, + "title": "【定投故事第92期】:如何通过微习惯获得源源不断的成长力量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "e462a29f-5705-4039-be14-c0dcee3f1b3d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1082540, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8127, + "favor_count": 8, + "created_at": "2024-01-09T10:33:54.8Z", + "updated_at": "2024-05-10T14:44:14.98Z", + "course_contents": null, + "speaker": { + "id": "e462a29f-5705-4039-be14-c0dcee3f1b3d", + "bandu_number": 100001357, + "full_name": "Rena", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/PiajxSqBRaEJYapmpwRibjnthwfLcOhKeRHBkK1WibUBIGoWJPByVtnM2YhzOIzSN7I3LZm77lU6sZteCFIziakWv930vIBLgAz60lLqJKJRrCWUqXPicruzDEQ/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 371, + "title": "【定投故事第91期】:建立技能学习的正反馈循环", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2e36e763-b07e-4782-9620-89f0c30ad00e", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1323390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8096, + "favor_count": 7, + "created_at": "2024-01-09T10:33:51.622Z", + "updated_at": "2024-05-15T14:14:10.619Z", + "course_contents": null, + "speaker": { + "id": "2e36e763-b07e-4782-9620-89f0c30ad00e", + "bandu_number": 100002390, + "full_name": "Mumu Wu", + "avatar": "https://mixin-images.zeromesh.net/ypAHTYUtttQtLLe3ehay-yKKi5Q4kIBwWPFGVElu5zTLSgMs6wb9GwpefS0z_gwjtIJoLPddXQUmTdfZhiHe2AJYyjWTgNHFejj_gw=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 370, + "title": "【定投故事第66期】缘起 定投 持续", + "description": "【定投故事第66期】缘起 定投 持续 定投必将改变命运", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "4fb7a717-f60e-47fc-96ca-61ba166e621c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1022010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7579, + "favor_count": 4, + "created_at": "2024-01-09T10:33:43.28Z", + "updated_at": "2024-05-08T00:09:54.737Z", + "course_contents": null, + "speaker": { + "id": "4fb7a717-f60e-47fc-96ca-61ba166e621c", + "bandu_number": 100000673, + "full_name": "王全", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/PiajxSqBRaEL97pg4kWJrlDnr0x4YPficA0As7wLLMViazxhI5icgURJJXf6JicLIicJzibzdrKMuu27XV0rNJ87bpnbSnm8kiaakYxB99pwiaAVgXxqnYqiaTNnrF2Q/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 368, + "title": "【定投故事第62期】:记录时间+定投,带给我的Serendipity", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2688524f-c692-4001-ae9e-2ef69b7bd1bc", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 683200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7483, + "favor_count": 2, + "created_at": "2024-01-09T10:33:39.249Z", + "updated_at": "2024-01-31T05:19:53.181Z", + "course_contents": null, + "speaker": { + "id": "2688524f-c692-4001-ae9e-2ef69b7bd1bc", + "bandu_number": 100003531, + "full_name": "瑞吉", + "avatar": "https://bandu-resources.songy.info/7000104757/678c0be8-6d83-4c3a-8c13-6a82f95aa7ad@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 367, + "title": "【定投故事第58期】我是如何通过践行、走出失败收获成事心法的?", + "description": "思维决定行动,行动决定结果,方向错了越努力越糟糕。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b03b3d02-7df6-43e8-94af-9db1f5cc627b", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1195580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7349, + "favor_count": 4, + "created_at": "2024-01-09T10:33:37.578Z", + "updated_at": "2024-02-20T02:08:20.491Z", + "course_contents": null, + "speaker": { + "id": "b03b3d02-7df6-43e8-94af-9db1f5cc627b", + "bandu_number": 100001298, + "full_name": "郭小爱", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/bUS3DXbXEITQzWia3VElicfQNnJLLCTIQuWgDKEK8WwX1EyEXWL9JOicPC3A8X527A3sLcovhJCkkUUDdbqwplUT4hnU8VBTaA4nws3QnYxExU/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 364, + "title": "【定投故事第57期】我的定投之旅", + "description": "这场分享会让大家看到一个定投者的坚定决心和持续践行", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "bb128362-4e58-4b7b-af3f-fb86a7c369f3", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 897870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7336, + "favor_count": 4, + "created_at": "2024-01-09T10:33:28.126Z", + "updated_at": "2024-05-22T07:45:01.908Z", + "course_contents": null, + "speaker": { + "id": "bb128362-4e58-4b7b-af3f-fb86a7c369f3", + "bandu_number": 100011364, + "full_name": "方灿", + "avatar": "https://mixin-images.zeromesh.net/TJ56jkL4tljFmJeXf-2swM75tPSGlsia1bg-hWnEh7GrNY3ii8YepECXyHmwVQGfRunr-FgELBpNbs4rYL0BbPZwDChqL-DyCKkc=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 3, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 363, + "title": "【定投故事第55期】定投人生课堂,帮我开启人生另一扇门", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "a15f2207-66f6-4ada-9ea4-36feb1dee1c5", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 954270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7312, + "favor_count": 0, + "created_at": "2024-01-09T10:33:24.497Z", + "updated_at": "2024-01-16T02:53:45.529Z", + "course_contents": null, + "speaker": { + "id": "a15f2207-66f6-4ada-9ea4-36feb1dee1c5", + "bandu_number": 100004419, + "full_name": "王予", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLLEr7QAYMfmKU2mVyVUqlS3PWnNfNibl5Us6ERB8hfMO5K4uUJX9afCz8Bjnaj3FfKpS5RMBfsCcg/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 362, + "title": "定投人生课堂让我蜕变的三个思维", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "863130c4-f5de-4713-a31b-dac08c5fd8ae", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 869050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7299, + "favor_count": 0, + "created_at": "2024-01-09T10:33:20.777Z", + "updated_at": "2024-01-16T02:53:51.145Z", + "course_contents": null, + "speaker": { + "id": "863130c4-f5de-4713-a31b-dac08c5fd8ae", + "bandu_number": 100003837, + "full_name": "冰月🌙", + "avatar": "https://bandu-resources.songy.info/7000104757/6840cc1b-d017-4d08-b2e1-005ece2574be.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 361, + "title": "2023.01.08.定投人生课堂,让我焕发“新生”的力量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "60396208-85eb-4283-8b08-cc6a66b5c014", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 701480, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7285, + "favor_count": 0, + "created_at": "2024-01-09T10:33:17.114Z", + "updated_at": "2024-01-16T02:53:55.766Z", + "course_contents": null, + "speaker": { + "id": "60396208-85eb-4283-8b08-cc6a66b5c014", + "bandu_number": 100000555, + "full_name": "李佳骏", + "avatar": "https://mixin-images.zeromesh.net/7QGNryh3qQaPUzQozoPqGhOmEbMPg7tsnCJEdmkeb-nFBVdoYs2LizgLbMWbMo80aBis4xu_xnPzLYoqKIqEfF5LeSaHr50tIp5m=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 360, + "title": "盘绍龙——我的创业成长路", + "description": "2022年 第52期\n定投人生课堂\t【定投故事】分享\t\n\n分享主题:\n我的创业成长路\n分享人: 盘绍龙\n他做到了:\n找准市场刚需,开启个人创业\n升级个人商业模式,实现收入过百万\n升级公司商业模式,实现更高效的线上服务\n这场分享,会让大家感受到持续定投带来的平静和前行的力量。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "4e104955-4dc7-4ed3-80d3-a07073312ed8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1614730, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7265, + "favor_count": 0, + "created_at": "2024-01-09T10:33:14.792Z", + "updated_at": "2024-01-16T02:54:00.94Z", + "course_contents": null, + "speaker": { + "id": "4e104955-4dc7-4ed3-80d3-a07073312ed8", + "bandu_number": 100004589, + "full_name": "老盘跟你聊肩颈——盘绍龙", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epPshZqB9gqgWCBuoUadv3kvkJfaBRJr6LFOoM35S5OOY1a5n5uDLcjSeKFXHUb1OQDZboba3f62A/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 359, + "title": "【定投故事第50期】:“危”中找到“机”,蒋小博的成长蜕变之旅", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "59156d70-a9f1-4856-8491-e1ce00aa434d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 813290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7241, + "favor_count": 0, + "created_at": "2024-01-09T10:33:10.269Z", + "updated_at": "2024-01-16T02:54:05.747Z", + "course_contents": null, + "speaker": { + "id": "59156d70-a9f1-4856-8491-e1ce00aa434d", + "bandu_number": 100007836, + "full_name": "蒋小博", + "avatar": "https://mixin-images.zeromesh.net/e-Yo1bNAw8VzwnbkQipL29oe-MSatm3pRPLLxqGYLp5wF_trv-L8tVQ4QNwBSwPbZW86vKzCT2d1Fi8KCK8ejS9g=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 358, + "title": "【定投故事第49期】:读书给我的小小改变", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2aea0ce8-bae4-40a8-b0ba-fb584bb951b5", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1381700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7225, + "favor_count": 1, + "created_at": "2024-01-09T10:33:07.647Z", + "updated_at": "2024-04-28T23:52:47.341Z", + "course_contents": null, + "speaker": { + "id": "2aea0ce8-bae4-40a8-b0ba-fb584bb951b5", + "bandu_number": 100001307, + "full_name": "何达鹏", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epE7T0VLXVcichbSxEFClneLoVCm5wo934DocMoTJicrImCpdVKI2tLnuGnibv1x6JzMZZ6xKFaHhSQA/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 357, + "title": "定投人生课堂给我的人生插上飞翔的翅膀", + "description": "她做到了:从未参与投资,到成为坚定的资深践谍;从活在别人的眼中,到做回真实的自己;从被关照的角色,到突破自我帮助他人。这场分享会让你感受到提升认知、持续践行的巨大力量。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2a767591-453d-4e36-8a46-20d11cfcf52c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1239170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7189, + "favor_count": 0, + "created_at": "2024-01-09T10:33:03.027Z", + "updated_at": "2024-01-16T02:54:17.684Z", + "course_contents": null, + "speaker": { + "id": "2a767591-453d-4e36-8a46-20d11cfcf52c", + "bandu_number": 100009801, + "full_name": "hope", + "avatar": "https://mixin-images.zeromesh.net/sCFJyvYHpH9Mm4ru1WytIVzvGhNE5brLSs3TiCzY0atNhv5RfdFAPbDcUPodCmIrSSBSId4HofuwazYnsOX72Q6AiMABB7zm_C5QQQ=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 356, + "title": "【定投故事第46期】:用定投的方式,让自己走的每一步都算数", + "description": "她做到了:\n从漫无目标者,到成为持续定投、持续践行的长期主义者;\n从跑步半吊子,到用2个月时间、完成人生第一次半马。\n\n这场分享会让大家感受到躬身入局、持续践行的巨大能量。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "f643118c-1bdf-4404-bdf6-81d9232a99e6", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1439370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7172, + "favor_count": 0, + "created_at": "2024-01-09T10:32:58.957Z", + "updated_at": "2024-01-16T02:54:23.672Z", + "course_contents": null, + "speaker": { + "id": "f643118c-1bdf-4404-bdf6-81d9232a99e6", + "bandu_number": 100000206, + "full_name": "江晓丹", + "avatar": "https://bandu-resources.songy.info/7000104757/163c4b92-bbae-4c28-88b4-d376fc2ba5ee@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 355, + "title": "[定投故事第44期]:从3公里到半马,跑步让我遇见了更好的自己", + "description": "这场分享会让你感受到运动带来的外在和底层的巨大变化", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b8afaae2-34bb-4845-a753-67c3f375d669", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1144680, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7105, + "favor_count": 0, + "created_at": "2024-01-09T10:32:55.56Z", + "updated_at": "2024-01-16T02:54:28.825Z", + "course_contents": null, + "speaker": { + "id": "b8afaae2-34bb-4845-a753-67c3f375d669", + "bandu_number": 100000198, + "full_name": "花姐", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DBvtibsBouFCLxFGeibCSKiaoIOA4ugBJmdCtoReDUia4icibicQMZZaOvEDttJ9djbmicj4zXneDhmsMuIiaibicnKWkDeXQ/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 353, + "title": "结缘笑来老师穿越人生U型曲线", + "description": "成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b869e9d3-3866-464c-9185-92b53ce4159f", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1101620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4484, + "favor_count": 0, + "created_at": "2024-01-09T10:32:13.794Z", + "updated_at": "2024-01-16T02:54:34.344Z", + "course_contents": null, + "speaker": { + "id": "b869e9d3-3866-464c-9185-92b53ce4159f", + "bandu_number": 100002461, + "full_name": "卞卡", + "avatar": "https://mixin-images.zeromesh.net/cpLV8FT5RAZr5rkEv3kmNcxY_CCmdwpX2h0syNx4XpFMH3GeDcy5oIDgv6UJeMLT_tmos-XI4NHkcUBMuUjBXKPl29feF2KR974=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 352, + "title": "在定投人生课堂,我种下了一颗叫“希望”的种子", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "29a35d89-19f1-4919-acf9-c94698fede3c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 532650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4378, + "favor_count": 0, + "created_at": "2024-01-09T10:32:12.183Z", + "updated_at": "2024-01-16T02:54:38.858Z", + "course_contents": null, + "speaker": { + "id": "29a35d89-19f1-4919-acf9-c94698fede3c", + "bandu_number": 100000688, + "full_name": "圣捷", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/vnYibUb1fePOPoiauR3Pk9Hvw7EnibFUEd6KGxrMia3YD3icVQhcXKQAK4gpicc9ChoVTpTL1EAuHo6KZ2FFHEIOtGpw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 351, + "title": "我是如何从零开始做外贸到年销售三千万", + "description": "1. 开发线上\n2. 重视线下\n3. 建立信任,销售自己", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "bb9cff1d-b0a8-496f-b3d0-ae0dd57e85d5", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 579440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4283, + "favor_count": 0, + "created_at": "2024-01-09T10:32:10.695Z", + "updated_at": "2024-01-16T02:54:43.891Z", + "course_contents": null, + "speaker": { + "id": "bb9cff1d-b0a8-496f-b3d0-ae0dd57e85d5", + "bandu_number": 100000409, + "full_name": "常旭", + "avatar": "https://bandu-resources.songy.info/7000104757/bfd5759e-2d62-44c6-9b07-19ed03d508b6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 350, + "title": "我的学习投资踩坑之路与践行群的收获", + "description": "所谓的命运,不过是由我们的一个个选择而组成的,而选择不过是由我们的认知而决定,而认知不过是由我们的读书多寡有联系……", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "d4254978-e968-40d9-bed3-7f543223cad1", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1106280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4153, + "favor_count": 0, + "created_at": "2024-01-09T10:32:09.223Z", + "updated_at": "2024-01-16T02:54:48.998Z", + "course_contents": null, + "speaker": { + "id": "d4254978-e968-40d9-bed3-7f543223cad1", + "bandu_number": 100004878, + "full_name": "静静", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/IicgbPYpibZDvhaEsB1Z2A5SCdCBxwwiba4OtTUsicfX9nocpOV4jlg3m3KTZAYicgmv7hBDsQAnW83bto1LIx1NuSJI7dFGIq4nF9hMm6uu8AzM/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 349, + "title": "我是如何做到稳步定投个人成长的", + "description": "我是如何做到稳步定投个人成长的", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "0a67d523-d79c-4ab8-907f-b4ff0f349dda", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 782120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4098, + "favor_count": 0, + "created_at": "2024-01-09T10:32:07.685Z", + "updated_at": "2024-01-16T02:54:54.088Z", + "course_contents": null, + "speaker": { + "id": "0a67d523-d79c-4ab8-907f-b4ff0f349dda", + "bandu_number": 100000928, + "full_name": "钱律", + "avatar": "https://mixin-images.zeromesh.net/qK3Z_BxmwQmSL9WicdQFiZy7cam8qBh3BF6Ihas-Yui-XhBlUOQtPJ4Zs-WFdN64kti-ooFwChWITrsOqdsdwg=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 348, + "title": "成长是一种责任!", + "description": "你是你自己这家公司的唯一有限责任人!", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "163e2692-725a-4e72-bf7d-dbd53605b94e", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 883320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4059, + "favor_count": 1, + "created_at": "2024-01-09T10:32:06.019Z", + "updated_at": "2024-05-19T01:53:09.266Z", + "course_contents": null, + "speaker": { + "id": "163e2692-725a-4e72-bf7d-dbd53605b94e", + "bandu_number": 100011200, + "full_name": "诺诺", + "avatar": "https://mixin-images.zeromesh.net/QAV5MG9f1ha1yutFZHq9sD_Sv18iEou74wFfCN7udZ9up6lifn0-1QcRn3negnSipXjfVbFRfdh0ZC4FP4w6_mEA=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 347, + "title": "不抱怨,赢未来!", + "description": "永远要想着自己该如何进步,而不是抱怨周围的一切。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "c60f272e-b8a7-4444-a626-ba1185c7aba7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 430850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3995, + "favor_count": 0, + "created_at": "2024-01-09T10:32:04.256Z", + "updated_at": "2024-01-16T02:55:04.105Z", + "course_contents": null, + "speaker": { + "id": "c60f272e-b8a7-4444-a626-ba1185c7aba7", + "bandu_number": 100000494, + "full_name": "践先生", + "avatar": "https://mixin-images.zeromesh.net/y5BwbehXXIV5CjGxGU_uwmrY3-ajiAbMmuISZg74vDShCpVNS4siuhAuLe1nO5T2gGHNz3blttKl1Z-izZK9M_S-M-urpH0z1AZ1aA=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 346, + "title": "14年的真学渣到4年伪学霸的蜕变历程", + "description": "陈雷雷的践行之旅", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "164cb453-7152-4079-b1c2-54ca4a75cd5a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1009960, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3960, + "favor_count": 1, + "created_at": "2024-01-09T10:32:03.331Z", + "updated_at": "2024-04-28T23:46:48.767Z", + "course_contents": null, + "speaker": { + "id": "164cb453-7152-4079-b1c2-54ca4a75cd5a", + "bandu_number": 100007288, + "full_name": "陈雷雷", + "avatar": "https://mixin-images.zeromesh.net/y2FMnyDEUjaUJR610Z1np0puIGShkAPerN_K0f6lZAwRjsMAGu0z544QkpFqGyjxF-ex_Ko6QmKvyZlPdgDvE1s=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 345, + "title": "立即行动吧,种一棵树最好的时间是十年前,其次是现在", + "description": "个人成长故事", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "e32bf37f-329e-413a-b802-ee4190eb50fa", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1427580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3876, + "favor_count": 1, + "created_at": "2024-01-09T10:32:01.744Z", + "updated_at": "2024-05-16T02:09:20.809Z", + "course_contents": null, + "speaker": { + "id": "e32bf37f-329e-413a-b802-ee4190eb50fa", + "bandu_number": 100005066, + "full_name": "周俊钦", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 344, + "title": "六年的持续健身,让我变成了另外一个人", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "553bb56e-b2d1-4d01-acb3-2be94e7d7bb9", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 996270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3827, + "favor_count": 0, + "created_at": "2024-01-09T10:32:00.227Z", + "updated_at": "2024-01-16T02:56:17.765Z", + "course_contents": null, + "speaker": { + "id": "553bb56e-b2d1-4d01-acb3-2be94e7d7bb9", + "bandu_number": 100007391, + "full_name": "是寰寰喔", + "avatar": "https://mixin-images.zeromesh.net/KjTsG_iY1769rDP1jbXFmLojrDCw92-YiYluZebEjHhfk2nO_FaLLEecJqM3NM2qhKAZN5oq4P-C4ugs96p3H1E9g-Vy47JYeGyW=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 343, + "title": "我区块链投资的前世今生", + "description": "我踩了太多的坑,践行群让我放弃暴富心态", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "e960f68f-c149-4702-879b-7ca72babedc7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 753350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3728, + "favor_count": 0, + "created_at": "2024-01-09T10:31:58.852Z", + "updated_at": "2024-01-16T02:56:25.11Z", + "course_contents": null, + "speaker": { + "id": "e960f68f-c149-4702-879b-7ca72babedc7", + "bandu_number": 100007276, + "full_name": "蚂蚁哥", + "avatar": "https://mixin-images.zeromesh.net/ey5Z2qaY7z1nCDe7bit6vBfOqqEgYv6UTyylhLB7KE5RUKrlg7bX8iPBdAvphxcE3y_PUTMkTW7QKx1zVhN_ppqsFTk8TmPcOMmGWw=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 342, + "title": "我在践行群的成长路径", + "description": "分享从迷茫到找到方向的经历", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "cde629d0-121f-4caf-87ec-76638c5ee986", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 509320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3686, + "favor_count": 0, + "created_at": "2024-01-09T10:31:57.751Z", + "updated_at": "2024-01-16T02:56:29.685Z", + "course_contents": null, + "speaker": { + "id": "cde629d0-121f-4caf-87ec-76638c5ee986", + "bandu_number": 100003850, + "full_name": "rico", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 341, + "title": "用销售实现自我迭代", + "description": "销售是一条自我修炼之路", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "3f8b24cd-57a7-4ba3-8e31-8a8ddc645579", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 630130, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3629, + "favor_count": 0, + "created_at": "2024-01-09T10:31:56.728Z", + "updated_at": "2024-01-16T02:56:45.628Z", + "course_contents": null, + "speaker": { + "id": "3f8b24cd-57a7-4ba3-8e31-8a8ddc645579", + "bandu_number": 100011876, + "full_name": "李崧", + "avatar": "https://mixin-images.zeromesh.net/KdxU2CDC67kGbBuRtP5LnXsUCMAUzMKPNZBdxTcINElbp9rhpxDfTbEyaT6RUUSd5l9LsNr2lacuqSRFTUi2bQ=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 340, + "title": "从区块链小白到坚定的长期主义者的历练之旅", + "description": "知道不等于做到,践行才是硬道理。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b3dc5551-5283-4284-b35f-301f6b95a083", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1550370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3398, + "favor_count": 0, + "created_at": "2024-01-09T10:31:55.703Z", + "updated_at": "2024-01-16T02:56:50.52Z", + "course_contents": null, + "speaker": { + "id": "b3dc5551-5283-4284-b35f-301f6b95a083", + "bandu_number": 100000874, + "full_name": "潘春兰", + "avatar": "https://mixin-images.zeromesh.net/JoGOBEyGi57OmRcDY7QuPqKKBtTP-e1T6GUN6ryrztN_7DxzOoZ8UYmJR_AiR2WIFkzkKBoQftxGabpBJiFl-IY=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 339, + "title": "普通人的定投编程之路", + "description": "一个10年码农的倾心分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "34ff6f13-67de-4f53-8415-df4a6e29c56c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1004410, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3254, + "favor_count": 1, + "created_at": "2024-01-09T10:31:54.102Z", + "updated_at": "2024-05-10T02:01:43.632Z", + "course_contents": null, + "speaker": { + "id": "34ff6f13-67de-4f53-8415-df4a6e29c56c", + "bandu_number": 100002624, + "full_name": "恒逸", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 338, + "title": "定投—收获“幸福力”", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "1de6dab7-de3a-4bb1-93fe-712b65fbf97d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 873310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3197, + "favor_count": 0, + "created_at": "2024-01-09T10:31:52.793Z", + "updated_at": "2024-01-16T02:57:05.663Z", + "course_contents": null, + "speaker": { + "id": "1de6dab7-de3a-4bb1-93fe-712b65fbf97d", + "bandu_number": 100003367, + "full_name": "力哥", + "avatar": "https://bandu-resources.songy.info/7000104757/b50118c7-d484-4cb2-b361-3fd4a0e21888@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 336, + "title": "写作 就是把自己点亮", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "46c2ab87-f9b1-4338-8875-7a5dc1cf9548", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1972620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3063, + "favor_count": 0, + "created_at": "2024-01-09T10:31:50.22Z", + "updated_at": "2024-01-16T02:58:23.408Z", + "course_contents": null, + "speaker": { + "id": "46c2ab87-f9b1-4338-8875-7a5dc1cf9548", + "bandu_number": 100000134, + "full_name": "穆逸扬Myytydy", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 320, + "title": "【定投故事第102期】我是如何陪儿子践行努力这个概念的", + "description": "和孩子用五个月时间从钢琴零基础到十级", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2b29dc15-1402-4d2d-bef7-2ba5db2ed010", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1287990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8247, + "favor_count": 17, + "created_at": "2024-01-09T10:12:06.892Z", + "updated_at": "2024-05-11T00:12:41.694Z", + "course_contents": null, + "speaker": { + "id": "2b29dc15-1402-4d2d-bef7-2ba5db2ed010", + "bandu_number": 100001077, + "full_name": "臧蕾", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqsNaDZ0thvnQUUTjnWsT7zDFCo6lyo2VXViafdotODvCHnFvBrcrM9xgsspvl1V5uhWY1k18sIekw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 319, + "title": "【定投故事第103期】从留守儿童到全职宝妈再到职场女性,一个长期践行者的蜕变历程", + "description": "这场分享会让你感受到重视生产、销售、投资带来的快速成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "42b5a7fa-ef1b-48c1-a5b3-3b11261afbcb", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1023300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8249, + "favor_count": 10, + "created_at": "2024-01-09T10:11:51.317Z", + "updated_at": "2024-03-31T07:35:42.214Z", + "course_contents": null, + "speaker": { + "id": "42b5a7fa-ef1b-48c1-a5b3-3b11261afbcb", + "bandu_number": 100001573, + "full_name": "云逸", + "avatar": "https://bandu-resources.songy.info/7000104757/878f5206-bfe9-41e8-97f0-e707236623f8.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 318, + "title": "17.投资投机的根本区别", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/f061a9b2-67b7-44b9-b268-d2f5304a0c61@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 233020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8110, + "favor_count": 40, + "created_at": "2023-12-31T03:40:23.896Z", + "updated_at": "2024-05-24T02:38:43.877Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 317, + "title": "20231231 相约七年后直播", + "description": "跨年直播 | 《财富的真相》书籍首发", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 4261670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 47, + "created_at": "2023-12-29T09:56:51.325Z", + "updated_at": "2024-05-23T08:39:09.883Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 19000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 316, + "title": "18.总结", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/61d1b7d5-c5ec-4ab9-9c55-a3c863ee2402@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 748870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8245, + "favor_count": 54, + "created_at": "2023-12-29T01:30:00.423Z", + "updated_at": "2024-05-25T03:32:07.608Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 315, + "title": "17.判断是否值得的终极标准", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/09207bed-b6b0-4320-8032-0b3558706abf@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 849780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8244, + "favor_count": 69, + "created_at": "2023-12-28T01:33:51.964Z", + "updated_at": "2024-05-20T03:49:42.195Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 64000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 314, + "title": "16.另一顺序决定质量的例子", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/c5121db4-f272-42e8-80ee-a0fe9786647b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 728200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8243, + "favor_count": 56, + "created_at": "2023-12-27T01:26:59.102Z", + "updated_at": "2024-05-24T23:51:15.579Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 313, + "title": "【定投故事第101期】躬身入局,成为一名有效生产的组织者", + "description": "真诚分享开店真相,手把手带你了解开店六步骤,感受发展才是硬道理,一起慢慢变富", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "fa63cf49-0a97-4e86-853b-4a38882b5b8d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 2980830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8239, + "favor_count": 35, + "created_at": "2023-12-26T03:34:33.4Z", + "updated_at": "2024-05-24T11:04:53.603Z", + "course_contents": null, + "speaker": { + "id": "fa63cf49-0a97-4e86-853b-4a38882b5b8d", + "bandu_number": 100003939, + "full_name": "是非题", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIdY3ia6m6RBpPeyQfJwaDicDRtW9YxbALMeqoqA0x1vFn4DP3aScGhde03xUE0ZFhzCWdypU8k4BVg/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 312, + "title": "15.你没想到最该专注的地方", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/707dd0ef-0b8a-4da2-abb7-a43e70eea228@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 837640, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8242, + "favor_count": 72, + "created_at": "2023-12-26T03:21:49.341Z", + "updated_at": "2024-05-19T10:33:09.248Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 311, + "title": "14.冥想不一定最有效最普适", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/792ab462-489a-4906-b00e-8e5b2486d639@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 857440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8240, + "favor_count": 54, + "created_at": "2023-12-25T01:32:47.464Z", + "updated_at": "2024-05-25T10:53:15.929Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 310, + "title": "13.用来做这个就不能做那个", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/98374701-644b-4885-a622-f7464757b7d4@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 901720, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8236, + "favor_count": 55, + "created_at": "2023-12-21T01:48:21.152Z", + "updated_at": "2024-05-25T12:38:16.749Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 309, + "title": "12.都不是超人却有可能过人", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/49f5550c-425a-42a3-8582-4e245d62e403@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 795580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8235, + "favor_count": 46, + "created_at": "2023-12-20T02:03:17.319Z", + "updated_at": "2024-05-16T14:39:39.688Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 308, + "title": "11.为自己洗脑也不是不可以", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0b9c20a1-0a88-4e9e-b3cd-729959ba803b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 866340, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8233, + "favor_count": 64, + "created_at": "2023-12-19T02:19:32.652Z", + "updated_at": "2024-05-23T00:42:19.87Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 307, + "title": "10.一定要重视文字善用文字", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/5afd2fb0-8659-4eb8-a0ef-98c1fba0768e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 848340, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8232, + "favor_count": 65, + "created_at": "2023-12-18T03:54:52.935Z", + "updated_at": "2024-05-25T21:56:05.856Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 306, + "title": "09.恐惧也可以是有效的防御", + "description": "《专注的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/ea4b5a78-023a-470d-b4f2-56f346882b8d@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 810070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8229, + "favor_count": 52, + "created_at": "2023-12-18T01:35:22.46Z", + "updated_at": "2024-05-23T03:49:21.503Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 305, + "title": "第23期家庭茶话会:如何通过提高选择质量实现财富增长?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/f8a91834-e8ae-4c1b-b51b-e64e422dbc47@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 7467270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 14, + "created_at": "2023-12-17T09:19:40.116Z", + "updated_at": "2024-05-14T06:19:13.888Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 304, + "title": "08.不可抗拒的诱惑来自哪里", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/72273164-7ad9-4a56-8c1b-c5827d3f0300@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 729760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8228, + "favor_count": 57, + "created_at": "2023-12-15T01:47:02.134Z", + "updated_at": "2024-05-18T07:42:58.736Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 31000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 303, + "title": "07.最具价值稀缺资源是什么", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0a71b5be-3201-4e30-a801-ec4ded4887a5@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 696780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8227, + "favor_count": 64, + "created_at": "2023-12-13T02:38:17.92Z", + "updated_at": "2024-05-25T15:44:22.409Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 302, + "title": "06.家里有婴幼儿就扔掉电视", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/ca1d098f-4d6e-4c57-8c6a-b4cc2683df99@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 594920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8225, + "favor_count": 42, + "created_at": "2023-12-12T02:05:55.077Z", + "updated_at": "2024-05-18T22:58:45.503Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 301, + "title": "05.多巴胺系统被劫持的恶果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/666c06e6-31f0-45ff-94a5-b66df54f04eb@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 711320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8223, + "favor_count": 60, + "created_at": "2023-12-11T01:30:08.642Z", + "updated_at": "2024-05-18T03:55:41.09Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 300, + "title": "04.不知不觉失去的都是什么", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/fc3ae0ca-cce4-46a5-9225-9534874b969b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 783020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8220, + "favor_count": 64, + "created_at": "2023-12-08T01:38:54.997Z", + "updated_at": "2024-05-24T10:08:23.155Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 475000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 299, + "title": "03.更便宜更隐蔽更普及的毒", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/044dc721-ae5f-477b-938a-de5928b41bae@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 737160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8202, + "favor_count": 66, + "created_at": "2023-12-06T01:43:27.39Z", + "updated_at": "2024-05-23T12:22:04.171Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 736000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 298, + "title": "02.极易被劫持的多巴胺系统", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0950f4e9-1651-46f9-b45f-760ffdf6dbbd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 632980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8200, + "favor_count": 49, + "created_at": "2023-12-05T01:38:46.42Z", + "updated_at": "2024-05-14T13:08:59.039Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 632000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 297, + "title": "第22期茶话会:如何通过自学实现财富增长?", + "description": "这是【富足人生践行群】第22期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/b5454584-6913-4775-a3b2-84aaa7559823@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 7127830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8195, + "favor_count": 17, + "created_at": "2023-12-04T08:36:28.674Z", + "updated_at": "2024-05-14T10:30:23.386Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 296, + "title": "01. 多巴胺不是什么快乐物质", + "description": "《专注的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/f67c9371-3a04-465c-855b-3b51f5a38e1a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 587050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8197, + "favor_count": 54, + "created_at": "2023-12-04T01:31:57.219Z", + "updated_at": "2024-05-21T23:49:09.992Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 243000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 295, + "title": "00. 前言", + "description": "《专注的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/dd9df4a2-1e86-40ae-bfc3-57f0f82fc5cd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 113990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8196, + "favor_count": 54, + "created_at": "2023-12-04T01:31:50.195Z", + "updated_at": "2024-05-23T06:34:08.602Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 112000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 292, + "title": "2023.11.29.健康的重要性", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0ffea515-13ca-4fde-977f-a4ad51d1d1ae@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 553790, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8189, + "favor_count": 10, + "created_at": "2023-11-29T06:29:54.91Z", + "updated_at": "2024-05-16T02:07:48.057Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 291, + "title": "20231130 相约七年后直播", + "description": "本次直播主题:“《Be Useful》”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 3335890, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 26, + "created_at": "2023-11-28T02:45:38.357Z", + "updated_at": "2024-05-15T14:00:05.567Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 290, + "title": "2023.11.26. “做很久很久”是怎样的一种体验?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/c73ea99b-14e6-4711-a53f-e34c40df4c37@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1502360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8185, + "favor_count": 9, + "created_at": "2023-11-27T08:32:14.423Z", + "updated_at": "2024-05-16T19:06:26.846Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 289, + "title": "第21期茶话会:如何找准方向实现财富倍速增长?", + "description": "这是【富足人生践行群】第21期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 8055890, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8182, + "favor_count": 8, + "created_at": "2023-11-20T02:28:24.364Z", + "updated_at": "2024-04-07T03:46:17.991Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 288, + "title": "2023.11.16.关于《财富的真相》的一点叮嘱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1027820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8178, + "favor_count": 59, + "created_at": "2023-11-16T03:02:46.695Z", + "updated_at": "2024-05-25T15:00:20.534Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 790175, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 287, + "title": "总结", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 80620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8176, + "favor_count": 21, + "created_at": "2023-11-14T18:31:08.2Z", + "updated_at": "2024-05-24T07:51:20.832Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 286, + "title": "31.人间正道不一定沧桑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 346140, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8175, + "favor_count": 22, + "created_at": "2023-11-14T18:31:07.454Z", + "updated_at": "2024-05-09T09:44:13.467Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 285, + "title": "30.思考时间跨度的影响", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 614960, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8171, + "favor_count": 27, + "created_at": "2023-11-14T18:31:06.332Z", + "updated_at": "2024-05-25T01:28:06.39Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 284, + "title": "29.乐观只能是学习结果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 642870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8169, + "favor_count": 29, + "created_at": "2023-11-14T18:31:05.556Z", + "updated_at": "2024-05-24T03:24:15.753Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 283, + "title": "28.提高效率的基础原则", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 366830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8163, + "favor_count": 39, + "created_at": "2023-11-14T18:31:04.742Z", + "updated_at": "2024-05-25T00:57:18.024Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 282, + "title": "27.世风日下源自于何处", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 464400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8158, + "favor_count": 20, + "created_at": "2023-11-14T18:31:03.859Z", + "updated_at": "2024-05-24T03:36:52.689Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 281, + "title": "26.贫富差距是自然现象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 431100, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8156, + "favor_count": 26, + "created_at": "2023-11-14T18:31:03.061Z", + "updated_at": "2024-05-24T03:36:48.665Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 280, + "title": "25.反作用于生产的因素", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 384850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8154, + "favor_count": 25, + "created_at": "2023-11-14T18:31:02.183Z", + "updated_at": "2024-05-24T03:36:48.05Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 279, + "title": "24.如何做到做更多的事", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 349920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8152, + "favor_count": 30, + "created_at": "2023-11-14T18:31:01.356Z", + "updated_at": "2024-05-24T02:58:11.682Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 278, + "title": "第20期茶话会:如何升级“一份时间只能卖一次”的个人商业模式?", + "description": "这是【富足人生践行群】第20期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7693110, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8148, + "favor_count": 4, + "created_at": "2023-11-14T18:31:00.653Z", + "updated_at": "2024-03-15T09:12:02.483Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 277, + "title": "23.个体时间的实际形状", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 336740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8150, + "favor_count": 24, + "created_at": "2023-11-14T18:30:59.895Z", + "updated_at": "2024-05-24T03:25:12.706Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 276, + "title": "22.生产销售投资的可能", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 396570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8143, + "favor_count": 26, + "created_at": "2023-11-14T18:30:59.116Z", + "updated_at": "2024-05-24T03:25:07.438Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 275, + "title": "21.生活成本在不断降低", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 276390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8141, + "favor_count": 14, + "created_at": "2023-11-14T18:30:58.276Z", + "updated_at": "2024-05-24T03:25:05.786Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 274, + "title": "20.时间事实上相当充裕", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 229740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8139, + "favor_count": 20, + "created_at": "2023-11-14T18:30:57.489Z", + "updated_at": "2024-05-24T03:25:04.532Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 273, + "title": "20231031 相约七年后直播", + "description": "本次直播主题:Peak : secrets from the new science of expertise", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3892080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8132, + "favor_count": 13, + "created_at": "2023-11-14T18:30:56.593Z", + "updated_at": "2024-05-11T04:07:25.559Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 272, + "title": "19.简单的威力出人意料", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 398710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8134, + "favor_count": 19, + "created_at": "2023-11-14T18:30:55.799Z", + "updated_at": "2024-05-24T03:24:59Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 271, + "title": "18.投资风险的镜像效应", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 422860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8130, + "favor_count": 27, + "created_at": "2023-11-14T18:30:55.03Z", + "updated_at": "2024-05-24T02:41:28.147Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 269, + "title": "16.不可低估的新兴市场", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 271420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8109, + "favor_count": 23, + "created_at": "2023-11-14T18:30:53.399Z", + "updated_at": "2024-05-22T23:54:01.012Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 268, + "title": "15.股权其实约等于债权", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 193700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8107, + "favor_count": 9, + "created_at": "2023-11-14T18:30:52.565Z", + "updated_at": "2024-05-07T11:14:20.128Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 267, + "title": "14.复利才是天然的现象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 344630, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8105, + "favor_count": 18, + "created_at": "2023-11-14T18:30:51.949Z", + "updated_at": "2024-05-13T04:43:29.581Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 266, + "title": "13.麻烦不断的民间借贷", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 272370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8102, + "favor_count": 21, + "created_at": "2023-11-14T18:30:51.327Z", + "updated_at": "2024-05-13T04:32:26.679Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 265, + "title": "12.用钱生产的根本原理", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 441160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8100, + "favor_count": 20, + "created_at": "2023-11-14T18:30:50.499Z", + "updated_at": "2024-05-24T02:34:59.51Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 264, + "title": "11.钱有两个不同的用处", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 211230, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8099, + "favor_count": 26, + "created_at": "2023-11-14T18:30:49.702Z", + "updated_at": "2024-05-24T03:48:22.657Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 263, + "title": "第19期茶话会:如何通过搭建笔记系统提高学习效率?", + "description": "这是【富足人生践行群】第19期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 8509910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8094, + "favor_count": 9, + "created_at": "2023-11-14T18:30:48.834Z", + "updated_at": "2024-05-09T22:09:31.342Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 262, + "title": "10.钱可能是万物的存储", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 210440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8092, + "favor_count": 12, + "created_at": "2023-11-14T18:30:48.061Z", + "updated_at": "2024-05-24T02:30:24.587Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 261, + "title": "09.钱作为一种社会账簿", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 210420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8090, + "favor_count": 21, + "created_at": "2023-11-14T18:30:47.199Z", + "updated_at": "2024-05-24T02:27:53.023Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 260, + "title": "08.学校里不教的生意经", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 231110, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8088, + "favor_count": 18, + "created_at": "2023-11-14T18:30:46.344Z", + "updated_at": "2024-05-24T02:21:40.696Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 259, + "title": "07.荒唐地出售生产资料", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 249520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8086, + "favor_count": 32, + "created_at": "2023-11-14T18:30:45.53Z", + "updated_at": "2024-05-17T04:53:30.98Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 258, + "title": "06.无能为力的教育体系", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 461660, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8084, + "favor_count": 38, + "created_at": "2023-11-14T18:30:44.742Z", + "updated_at": "2024-05-24T02:16:38.447Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 257, + "title": "05-人们不喜欢做的工作", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 497900, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8081, + "favor_count": 45, + "created_at": "2023-11-14T18:30:43.954Z", + "updated_at": "2024-05-24T03:22:26.695Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 256, + "title": "04.生活艰辛的根本原因", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 256530, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8077, + "favor_count": 43, + "created_at": "2023-11-14T18:30:39.472Z", + "updated_at": "2024-05-24T02:44:53.589Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 255, + "title": "03.生产资料的终极来源", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 511020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8072, + "favor_count": 45, + "created_at": "2023-11-14T18:30:38.827Z", + "updated_at": "2024-05-24T12:09:39.502Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 254, + "title": "02.生产资料究竟有哪些?", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 346020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8070, + "favor_count": 35, + "created_at": "2023-11-14T18:30:38.178Z", + "updated_at": "2024-05-25T14:01:23.559Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 253, + "title": "2023.10.11.关于新课《财富的真相》的补充说明", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 598250, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8068, + "favor_count": 51, + "created_at": "2023-11-14T18:30:34.715Z", + "updated_at": "2024-05-23T08:19:44.647Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": true, + "last_learned_at": 484002, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 252, + "title": "01.财富的唯一正常来源", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 262640, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8066, + "favor_count": 35, + "created_at": "2023-11-14T18:30:32.907Z", + "updated_at": "2024-05-25T07:55:25.817Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 251, + "title": "00.改变想法即改变生活", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 236240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8065, + "favor_count": 52, + "created_at": "2023-11-14T18:30:32.277Z", + "updated_at": "2024-05-25T07:55:22.72Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 250, + "title": "前言", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 255670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8064, + "favor_count": 44, + "created_at": "2023-11-14T18:30:31.652Z", + "updated_at": "2024-05-26T00:06:59.799Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 249, + "title": "2023.10.09.这世界真的在变坏吗?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1064020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8060, + "favor_count": 4, + "created_at": "2023-11-14T18:30:26.166Z", + "updated_at": "2024-05-16T02:08:48.121Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 248, + "title": "2023.10.07.专注的关键是什么?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1442520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8041, + "favor_count": 10, + "created_at": "2023-11-14T18:30:17.105Z", + "updated_at": "2024-05-16T02:08:49.012Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 247, + "title": "2023.10.02.关于利用 ToBI理论自我训练英文语音的方式", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2025900, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8042, + "favor_count": 7, + "created_at": "2023-11-14T18:30:01.53Z", + "updated_at": "2024-05-16T14:17:31.572Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 246, + "title": "20230930 相约七年后直播", + "description": "本次直播主题:《The Molecule of More》", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4155300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8030, + "favor_count": 13, + "created_at": "2023-11-14T18:29:56.142Z", + "updated_at": "2024-05-14T11:18:19.534Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 245, + "title": "2023.09.28.面对灾难,第一心理建设是什么?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 594800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8032, + "favor_count": 5, + "created_at": "2023-11-14T18:29:53.114Z", + "updated_at": "2024-05-16T02:09:56.392Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 244, + "title": "2023.09.22.你变好了,你的世界就会多善待你一些…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1041130, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8023, + "favor_count": 7, + "created_at": "2023-11-14T18:29:47.216Z", + "updated_at": "2024-05-16T02:11:05.677Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 243, + "title": "马伯庸教你高效读书·视频版", + "description": "八面受敌读书法", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4867580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8021, + "favor_count": 43, + "created_at": "2023-11-14T18:29:26.632Z", + "updated_at": "2024-05-16T12:49:30.561Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 96000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 242, + "title": "第18期茶话会:如何通过自学英语提高赚钱能力?", + "description": "这是【富足人生践行群】第18期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 8517880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8018, + "favor_count": 9, + "created_at": "2023-11-14T18:29:25.79Z", + "updated_at": "2024-03-21T00:05:35.146Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 241, + "title": "2023.09.14.不建议在这样的时代里做传销", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1111220, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8016, + "favor_count": 7, + "created_at": "2023-11-14T18:29:19.719Z", + "updated_at": "2024-05-16T02:12:20.705Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 240, + "title": "《笑来的写作课》视频版·第八课", + "description": "目的与目标", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3088400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8012, + "favor_count": 46, + "created_at": "2023-11-14T18:29:16.809Z", + "updated_at": "2024-05-21T08:45:49.426Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 239, + "title": "2023.09.12.很难换面却可以改头…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 848620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8011, + "favor_count": 4, + "created_at": "2023-11-14T18:29:12.227Z", + "updated_at": "2024-05-06T11:41:15.862Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 238, + "title": "《笑来的写作课》视频版·第七课", + "description": "超级专业", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2352870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8009, + "favor_count": 40, + "created_at": "2023-11-14T18:29:09.772Z", + "updated_at": "2024-05-22T23:48:11.998Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 237, + "title": "2023.09.08.请高度重视李笑来的写作课", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1240370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8006, + "favor_count": 15, + "created_at": "2023-11-14T18:29:02.785Z", + "updated_at": "2024-05-07T06:26:03.039Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 236, + "title": "2023.09.06.一个比较有趣的经历", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 588070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8001, + "favor_count": 4, + "created_at": "2023-11-14T18:28:56.264Z", + "updated_at": "2024-04-12T15:23:52.645Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 235, + "title": "第17期茶话会:如何提高场外赚钱能力?", + "description": "这是【富足人生践行群】第17期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7967930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7992, + "favor_count": 9, + "created_at": "2023-11-14T18:28:54.015Z", + "updated_at": "2024-03-16T01:01:27.64Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 234, + "title": "2023.09.02.《好的家庭教育》都一周年了……", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1045860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7994, + "favor_count": 3, + "created_at": "2023-11-14T18:28:48.652Z", + "updated_at": "2024-04-08T11:13:47.042Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 233, + "title": "20230831 相约七年后直播", + "description": "本次直播主题:《Rewired》", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3988650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7978, + "favor_count": 12, + "created_at": "2023-11-14T18:28:45.831Z", + "updated_at": "2024-05-16T09:37:45.246Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 232, + "title": "《笑来的写作课》视频版·第六课", + "description": "输入为本", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2284560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8000, + "favor_count": 36, + "created_at": "2023-11-14T18:28:45.23Z", + "updated_at": "2024-05-19T23:32:02.142Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 231, + "title": "《笑来的写作课》视频版·第五课", + "description": "修辞正议", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2294360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7996, + "favor_count": 32, + "created_at": "2023-11-14T18:28:44.513Z", + "updated_at": "2024-05-22T10:17:42.999Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 230, + "title": "《笑来的写作课》视频版·第四课", + "description": "逻辑模版", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2274070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7984, + "favor_count": 52, + "created_at": "2023-11-14T18:28:43.904Z", + "updated_at": "2024-05-19T01:19:59.449Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 229, + "title": "2023.08.29.生产第一", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1353530, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7972, + "favor_count": 9, + "created_at": "2023-11-14T18:28:37.01Z", + "updated_at": "2024-04-01T05:09:52.64Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 228, + "title": "《笑来的写作课》视频版·第三课", + "description": "怎么写?", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2368980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7970, + "favor_count": 80, + "created_at": "2023-11-14T18:28:34.139Z", + "updated_at": "2024-05-19T01:17:28.916Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 7000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 227, + "title": "2023.08.25.国家大事 vs. 家庭大事", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1222380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7968, + "favor_count": 4, + "created_at": "2023-11-14T18:28:27.653Z", + "updated_at": "2024-05-09T10:13:33.092Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 226, + "title": "《笑来的写作课》视频版:第二课", + "description": "一切创作的前提都是选择", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1950040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7964, + "favor_count": 71, + "created_at": "2023-11-14T18:28:25.09Z", + "updated_at": "2024-05-22T12:46:29.981Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1946000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 225, + "title": "《笑来的写作课》视频版:第一课", + "description": "使用文字的本质", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1694830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7962, + "favor_count": 109, + "created_at": "2023-11-14T18:28:24.525Z", + "updated_at": "2024-05-25T09:21:14.292Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 224, + "title": "第16期茶话会:如何提高孩子的自觉性?", + "description": "这是【富足人生践行群】第16期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7190440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7959, + "favor_count": 5, + "created_at": "2023-11-14T18:28:23.706Z", + "updated_at": "2024-05-09T04:01:46.322Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 223, + "title": "关于 “奖惩机制” 的进一步思考", + "description": "没有 “惩罚” 真的可行吗?", + "poster_url": "https://bandu-resources.songy.info/7000104757/53858974-de63-4abe-baa7-da3387bb6395@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1624350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7958, + "favor_count": 23, + "created_at": "2023-11-14T18:28:22.971Z", + "updated_at": "2024-05-22T23:27:45.068Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 222, + "title": "2023.08.14.一个英语学习辅助工具", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 504710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7956, + "favor_count": 11, + "created_at": "2023-11-14T18:28:18.406Z", + "updated_at": "2024-05-04T04:57:22.023Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 221, + "title": "2023.08.11.你在乎的方向是由内向外吗?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 939370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7953, + "favor_count": 8, + "created_at": "2023-11-14T18:28:10.048Z", + "updated_at": "2024-05-04T04:57:22.845Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 220, + "title": "2023.08.09.一个惊人且真实的去中心化集体思考的案例", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1415710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7951, + "favor_count": 6, + "created_at": "2023-11-14T18:27:58.057Z", + "updated_at": "2024-05-17T01:02:17.403Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 219, + "title": "第15期茶话会:如何通过学习编程提升自己和孩子的自学能力?", + "description": "这是【富足人生践行群】第15期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7788000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7947, + "favor_count": 2, + "created_at": "2023-11-14T18:27:54.34Z", + "updated_at": "2024-05-08T11:11:39.755Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 218, + "title": "“哭闹” 可能是很大的一件事", + "description": "必须认真应对", + "poster_url": "https://bandu-resources.songy.info/7000104757/53858974-de63-4abe-baa7-da3387bb6395@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1917800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7948, + "favor_count": 41, + "created_at": "2023-11-14T18:27:53.684Z", + "updated_at": "2024-05-26T00:06:01.361Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 217, + "title": "2023.08.04.因为简单所以重视", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 819710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7944, + "favor_count": 10, + "created_at": "2023-11-14T18:27:49.255Z", + "updated_at": "2024-04-15T02:25:06.014Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 216, + "title": "2023.07.31.再谈“勇气”这个不可伪造的美德", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 899620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7940, + "favor_count": 13, + "created_at": "2023-11-14T18:27:42.533Z", + "updated_at": "2024-05-18T11:16:27.984Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 215, + "title": "2023.07.27.所谓的“人性”究竟是什么?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1228910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7933, + "favor_count": 7, + "created_at": "2023-11-14T18:27:33.579Z", + "updated_at": "2024-05-18T15:51:12.133Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 214, + "title": "2023.07.24.复合技能的时间成本其实很惊人…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 856720, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7927, + "favor_count": 5, + "created_at": "2023-11-14T18:27:25.931Z", + "updated_at": "2024-04-08T20:52:49.446Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 213, + "title": "第14期茶话会:如何处理好家庭教育里的隔代关系?", + "description": "这是【富足人生践行群】第14期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7571200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7920, + "favor_count": 2, + "created_at": "2023-11-14T18:27:14.937Z", + "updated_at": "2024-05-11T02:29:40.48Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 212, + "title": "4.0-思考的真相-结束语", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 52990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7949, + "favor_count": 12, + "created_at": "2023-11-14T18:27:14.143Z", + "updated_at": "2024-05-18T11:01:13.86Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 211, + "title": "3.4-思考的真相-升级", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 514880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7942, + "favor_count": 23, + "created_at": "2023-11-14T18:27:11.048Z", + "updated_at": "2024-05-25T07:15:27.545Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 210, + "title": "3.3-思考的真相-简单", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 355880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7941, + "favor_count": 14, + "created_at": "2023-11-14T18:27:09.115Z", + "updated_at": "2024-05-15T04:15:30.387Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 209, + "title": "3.2-思考的真相-发展", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 452290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7938, + "favor_count": 19, + "created_at": "2023-11-14T18:27:08.251Z", + "updated_at": "2024-05-25T13:34:32.568Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 208, + "title": "3.1-思考的真相-返璞、类比", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 685120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7937, + "favor_count": 20, + "created_at": "2023-11-14T18:27:05.524Z", + "updated_at": "2024-05-09T11:04:37.044Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 207, + "title": "2.4-思考的真相-曙光", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 554670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7936, + "favor_count": 18, + "created_at": "2023-11-14T18:27:04.841Z", + "updated_at": "2024-05-24T11:56:37.997Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 206, + "title": "2.3-思考的真相-未知", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 438750, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7934, + "favor_count": 18, + "created_at": "2023-11-14T18:27:03.002Z", + "updated_at": "2024-05-22T14:55:51.228Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 205, + "title": "2.2-思考的真相-维度", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 399420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7932, + "favor_count": 15, + "created_at": "2023-11-14T18:27:02.133Z", + "updated_at": "2024-04-30T06:44:57.132Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 204, + "title": "2.1-思考的真相-关系", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 377620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7930, + "favor_count": 22, + "created_at": "2023-11-14T18:27:01.361Z", + "updated_at": "2024-05-18T23:22:28.336Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 203, + "title": "1.6-思考的真相-流程", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 693910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7928, + "favor_count": 36, + "created_at": "2023-11-14T18:27:00.606Z", + "updated_at": "2024-05-24T07:16:05.477Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 202, + "title": "1.5-思考的真相-决策", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 330730, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7924, + "favor_count": 48, + "created_at": "2023-11-14T18:26:59.902Z", + "updated_at": "2024-05-21T01:43:13.592Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 201, + "title": "1.4-思考的真相-因果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 205990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7925, + "favor_count": 19, + "created_at": "2023-11-14T18:26:59.236Z", + "updated_at": "2024-05-23T09:27:13.73Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 200, + "title": "1.3-思考的真相-比较", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 401670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7919, + "favor_count": 25, + "created_at": "2023-11-14T18:26:58.562Z", + "updated_at": "2024-05-18T11:01:00.962Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 199, + "title": "1.2-思考的真相-分类", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 335000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7917, + "favor_count": 25, + "created_at": "2023-11-14T18:26:57.832Z", + "updated_at": "2024-05-22T23:56:40.163Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 198, + "title": "1.1-思考的真相-定义", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 456250, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7916, + "favor_count": 31, + "created_at": "2023-11-14T18:26:57.158Z", + "updated_at": "2024-05-18T12:31:43.722Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 197, + "title": "0.0-思考的真相-前言", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 124420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7915, + "favor_count": 31, + "created_at": "2023-11-14T18:26:56.389Z", + "updated_at": "2024-05-23T19:59:30.843Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 196, + "title": "2023.07.20.啥都没做成不意味着毫无进步", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 645360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7893, + "favor_count": 9, + "created_at": "2023-11-14T18:26:52.027Z", + "updated_at": "2024-05-16T02:06:07.326Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 195, + "title": "2023.07.18.时间这个房间里的大象…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 690760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7891, + "favor_count": 7, + "created_at": "2023-11-14T18:26:45.814Z", + "updated_at": "2024-05-16T02:05:56.942Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 194, + "title": "2023.07.12.理解需要很长时间", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 925000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7884, + "favor_count": 12, + "created_at": "2023-11-14T18:26:38.399Z", + "updated_at": "2024-05-16T02:05:51.299Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 193, + "title": "2023.07.10.人工智能会拉大知识的贫富差距", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 543700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7883, + "favor_count": 11, + "created_at": "2023-11-14T18:26:32.223Z", + "updated_at": "2024-05-16T02:05:39.594Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 192, + "title": "2023.07.07.我如何哄老人开心?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 557030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7881, + "favor_count": 10, + "created_at": "2023-11-14T18:26:27.276Z", + "updated_at": "2024-05-16T02:05:26.887Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 191, + "title": "2023.07.05.抗风险能力", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 692620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7882, + "favor_count": 15, + "created_at": "2023-11-14T18:26:21.878Z", + "updated_at": "2024-05-21T06:17:12.608Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 190, + "title": "第13期茶话会:如何做好暑假规划、带着孩子一起生产成长?", + "description": "这是【家庭成长社群】第13期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 8574910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7859, + "favor_count": 2, + "created_at": "2023-11-14T18:26:19.665Z", + "updated_at": "2024-05-11T04:01:21.291Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 189, + "title": "2023.06.22.思考的真相.14", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 562270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7843, + "favor_count": 18, + "created_at": "2023-11-14T18:26:15.223Z", + "updated_at": "2024-05-24T13:05:30.352Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 188, + "title": "2023.06.21.思考的真相.13", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 453700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7836, + "favor_count": 8, + "created_at": "2023-11-14T18:26:09.198Z", + "updated_at": "2024-05-24T22:27:19.31Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 187, + "title": "2023.06.20.思考的真相.12", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 575120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7832, + "favor_count": 7, + "created_at": "2023-11-14T18:26:03.062Z", + "updated_at": "2024-05-19T05:55:47.555Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 186, + "title": "第12期茶话会:如何让成为带领全家共同成长的好爸爸?", + "description": "这是【家庭成长社群】第12期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7438090, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7824, + "favor_count": 2, + "created_at": "2023-11-14T18:25:03.398Z", + "updated_at": "2024-05-21T08:38:42.43Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 185, + "title": "2023.06.19.思考的真相.11", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 777040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7826, + "favor_count": 15, + "created_at": "2023-11-14T18:24:57.971Z", + "updated_at": "2024-05-22T09:35:24.526Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 184, + "title": "2023.06.16.思考的真相.10", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 921160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7817, + "favor_count": 8, + "created_at": "2023-11-14T18:24:50.281Z", + "updated_at": "2024-05-22T23:09:13.338Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 183, + "title": "2023.06.15.思考的真相.09", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 698420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7812, + "favor_count": 9, + "created_at": "2023-11-14T18:24:43.366Z", + "updated_at": "2024-05-19T05:27:43.765Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 182, + "title": "2023.06.14.思考的真相.08", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 942190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7808, + "favor_count": 10, + "created_at": "2023-11-14T18:24:35.57Z", + "updated_at": "2024-05-19T05:18:02.97Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 181, + "title": "2023.06.13.思考的真相.07", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 624670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7804, + "favor_count": 12, + "created_at": "2023-11-14T18:24:28.108Z", + "updated_at": "2024-05-19T05:10:05.494Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 180, + "title": "2023.06.12.思考的真相.06", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 581720, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7799, + "favor_count": 18, + "created_at": "2023-11-14T18:24:21.197Z", + "updated_at": "2024-05-19T04:58:54.786Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 179, + "title": "2023.06.08.思考的真相.05", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 328630, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7793, + "favor_count": 15, + "created_at": "2023-11-14T18:24:16.831Z", + "updated_at": "2024-05-19T04:55:31.022Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 178, + "title": "2023.06.07.思考的真相.04", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 413860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7788, + "favor_count": 13, + "created_at": "2023-11-14T18:24:13.538Z", + "updated_at": "2024-05-20T11:33:27.578Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 177, + "title": "第11期茶话会:如何带动孩子一起健身?", + "description": "这是【家庭成长社群】第11期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7251870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7785, + "favor_count": 2, + "created_at": "2023-11-14T18:23:58.576Z", + "updated_at": "2024-05-19T01:24:33.636Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 176, + "title": "2023.06.06.思考的真相.03", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 530600, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7784, + "favor_count": 12, + "created_at": "2023-11-14T18:23:54.746Z", + "updated_at": "2024-05-19T04:36:09.422Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 175, + "title": "2023.06.05.思考的真相.02", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 397180, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7780, + "favor_count": 18, + "created_at": "2023-11-14T18:23:49.43Z", + "updated_at": "2024-05-19T04:32:41.721Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 174, + "title": "2023.06.02.思考的真相.01", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 506120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7772, + "favor_count": 15, + "created_at": "2023-11-14T18:23:44.366Z", + "updated_at": "2024-05-19T05:18:18.237Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 173, + "title": "2023.06.02.《思考的真相》简要介绍", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 224550, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7771, + "favor_count": 27, + "created_at": "2023-11-14T18:23:41.481Z", + "updated_at": "2024-05-25T02:00:37.526Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 172, + "title": "【视频版】3.24 教练的真相. 无形", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1014870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7767, + "favor_count": 9, + "created_at": "2023-11-14T18:23:31.132Z", + "updated_at": "2024-05-25T06:40:13.77Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 171, + "title": "【视频版】3.23 教练的真相. 风格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 775400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7766, + "favor_count": 3, + "created_at": "2023-11-14T18:23:21.704Z", + "updated_at": "2024-05-25T06:52:23.089Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 170, + "title": "【视频版】3.22 教练的真相. 临摹", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4559280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7765, + "favor_count": 4, + "created_at": "2023-11-14T18:23:16.379Z", + "updated_at": "2024-05-25T06:18:13.857Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 169, + "title": "【视频版】3.21 教练的真相. 结构", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 908370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7764, + "favor_count": 6, + "created_at": "2023-11-14T18:23:15.461Z", + "updated_at": "2024-05-25T07:02:26.135Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 168, + "title": "【视频版】3.20 教练的真相. 教程", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 810150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7763, + "favor_count": 5, + "created_at": "2023-11-14T18:23:14.695Z", + "updated_at": "2024-05-25T07:14:09.164Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 167, + "title": "【视频版】3.19 教练的真相. 记录", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 758440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7762, + "favor_count": 6, + "created_at": "2023-11-14T18:23:13.787Z", + "updated_at": "2024-05-25T07:55:41.575Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 166, + "title": "【视频版】3.18 教练的真相. 列表", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 783360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7761, + "favor_count": 7, + "created_at": "2023-11-14T18:23:13.001Z", + "updated_at": "2024-05-25T07:47:34.014Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 165, + "title": "【视频版】3.17 教练的真相. 专业", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 975830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7760, + "favor_count": 2, + "created_at": "2023-11-14T18:23:12.138Z", + "updated_at": "2024-05-25T07:34:00.314Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 164, + "title": "【视频版】3.16 教练的真相. 靠谱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 862660, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7759, + "favor_count": 6, + "created_at": "2023-11-14T18:23:06.167Z", + "updated_at": "2024-05-25T07:24:55.026Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 163, + "title": "【视频版】3.15 教练的真相. 复盘", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 953190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7758, + "favor_count": 7, + "created_at": "2023-11-14T18:22:53.764Z", + "updated_at": "2024-05-25T06:28:34.699Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 162, + "title": "【视频版】3.14 教练的真相. 习惯", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1039360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7757, + "favor_count": 7, + "created_at": "2023-11-14T18:22:52.935Z", + "updated_at": "2024-05-25T06:05:26.646Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 161, + "title": "【视频版】3.13 教练的真相. 关系", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 811690, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7756, + "favor_count": 7, + "created_at": "2023-11-14T18:22:41.587Z", + "updated_at": "2024-05-25T05:56:24.215Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 160, + "title": "【视频版】3.12 教练的真相. 性格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 792190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7755, + "favor_count": 2, + "created_at": "2023-11-14T18:22:30.965Z", + "updated_at": "2024-05-25T05:47:26.77Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 159, + "title": "【视频版】3.11 教练的真相. 适应", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 821160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7754, + "favor_count": 3, + "created_at": "2023-11-14T18:22:20.431Z", + "updated_at": "2024-05-25T05:38:04.784Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 158, + "title": "【视频版】3.10 教练的真相. 对象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 876120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7753, + "favor_count": 7, + "created_at": "2023-11-14T18:22:07.95Z", + "updated_at": "2024-05-25T05:28:26.469Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 157, + "title": "【视频版】3.9 教练的真相. 重生", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1040700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7752, + "favor_count": 6, + "created_at": "2023-11-14T18:22:01.023Z", + "updated_at": "2024-05-24T13:48:00.606Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 156, + "title": "【视频版】3.8 教练的真相. 写作", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 785240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7751, + "favor_count": 5, + "created_at": "2023-11-14T18:21:53.649Z", + "updated_at": "2024-05-24T12:53:25.59Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 155, + "title": "【视频版】3.7 教练的真相. 讲解", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 910700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7750, + "favor_count": 3, + "created_at": "2023-11-14T18:21:52.76Z", + "updated_at": "2024-05-24T12:43:24.239Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 154, + "title": "【视频版】3.6 教练的真相. 示范", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 842200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7749, + "favor_count": 7, + "created_at": "2023-11-14T18:21:51.884Z", + "updated_at": "2024-05-24T11:03:09.078Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 153, + "title": "【视频版】3.5 教练的真相. 监督", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 919870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7748, + "favor_count": 7, + "created_at": "2023-11-14T18:21:51.056Z", + "updated_at": "2024-05-24T10:51:46.474Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 152, + "title": "【视频版】3.4 教练的真相. 提问", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 935620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7747, + "favor_count": 14, + "created_at": "2023-11-14T18:21:38.856Z", + "updated_at": "2024-05-24T10:43:45.471Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 151, + "title": "【视频版】3.3 教练的真相. 共同", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 764650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7746, + "favor_count": 9, + "created_at": "2023-11-14T18:21:38.044Z", + "updated_at": "2024-05-24T10:33:03.642Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 150, + "title": "【视频版】3.2 教练的真相. 子女", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 765380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7745, + "favor_count": 10, + "created_at": "2023-11-14T18:21:25.953Z", + "updated_at": "2024-05-23T20:42:17.574Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 149, + "title": "【视频版】3.1 教练的真相. 本分", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 905280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7744, + "favor_count": 18, + "created_at": "2023-11-14T18:21:18.318Z", + "updated_at": "2024-05-23T09:53:57.231Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 148, + "title": "20230531 相约七年后直播", + "description": "本次直播主题: “自学”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3436330, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7997, + "favor_count": 12, + "created_at": "2023-11-14T18:21:17.577Z", + "updated_at": "2024-04-30T08:21:06.58Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 147, + "title": "第10期茶话会:如何给孩子进行考前心理建设?", + "description": "这是【家庭成长社群】第10期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7737300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7724, + "favor_count": 2, + "created_at": "2023-11-14T18:21:00.145Z", + "updated_at": "2024-05-18T06:09:27.079Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 146, + "title": "【视频版】28.学习的真相.效率至上", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1237650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7689, + "favor_count": 11, + "created_at": "2023-11-14T18:20:59.299Z", + "updated_at": "2024-05-25T21:52:40.224Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 145, + "title": "【视频版】27.学习的真相.人际关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1290670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7688, + "favor_count": 9, + "created_at": "2023-11-14T18:20:58.439Z", + "updated_at": "2024-05-21T09:47:33.001Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 144, + "title": "【视频版】26.学习的真相.安全意识", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1376360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7687, + "favor_count": 8, + "created_at": "2023-11-14T18:20:57.577Z", + "updated_at": "2024-05-21T09:00:23.231Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 143, + "title": "【视频版】25.学习的真相.生产导向", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1227200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7686, + "favor_count": 13, + "created_at": "2023-11-14T18:20:36.676Z", + "updated_at": "2024-05-21T08:30:34.037Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 142, + "title": "【视频版】24.学习的真相.学习障碍", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 949650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7685, + "favor_count": 11, + "created_at": "2023-11-14T18:20:20.452Z", + "updated_at": "2024-05-21T08:19:15.625Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 141, + "title": "【视频版】23.学习的真相.判断依据", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1128750, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7684, + "favor_count": 8, + "created_at": "2023-11-14T18:20:16.687Z", + "updated_at": "2024-05-21T06:47:47.012Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 140, + "title": "【视频版】22.学习的真相.学习计划", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1002030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7683, + "favor_count": 11, + "created_at": "2023-11-14T18:20:15.918Z", + "updated_at": "2024-05-21T03:03:32.181Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 139, + "title": "【视频版】21.学习的真相.三个大脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 917290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7682, + "favor_count": 6, + "created_at": "2023-11-14T18:20:15.123Z", + "updated_at": "2024-05-24T23:02:10.451Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 138, + "title": "【视频版】20.学习的真相.必要关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1367400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7681, + "favor_count": 36, + "created_at": "2023-11-14T18:20:14.181Z", + "updated_at": "2024-05-20T06:04:43.04Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 137, + "title": "【视频版】19.学习的真相.流程而已", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1164820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7680, + "favor_count": 11, + "created_at": "2023-11-14T18:20:13.238Z", + "updated_at": "2024-05-23T01:40:15.835Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 136, + "title": "【视频版】18.学习的真相.最少必要", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1093440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7679, + "favor_count": 14, + "created_at": "2023-11-14T18:19:54.158Z", + "updated_at": "2024-05-23T01:23:03.239Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 135, + "title": "【视频版】17.学习的真相.教学见长", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1118120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7678, + "favor_count": 13, + "created_at": "2023-11-14T18:19:53.261Z", + "updated_at": "2024-05-24T09:05:16.231Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 134, + "title": "【视频版】16.学习的真相.陈规陋习", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1328110, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7677, + "favor_count": 9, + "created_at": "2023-11-14T18:19:34.568Z", + "updated_at": "2024-05-20T03:00:30.499Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 133, + "title": "【视频版】15.学习的真相.改良构建", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1080980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7676, + "favor_count": 23, + "created_at": "2023-11-14T18:19:33.674Z", + "updated_at": "2024-05-23T03:23:16.972Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 132, + "title": "【视频版】14.学习的真相.模型匹配", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1158290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7675, + "favor_count": 10, + "created_at": "2023-11-14T18:19:21.657Z", + "updated_at": "2024-05-19T13:36:27.909Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 131, + "title": "【视频版】13.学习的真相.记忆容量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 955540, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7674, + "favor_count": 12, + "created_at": "2023-11-14T18:19:16.927Z", + "updated_at": "2024-05-19T13:06:30.265Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 130, + "title": "【视频版】12.学习的真相.用者无疆", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1130240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7673, + "favor_count": 12, + "created_at": "2023-11-14T18:19:02.943Z", + "updated_at": "2024-05-21T08:02:11.983Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 129, + "title": "【视频版】11.学习的真相.神经网络", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 874070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7672, + "favor_count": 14, + "created_at": "2023-11-14T18:18:45.469Z", + "updated_at": "2024-05-20T15:03:08.709Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 128, + "title": "【视频版】10.学习的真相.能量储备", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 870950, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7671, + "favor_count": 18, + "created_at": "2023-11-14T18:18:29.014Z", + "updated_at": "2024-05-22T14:32:40.123Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 127, + "title": "【视频版】09.学习的真相.多语生存", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 921280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7670, + "favor_count": 13, + "created_at": "2023-11-14T18:18:15.365Z", + "updated_at": "2024-05-19T12:09:09.722Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 126, + "title": "【视频版】08.学习的真相.节能模式", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 987650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7669, + "favor_count": 15, + "created_at": "2023-11-14T18:18:14.53Z", + "updated_at": "2024-05-19T11:43:57.431Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 125, + "title": "【视频版】07.学习的真相.好好说话", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 935190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7668, + "favor_count": 24, + "created_at": "2023-11-14T18:18:13.706Z", + "updated_at": "2024-05-24T23:38:54.395Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 124, + "title": "【视频版】06.学习的真相.天生丽质", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 909820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7667, + "favor_count": 14, + "created_at": "2023-11-14T18:17:57.106Z", + "updated_at": "2024-05-21T00:50:08.618Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 123, + "title": "【视频版】05.学习的真相.符号系统", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 931240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7666, + "favor_count": 19, + "created_at": "2023-11-14T18:17:56.284Z", + "updated_at": "2024-05-24T08:55:45.295Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 122, + "title": "【视频版】04.学习的真相.识字", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 877570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7665, + "favor_count": 23, + "created_at": "2023-11-14T18:17:48.031Z", + "updated_at": "2024-05-25T16:42:58.626Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 121, + "title": "【视频版】03.学习的真相.简明语文课", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 912870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7664, + "favor_count": 18, + "created_at": "2023-11-14T18:17:47.215Z", + "updated_at": "2024-05-24T04:12:44.809Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 120, + "title": "【视频版】02.学习的真相.说明书", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1096960, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7663, + "favor_count": 22, + "created_at": "2023-11-14T18:17:36.808Z", + "updated_at": "2024-05-25T16:42:55.774Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 119, + "title": "【视频版】01.学习的真相.建·健脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 966170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7662, + "favor_count": 20, + "created_at": "2023-11-14T18:17:36.007Z", + "updated_at": "2024-05-25T08:42:40.815Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 118, + "title": "【视频版】00.学习的真相.开课寄语", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 966080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7661, + "favor_count": 35, + "created_at": "2023-11-14T18:17:35.166Z", + "updated_at": "2024-05-25T05:09:23.327Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 4000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 117, + "title": "【视频版】1.19.总结补充", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1900740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7660, + "favor_count": 9, + "created_at": "2023-11-14T18:17:34.245Z", + "updated_at": "2024-05-23T09:32:08.119Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 116, + "title": "【视频版】1.18.一个动作:发展(5)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1561450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7659, + "favor_count": 5, + "created_at": "2023-11-14T18:17:33.441Z", + "updated_at": "2024-05-25T03:43:10.132Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 115, + "title": "【视频版】1.17.一个动作:发展(4)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1279620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7658, + "favor_count": 8, + "created_at": "2023-11-14T18:17:20.198Z", + "updated_at": "2024-05-25T03:16:26.047Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 114, + "title": "【视频版】1.16.一个动作:发展(3)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1178620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7657, + "favor_count": 6, + "created_at": "2023-11-14T18:17:19.329Z", + "updated_at": "2024-05-25T03:16:25.248Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 113, + "title": "【视频版】1.15.一个动作:发展(2)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1224790, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7656, + "favor_count": 8, + "created_at": "2023-11-14T18:17:07.275Z", + "updated_at": "2024-05-23T03:28:03.043Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 7000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 112, + "title": "【视频版】1.14.一个动作:发展(1)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1499650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7655, + "favor_count": 12, + "created_at": "2023-11-14T18:17:00.177Z", + "updated_at": "2024-05-23T03:11:14.577Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 10000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 111, + "title": "【视频版】1.13.三种状态:专注", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 943450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7654, + "favor_count": 8, + "created_at": "2023-11-14T18:16:59.205Z", + "updated_at": "2024-05-23T03:01:07.38Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 18000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 110, + "title": "【视频版】1.12.三种状态:简单", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1220200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7653, + "favor_count": 10, + "created_at": "2023-11-14T18:16:49.667Z", + "updated_at": "2024-05-22T12:05:11.476Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 13000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 109, + "title": "【视频版】1.11.三种状态:乐观", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1259650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7652, + "favor_count": 9, + "created_at": "2023-11-14T18:16:39.355Z", + "updated_at": "2024-05-22T11:47:42.998Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 22000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 108, + "title": "【视频版】1.10.六个基础观念:健康", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1427500, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7651, + "favor_count": 8, + "created_at": "2023-11-14T18:16:38.442Z", + "updated_at": "2024-05-22T09:03:18.217Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 34000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 107, + "title": "【视频版】1.09.六个基础观念:改进", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1139370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7649, + "favor_count": 6, + "created_at": "2023-11-14T18:16:28.201Z", + "updated_at": "2024-05-22T08:45:00.764Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 106, + "title": "【视频版】1.08.六个基础观念:担当", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1200450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7648, + "favor_count": 10, + "created_at": "2023-11-14T18:16:20.735Z", + "updated_at": "2024-05-22T08:15:45.335Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 10000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 105, + "title": "【视频版】1.07.六个基础观念:困境", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1248040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7647, + "favor_count": 12, + "created_at": "2023-11-14T18:16:19.78Z", + "updated_at": "2024-05-22T05:07:48.635Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 4000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 104, + "title": "【视频版】1.06.六个基础观念:生产", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1155990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7646, + "favor_count": 14, + "created_at": "2023-11-14T18:16:18.9Z", + "updated_at": "2024-05-22T04:40:22.642Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 10000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 103, + "title": "【视频版】1.05. 六个基础观念:产权", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1038040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7645, + "favor_count": 10, + "created_at": "2023-11-14T18:16:18.082Z", + "updated_at": "2024-05-22T04:13:33.961Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 25000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 102, + "title": "【视频版】1.04.如何衡量家庭建设的质量?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1750490, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7644, + "favor_count": 14, + "created_at": "2023-11-14T18:16:10.44Z", + "updated_at": "2024-05-25T00:30:02.516Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 36000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 101, + "title": "【视频版】1.03.家长的责任究竟都有哪些?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1835860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7643, + "favor_count": 17, + "created_at": "2023-11-14T18:16:02.757Z", + "updated_at": "2024-05-22T03:11:23.55Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 40000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 100, + "title": "【视频版】1.02. 家庭建设之中什么最重要?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1548290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7642, + "favor_count": 13, + "created_at": "2023-11-14T18:15:51.114Z", + "updated_at": "2024-05-22T02:54:08.065Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 46000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 99, + "title": "【视频版】1.01.家庭教育的对象究竟是谁?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1575400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7641, + "favor_count": 17, + "created_at": "2023-11-14T18:15:50.242Z", + "updated_at": "2024-05-22T02:38:44.498Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 6000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 98, + "title": "【视频版】 1.00. 课前叮嘱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 630700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7640, + "favor_count": 17, + "created_at": "2023-11-14T18:15:49.266Z", + "updated_at": "2024-05-23T14:25:45.113Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 75000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 97, + "title": "第9期茶话会:如何与家人一起成长?", + "description": "这是【家庭成长社群】第9期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 8188550, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7636, + "favor_count": 2, + "created_at": "2023-11-14T18:15:27.954Z", + "updated_at": "2024-05-18T03:45:48.097Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 96, + "title": "学升社区-Ai问答功能说明", + "description": "指导用户使用社区AI", + "poster_url": "", + "speaker_id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "course_type": "lecture", + "creator_id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "status": "normal", + "duration": 57800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7625, + "favor_count": 0, + "created_at": "2023-11-14T18:15:27.134Z", + "updated_at": "2023-11-14T18:15:27.691Z", + "course_contents": null, + "speaker": { + "id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "bandu_number": 100000230, + "full_name": "文韬", + "avatar": "https://bandu-resources.songy.info/7000104757/b972534a-ca96-48f8-b39d-1706fc28b156@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "bandu_number": 100000230, + "full_name": "文韬", + "avatar": "https://bandu-resources.songy.info/7000104757/b972534a-ca96-48f8-b39d-1706fc28b156@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 95, + "title": "20230430 相约七年后直播", + "description": "本次直播主题:“升级”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3651000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8002, + "favor_count": 15, + "created_at": "2023-11-14T18:15:26.202Z", + "updated_at": "2024-05-03T03:55:08.678Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 94, + "title": "第8期茶话会:如何引导孩子做好预习和复习?", + "description": "这是【家庭成长社群】第8期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7130400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7609, + "favor_count": 3, + "created_at": "2023-11-14T18:15:01.551Z", + "updated_at": "2024-05-15T03:44:40.3Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 93, + "title": "第7期茶话会:如何帮助孩子养成好习惯?", + "description": "这是【家庭成长社群】第7期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7444420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7608, + "favor_count": 3, + "created_at": "2023-11-14T18:14:39.76Z", + "updated_at": "2024-05-14T02:42:55.467Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 92, + "title": "第6期茶话会:如何使用人工智能AI提升家庭教育的质量?", + "description": "这是【家庭成长社群】第6期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7721930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7607, + "favor_count": 3, + "created_at": "2023-11-14T18:14:38.89Z", + "updated_at": "2024-05-12T05:31:11.472Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 91, + "title": "第5期茶话会:如何提升孩子的表达能力?", + "description": "这是【家庭成长社群】第5期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 8362810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7606, + "favor_count": 7, + "created_at": "2023-11-14T18:14:18.153Z", + "updated_at": "2024-05-11T13:10:32.307Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 90, + "title": "第4期茶话会:如何带领全家成为生产者?", + "description": "这是【家庭成长社群】第4期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7573120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7605, + "favor_count": 8, + "created_at": "2023-11-14T18:14:00.833Z", + "updated_at": "2024-05-18T00:08:16.23Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 89, + "title": "第3期茶话会:如何提升孩子的专注力?", + "description": "这是【家庭成长社群】第3期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7514650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7604, + "favor_count": 3, + "created_at": "2023-11-14T18:13:52.089Z", + "updated_at": "2024-05-08T07:13:43.441Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 88, + "title": "第2期茶话会:如何避开育儿路上的坑以及如何建设好的家庭?", + "description": "这是【家庭成长社群】第2期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 8064590, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7603, + "favor_count": 4, + "created_at": "2023-11-14T18:13:39.402Z", + "updated_at": "2024-05-11T09:02:11.336Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 87, + "title": "第1期茶话会:我们家《学习的真相》践行分享", + "description": "这是【家庭成长社群】第1期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7520380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7602, + "favor_count": 7, + "created_at": "2023-11-14T18:13:38.479Z", + "updated_at": "2024-05-22T18:41:35.879Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 86, + "title": "20230331 相约七年后直播", + "description": "本次直播主题:“分辨”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3657100, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8004, + "favor_count": 10, + "created_at": "2023-11-14T18:13:37.515Z", + "updated_at": "2024-04-30T08:21:05.191Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 85, + "title": "24.教练的真相.无形", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1069420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7533, + "favor_count": 10, + "created_at": "2023-11-14T18:13:30.973Z", + "updated_at": "2024-05-20T23:28:57.217Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 84, + "title": "23.教练的真相.风格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 808590, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7530, + "favor_count": 7, + "created_at": "2023-11-14T18:13:23.542Z", + "updated_at": "2024-05-13T13:22:06.46Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 83, + "title": "22.教练的真相.临摹", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 772290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7527, + "favor_count": 14, + "created_at": "2023-11-14T18:13:17.089Z", + "updated_at": "2024-05-25T22:35:00.889Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 82, + "title": "21.教练的真相.结构", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 967160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7524, + "favor_count": 8, + "created_at": "2023-11-14T18:13:09.068Z", + "updated_at": "2024-05-22T13:16:42.93Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 81, + "title": "20.教练的真相.教程", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 855220, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7521, + "favor_count": 6, + "created_at": "2023-11-14T18:13:00.126Z", + "updated_at": "2024-05-11T06:42:45.606Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 80, + "title": "19.教练的真相.记录", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 798290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7518, + "favor_count": 3, + "created_at": "2023-11-14T18:12:53.008Z", + "updated_at": "2024-05-08T10:58:58.477Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 79, + "title": "18.教练的真相.列表", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 829210, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7511, + "favor_count": 4, + "created_at": "2023-11-14T18:12:46.046Z", + "updated_at": "2024-05-23T04:38:41.503Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 78, + "title": "17.教练的真相.专业", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 968760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7509, + "favor_count": 6, + "created_at": "2023-11-14T18:12:38.391Z", + "updated_at": "2024-05-19T00:30:01.139Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 77, + "title": "16.教练的真相.靠谱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 890120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7507, + "favor_count": 5, + "created_at": "2023-11-14T18:12:31.044Z", + "updated_at": "2024-05-07T08:15:47.647Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 76, + "title": "15.教练的真相.复盘", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 962170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7503, + "favor_count": 10, + "created_at": "2023-11-14T18:12:23.071Z", + "updated_at": "2024-05-23T04:24:29.71Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 75, + "title": "14.教练的真相.习惯", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1087520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7498, + "favor_count": 5, + "created_at": "2023-11-14T18:12:15.734Z", + "updated_at": "2024-05-08T06:59:34.301Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 74, + "title": "13.教练的真相.关系", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 860690, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7491, + "favor_count": 5, + "created_at": "2023-11-14T18:12:09.61Z", + "updated_at": "2024-05-15T01:27:16.757Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 73, + "title": "12.教练的真相.性格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 853080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7489, + "favor_count": 8, + "created_at": "2023-11-14T18:12:02.579Z", + "updated_at": "2024-05-14T00:08:55.895Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 72, + "title": "11.教练的真相.适应", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 858930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7487, + "favor_count": 8, + "created_at": "2023-11-14T18:11:55.486Z", + "updated_at": "2024-05-08T06:16:38.149Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 71, + "title": "10.教练的真相.对象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 918420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7482, + "favor_count": 6, + "created_at": "2023-11-14T18:11:47.684Z", + "updated_at": "2024-05-07T09:31:23.002Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 70, + "title": "09.教练的真相.重生", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1093000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7480, + "favor_count": 9, + "created_at": "2023-11-14T18:11:39.609Z", + "updated_at": "2024-05-07T08:31:58.777Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 69, + "title": "08.教练的真相.写作", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 843570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7477, + "favor_count": 7, + "created_at": "2023-11-14T18:11:31.807Z", + "updated_at": "2024-05-07T08:16:07.436Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 68, + "title": "07.教练的真相.讲解", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 976760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7474, + "favor_count": 6, + "created_at": "2023-11-14T18:11:24.1Z", + "updated_at": "2024-05-09T03:10:39.705Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 67, + "title": "06.教练的真相.示范", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 896790, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7472, + "favor_count": 10, + "created_at": "2023-11-14T18:11:17.288Z", + "updated_at": "2024-05-12T01:46:04.764Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 66, + "title": "05.教练的真相.监督", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 981850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7470, + "favor_count": 9, + "created_at": "2023-11-14T18:11:09.857Z", + "updated_at": "2024-05-25T03:50:11.431Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 65, + "title": "04.教练的真相.提问", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 998740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7467, + "favor_count": 13, + "created_at": "2023-11-14T18:11:00.931Z", + "updated_at": "2024-05-25T16:13:02.638Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 64, + "title": "03.教练的真相.共同", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 823920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7459, + "favor_count": 16, + "created_at": "2023-11-14T18:10:53.231Z", + "updated_at": "2024-05-25T00:54:56.253Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 63, + "title": "02.教练的真相.子女", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 837030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7455, + "favor_count": 14, + "created_at": "2023-11-14T18:10:46.75Z", + "updated_at": "2024-05-24T23:43:30.948Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 62, + "title": "01. 教练的真相. 本分", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1031410, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7439, + "favor_count": 22, + "created_at": "2023-11-14T18:10:39.404Z", + "updated_at": "2024-05-25T08:17:59.195Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 61, + "title": "20230228 相约七年后直播", + "description": "本次直播主题:“践行”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3669310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8013, + "favor_count": 22, + "created_at": "2023-11-14T18:10:37.298Z", + "updated_at": "2024-05-10T02:57:53.435Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 60, + "title": "20230131 相约七年后直播", + "description": "本次直播主题:“系统”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3488170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8014, + "favor_count": 26, + "created_at": "2023-11-14T18:10:36.39Z", + "updated_at": "2024-05-10T10:03:06.046Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 59, + "title": "28.学习的真相.效率至上", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1390910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7223, + "favor_count": 15, + "created_at": "2023-11-14T18:10:29.399Z", + "updated_at": "2024-05-14T03:51:08.825Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 58, + "title": "27.学习的真相.人际关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1410970, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7221, + "favor_count": 14, + "created_at": "2023-11-14T18:10:19.182Z", + "updated_at": "2024-05-21T06:54:27.432Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 57, + "title": "26.学习的真相.安全意识", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1558280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7217, + "favor_count": 11, + "created_at": "2023-11-14T18:10:07.971Z", + "updated_at": "2024-05-10T11:43:34.4Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 56, + "title": "25.学习的真相.生产导向", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1390360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7213, + "favor_count": 15, + "created_at": "2023-11-14T18:09:57.127Z", + "updated_at": "2024-04-30T04:13:50.431Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 55, + "title": "24.学习的真相.学习障碍", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1138730, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7204, + "favor_count": 13, + "created_at": "2023-11-14T18:09:48.079Z", + "updated_at": "2024-05-25T05:16:33.191Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 54, + "title": "23.学习的真相.判断依据", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1309010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7202, + "favor_count": 12, + "created_at": "2023-11-14T18:09:38.655Z", + "updated_at": "2024-05-22T12:32:02.872Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 53, + "title": "22.学习的真相.学习计划", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1171230, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7200, + "favor_count": 8, + "created_at": "2023-11-14T18:09:30.639Z", + "updated_at": "2024-05-21T13:22:04.596Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 52, + "title": "21.学习的真相.三个大脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1040450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7197, + "favor_count": 12, + "created_at": "2023-11-14T18:09:23.055Z", + "updated_at": "2024-05-10T02:39:15.572Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 51, + "title": "20.学习的真相.必要关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1493600, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7183, + "favor_count": 29, + "created_at": "2023-11-14T18:09:13.834Z", + "updated_at": "2024-05-25T03:42:28.611Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 50, + "title": "19.学习的真相.流程而已", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1309530, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7182, + "favor_count": 14, + "created_at": "2023-11-14T18:09:03.584Z", + "updated_at": "2024-05-21T16:16:08.834Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 49, + "title": "18.学习的真相.最少必要", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1307430, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7179, + "favor_count": 20, + "created_at": "2023-11-14T18:08:53.149Z", + "updated_at": "2024-05-22T00:34:14.137Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 48, + "title": "17.学习的真相.教学见长", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1373310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7165, + "favor_count": 12, + "created_at": "2023-11-14T18:08:42.399Z", + "updated_at": "2024-04-22T05:50:59.372Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 47, + "title": "16.学习的真相.陈规陋习", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1739710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7164, + "favor_count": 16, + "created_at": "2023-11-14T18:08:29.751Z", + "updated_at": "2024-05-21T23:15:07.332Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 46, + "title": "15.学习的真相.改良构建", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1315800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7160, + "favor_count": 21, + "created_at": "2023-11-14T18:08:19.086Z", + "updated_at": "2024-05-25T01:39:12.811Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 45, + "title": "14.学习的真相.模型匹配", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1366290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7151, + "favor_count": 17, + "created_at": "2023-11-14T18:08:09.426Z", + "updated_at": "2024-05-24T01:33:23.024Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 44, + "title": "13.学习的真相.记忆容量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1171290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7130, + "favor_count": 7, + "created_at": "2023-11-14T18:08:00.139Z", + "updated_at": "2024-05-17T09:02:02.043Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 43, + "title": "12.学习的真相.用者无疆", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1419810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7118, + "favor_count": 13, + "created_at": "2023-11-14T18:07:50.27Z", + "updated_at": "2024-05-24T01:33:25.954Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 42, + "title": "11.学习的真相.神经网络", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1045750, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7115, + "favor_count": 11, + "created_at": "2023-11-14T18:07:42.043Z", + "updated_at": "2024-05-24T01:13:23.089Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 41, + "title": "10.学习的真相.能量储备", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1030740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7112, + "favor_count": 11, + "created_at": "2023-11-14T18:07:34.025Z", + "updated_at": "2024-05-23T03:11:45.999Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 40, + "title": "09.学习的真相.多语生存", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1087390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7102, + "favor_count": 9, + "created_at": "2023-11-14T18:07:26.821Z", + "updated_at": "2024-05-21T14:06:08.212Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 39, + "title": "08.学习的真相.节能模式", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1162940, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7097, + "favor_count": 15, + "created_at": "2023-11-14T18:07:18.554Z", + "updated_at": "2024-05-21T08:56:01.092Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 38, + "title": "07.学习的真相.好好说话", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1221480, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7094, + "favor_count": 19, + "created_at": "2023-11-14T18:07:09.345Z", + "updated_at": "2024-05-22T00:05:34.613Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 37, + "title": "06.学习的真相.天生丽质", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1150810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7093, + "favor_count": 15, + "created_at": "2023-11-14T18:07:00.132Z", + "updated_at": "2024-05-24T07:29:55.66Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 36, + "title": "05.学习的真相.符号系统", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1107670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7081, + "favor_count": 10, + "created_at": "2023-11-14T18:06:51.725Z", + "updated_at": "2024-05-13T14:38:44.917Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 35, + "title": "04.学习的真相.识字", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1056390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7070, + "favor_count": 16, + "created_at": "2023-11-14T18:06:43.299Z", + "updated_at": "2024-05-15T07:34:03.418Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 34, + "title": "03.学习的真相.简明语文课", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1222470, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7061, + "favor_count": 17, + "created_at": "2023-11-14T18:06:34.381Z", + "updated_at": "2024-05-22T10:42:15.23Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 33, + "title": "02.学习的真相.说明书", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1436260, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7055, + "favor_count": 20, + "created_at": "2023-11-14T18:06:24.637Z", + "updated_at": "2024-05-23T01:55:10.236Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 32, + "title": "01.学习的真相.建·健脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1342740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7044, + "favor_count": 28, + "created_at": "2023-11-14T18:06:15.073Z", + "updated_at": "2024-05-25T08:03:52.735Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 31, + "title": "00.学习的真相.开课寄语", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1272980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7039, + "favor_count": 36, + "created_at": "2023-11-14T18:06:05.19Z", + "updated_at": "2024-05-23T10:25:06.125Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 30, + "title": "第10次直播:孩子沉迷于手机怎么办?", + "description": "这是笑来老师的第十周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3250050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7008, + "favor_count": 22, + "created_at": "2023-11-14T18:06:02.211Z", + "updated_at": "2024-05-23T12:05:36.625Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 29, + "title": "第9次直播:为什么要做家庭教育社群?学习的本质是“学”“习”“行”", + "description": "这是笑来老师的第九周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2795500, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7015, + "favor_count": 7, + "created_at": "2023-11-14T18:05:49.177Z", + "updated_at": "2024-03-28T22:36:04.382Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 28, + "title": "第8次直播:上学和学习不是一回事,再谈学习学习再学习", + "description": "这是笑来老师的第八周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2866820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7016, + "favor_count": 10, + "created_at": "2023-11-14T18:05:29.403Z", + "updated_at": "2024-05-22T03:41:25.864Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 27, + "title": "第7次直播:人之初,性本无、孩子的品行是在试错中习得的", + "description": "这是笑来老师的第七周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2708330, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6977, + "favor_count": 7, + "created_at": "2023-11-14T18:05:28.462Z", + "updated_at": "2024-05-07T13:44:34.406Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 26, + "title": "第6次直播:如何面对孩子的平庸?", + "description": "这是笑来老师的第六周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3650560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6976, + "favor_count": 10, + "created_at": "2023-11-14T18:05:27.431Z", + "updated_at": "2024-04-22T22:39:11.13Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 25, + "title": "第5次直播:生活本质上就是一副烂牌", + "description": "这是笑来老师的第五周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3561810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6913, + "favor_count": 8, + "created_at": "2023-11-14T18:04:42.759Z", + "updated_at": "2024-03-26T23:45:15.036Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 24, + "title": "第4次直播:惩罚机制是必要之恶", + "description": "这是笑来老师的第四周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3731780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6877, + "favor_count": 7, + "created_at": "2023-11-14T18:04:19.92Z", + "updated_at": "2024-04-26T11:36:36.841Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 23, + "title": "1.19.总结补充", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2457620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6861, + "favor_count": 12, + "created_at": "2023-11-14T18:04:06.502Z", + "updated_at": "2024-05-24T10:07:59.993Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 22, + "title": "1.18.一个动作:发展(5)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1865560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6858, + "favor_count": 9, + "created_at": "2023-11-14T18:03:52.531Z", + "updated_at": "2024-05-24T10:49:40.661Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 21, + "title": "1.17.一个动作:发展(4)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1496810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6854, + "favor_count": 11, + "created_at": "2023-11-14T18:03:41.729Z", + "updated_at": "2024-05-24T03:23:06.045Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 20, + "title": "1.16.一个动作:发展(3)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1405850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6850, + "favor_count": 16, + "created_at": "2023-11-14T18:03:32.365Z", + "updated_at": "2024-05-24T02:56:29.978Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 19, + "title": "第3次直播:好心不见得有好报", + "description": "这是笑来老师的第三周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3606980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6878, + "favor_count": 10, + "created_at": "2023-11-14T18:02:56.631Z", + "updated_at": "2024-04-30T06:14:53.837Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 18, + "title": "1.15.一个动作:发展(2)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1394610, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6834, + "favor_count": 17, + "created_at": "2023-11-14T18:02:47.938Z", + "updated_at": "2024-05-24T15:40:07.989Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 17, + "title": "1.14.一个动作:发展(1)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1767840, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6830, + "favor_count": 19, + "created_at": "2023-11-14T18:02:36.297Z", + "updated_at": "2024-05-23T22:01:11.829Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 16, + "title": "1.13.三种状态:专注", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1085080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6827, + "favor_count": 15, + "created_at": "2023-11-14T18:02:26.748Z", + "updated_at": "2024-05-22T07:44:53.152Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 15, + "title": "1.12.三种状态:简单", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1441930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6824, + "favor_count": 13, + "created_at": "2023-11-14T18:02:18.131Z", + "updated_at": "2024-05-22T07:08:19.382Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 14, + "title": "1.11.三种状态:乐观", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1451970, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6818, + "favor_count": 12, + "created_at": "2023-11-14T18:02:09.345Z", + "updated_at": "2024-05-22T06:24:37.455Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 13, + "title": "第2次直播:因果关系不是简单的一对一", + "description": "这是笑来老师的第二周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3572030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6879, + "favor_count": 13, + "created_at": "2023-11-14T18:01:55.62Z", + "updated_at": "2024-05-23T06:42:14.908Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 12, + "title": "1.10.六个基础观念:健康", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1677430, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6807, + "favor_count": 13, + "created_at": "2023-11-14T18:01:47.642Z", + "updated_at": "2024-05-17T19:11:15.126Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 11, + "title": "1.09.六个基础观念:改进", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1302010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6803, + "favor_count": 12, + "created_at": "2023-11-14T18:01:39.822Z", + "updated_at": "2024-05-17T06:19:41.98Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 10, + "title": "1.08.六个基础观念:担当", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1338340, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6801, + "favor_count": 14, + "created_at": "2023-11-14T18:01:30.687Z", + "updated_at": "2024-05-16T05:24:37.964Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 9, + "title": "1.07.六个基础观念:困境", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1426040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6798, + "favor_count": 14, + "created_at": "2023-11-14T18:01:20.998Z", + "updated_at": "2024-05-25T01:42:30.856Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 8, + "title": "1.06.六个基础观念:生产", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1293190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6793, + "favor_count": 14, + "created_at": "2023-11-14T18:01:11.681Z", + "updated_at": "2024-05-15T06:36:25.835Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 7, + "title": "第1次直播:做决策,天赋论,让孩子对高级的东西感兴趣", + "description": "这是笑来老师第一周的直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3890830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6847, + "favor_count": 25, + "created_at": "2023-11-14T18:01:09.354Z", + "updated_at": "2024-05-21T16:07:41.181Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 6, + "title": "1.05.六个基础观念:产权", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1213460, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6783, + "favor_count": 15, + "created_at": "2023-11-14T18:01:01.365Z", + "updated_at": "2024-05-08T21:48:20.026Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 5, + "title": "1.04.如何衡量家庭建设的质量?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1989700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6779, + "favor_count": 18, + "created_at": "2023-11-14T18:00:48.465Z", + "updated_at": "2024-05-22T22:49:50.278Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 4, + "title": "1.03.家长的责任究竟都有哪些?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2013230, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6777, + "favor_count": 18, + "created_at": "2023-11-14T18:00:35.292Z", + "updated_at": "2024-05-22T22:49:47.874Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 3, + "title": "1.02.家庭建设之中什么最重要?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1685080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6774, + "favor_count": 23, + "created_at": "2023-11-14T18:00:24.642Z", + "updated_at": "2024-05-21T21:59:08.282Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 2, + "title": "1.01家庭教育的对象究竟是谁?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1655270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6771, + "favor_count": 27, + "created_at": "2023-11-14T18:00:14.82Z", + "updated_at": "2024-05-22T22:49:58.092Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 1, + "title": "1.00.课前叮嘱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 645570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6770, + "favor_count": 28, + "created_at": "2023-11-14T18:00:06.788Z", + "updated_at": "2024-05-22T22:49:59.805Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 326370, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 478, + "title": "20221231 相约七年后直播", + "description": "2022年第十二次课,听笑来老师讲“写教程”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4099980, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7260, + "favor_count": 2, + "created_at": "2022-12-31T11:51:16Z", + "updated_at": "2024-05-23T05:01:25.441Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 477, + "title": "20221130 相约七年后直播", + "description": "2022年第十一次课,听笑来老师讲“复述”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3658320, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7195, + "favor_count": 2, + "created_at": "2022-11-30T11:57:47Z", + "updated_at": "2024-05-23T17:00:41.213Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 476, + "title": "20221031 相约七年后直播", + "description": "2022年第十次课,听笑来老师讲“存储”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4225050, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7080, + "favor_count": 1, + "created_at": "2022-10-31T11:48:00Z", + "updated_at": "2024-05-12T01:26:46.625Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 475, + "title": "20220930 相约七年后直播", + "description": "2022年第九次课,听笑来老师讲“符号系统”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3243140, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6985, + "favor_count": 2, + "created_at": "2022-09-30T11:42:09Z", + "updated_at": "2024-05-19T08:24:45.578Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 474, + "title": "20220831 相约七年后直播", + "description": "2022年第八次课,听笑来老师讲“说明书”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3991650, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6881, + "favor_count": 1, + "created_at": "2022-08-31T11:52:03Z", + "updated_at": "2024-05-23T07:07:59.428Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 473, + "title": "20220731 相约七年后直播", + "description": "2022年第七次课,听笑来老师讲:“(读书)无用论?”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4078030, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6759, + "favor_count": 1, + "created_at": "2022-07-31T11:45:23Z", + "updated_at": "2024-05-17T01:52:30.111Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 472, + "title": "20220630 相约七年后直播", + "description": "2022年第六次课,听笑来老师讲“阅读”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4000470, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6670, + "favor_count": 2, + "created_at": "2022-06-30T11:54:26Z", + "updated_at": "2024-05-25T06:52:02.509Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 471, + "title": "20220531 相约七年后直播", + "description": "2022年第五次课,听笑来老师讲自治。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3708150, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6566, + "favor_count": 1, + "created_at": "2022-05-31T11:55:19Z", + "updated_at": "2024-05-16T11:39:36.199Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 470, + "title": "20220430 相约七年后直播", + "description": "2022年第四次课,听笑来老师讲自重", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3584890, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6424, + "favor_count": 2, + "created_at": "2022-04-30T11:55:18Z", + "updated_at": "2024-05-16T10:58:27.045Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 469, + "title": "20220331 相约七年后直播", + "description": "相约七年后2022年第三次课,听笑来老师讲学会自愈。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3695120, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6240, + "favor_count": 1, + "created_at": "2022-03-31T11:54:56Z", + "updated_at": "2024-05-16T04:20:33.774Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 468, + "title": "20220228 相约七年后直播", + "description": "相约七年后2022年第二次课,听笑来老师讲自我驱动。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3500070, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6118, + "favor_count": 1, + "created_at": "2022-02-28T11:55:39Z", + "updated_at": "2024-05-16T03:06:25.598Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 467, + "title": "20220131 相约七年后直播", + "description": "相约七年后2022年第一次课,在虎年除夕夜听笑来老师讲宽容。顺祝大家虎年大吉,平安顺遂!", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3776650, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6013, + "favor_count": 2, + "created_at": "2022-01-31T11:55:23Z", + "updated_at": "2024-05-16T02:26:05.607Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 466, + "title": "20211231 相约七年后直播", + "description": "相约七年后2021年最后一课,听笑来老师讲担当。新年快乐!", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3442850, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 5833, + "favor_count": 1, + "created_at": "2021-12-31T11:54:56Z", + "updated_at": "2024-05-16T01:48:33.581Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 465, + "title": "20211130 相约七年后直播", + "description": "相约七年后2021年第十一次课,听笑来老师讲榜样的力量是无穷的。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3867340, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 5704, + "favor_count": 1, + "created_at": "2021-11-30T11:56:36Z", + "updated_at": "2024-05-16T01:12:47.612Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 464, + "title": "20211031 相约七年后直播", + "description": "相约七年后2021年第十次课,听笑来老师讲深度沉浸。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3288270, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 5621, + "favor_count": 1, + "created_at": "2021-10-31T12:05:00Z", + "updated_at": "2024-05-15T13:45:40.497Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 463, + "title": "20210930 相约七年后直播", + "description": "相约七年后2021年第九次课,听笑来老师讲沉浸对于我们每个人的影响。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3961530, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4949, + "favor_count": 2, + "created_at": "2021-09-30T11:58:03Z", + "updated_at": "2024-05-17T09:30:23.288Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 462, + "title": "20210831 相约七年后直播", + "description": "相约七年后2021年第八次课,听笑来老师讲内视的重要性。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3271710, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4796, + "favor_count": 2, + "created_at": "2021-08-31T11:53:34Z", + "updated_at": "2024-05-24T01:31:47.211Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 461, + "title": "20210731 相约七年后直播", + "description": "相约七年后2021年第七次课,听笑来老师讲乐观的方法论。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4034140, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4625, + "favor_count": 1, + "created_at": "2021-07-31T11:49:49Z", + "updated_at": "2024-05-15T10:00:22.688Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 460, + "title": "20210630 相约七年后直播", + "description": "相约七年后2021年第六次课,听笑来老师讲性格究竟是什么?", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4418030, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4493, + "favor_count": 2, + "created_at": "2021-06-30T11:40:07Z", + "updated_at": "2024-05-24T00:48:25.353Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 459, + "title": "20210531 相约七年后直播", + "description": "相约七年后2021年第五次课,听笑来老师聊一技之长的重要性。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3343860, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4282, + "favor_count": 1, + "created_at": "2021-05-31T12:00:00Z", + "updated_at": "2024-05-14T02:11:50.514Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 458, + "title": "20210430 相约七年后直播", + "description": "相约七年后2021年第四次课,笑来老师聊如何正确恰当地鼓励他人", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3306920, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4121, + "favor_count": 1, + "created_at": "2021-04-30T12:00:00Z", + "updated_at": "2024-05-17T13:27:13.981Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 457, + "title": "20210331 相约七年后直播", + "description": "相约七年后2021年3月课程,勇气是唯一不可伪造的美德", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3338130, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3894, + "favor_count": 1, + "created_at": "2021-03-31T12:00:00Z", + "updated_at": "2024-05-25T01:53:12.684Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 456, + "title": "20210228 相约七年后直播", + "description": "相约七年后 2021年2月课程,笑来老师聊人品与实力的关系", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3148670, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3679, + "favor_count": 2, + "created_at": "2021-02-28T11:29:37Z", + "updated_at": "2024-05-13T07:27:38.918Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 455, + "title": "20210131 相约七年后直播", + "description": "相约七年后第8次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2961630, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3610, + "favor_count": 1, + "created_at": "2021-01-31T13:00:00Z", + "updated_at": "2024-05-13T04:23:30.408Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 454, + "title": "20201231 相约七年后直播", + "description": "相约七年后第7次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3695200, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3111, + "favor_count": 2, + "created_at": "2020-12-31T13:00:00Z", + "updated_at": "2024-05-24T11:43:12.72Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 453, + "title": "20201130 相约七年后直播", + "description": "相约七年后第6次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3649110, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3110, + "favor_count": 4, + "created_at": "2020-11-30T13:00:00Z", + "updated_at": "2024-05-24T13:54:20.936Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 452, + "title": "20201031 相约七年后直播", + "description": "相约七年后第5次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3689800, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3109, + "favor_count": 2, + "created_at": "2020-10-31T13:00:00Z", + "updated_at": "2024-05-24T01:00:57.908Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 451, + "title": "20200930 相约七年后直播", + "description": "相约七年后第4次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3506070, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3108, + "favor_count": 2, + "created_at": "2020-09-30T13:00:00Z", + "updated_at": "2024-05-23T05:47:46.716Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 450, + "title": "20200831 相约七年后直播", + "description": "相约七年后第3次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3639600, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3107, + "favor_count": 3, + "created_at": "2020-08-31T13:00:00Z", + "updated_at": "2024-05-23T02:32:09.853Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 449, + "title": "20200731 相约七年后直播", + "description": "相约七年后第2次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3783330, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3106, + "favor_count": 6, + "created_at": "2020-07-31T13:00:00Z", + "updated_at": "2024-05-25T01:40:35.426Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 448, + "title": "20200630 相约七年后直播", + "description": "相约七年后第1次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4154730, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3105, + "favor_count": 3, + "created_at": "2020-06-30T13:00:00Z", + "updated_at": "2024-05-25T03:46:57.049Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 484, + "title": "相约七年后 试听课", + "description": "相约七年后 试听课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4910340, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3104, + "favor_count": 6, + "created_at": "2020-05-31T13:00:00Z", + "updated_at": "2024-05-26T00:01:15.357Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + } + ] + } +} \ No newline at end of file diff --git a/courses/the truth of wealth/parse_course.py b/courses/parse_course.py similarity index 79% rename from courses/the truth of wealth/parse_course.py rename to courses/parse_course.py index 74923c5..1b55046 100644 --- a/courses/the truth of wealth/parse_course.py +++ b/courses/parse_course.py @@ -1,4 +1,6 @@ import json +import logging +import os from pathlib import Path import requests @@ -7,19 +9,16 @@ from pydub import AudioSegment def get_course_id(date_file_path): with open(date_file_path, encoding="UTF-8") as file: - # courses = json.load(f) - json_data = file.read() + course_json_data = file.read() # 解析JSON数据 - data = json.loads(json_data) - + data = json.loads(course_json_data) # 初始化一个空数组来存储id值 - ids = [] - + course_ids = [] # 遍历items列表 for item in data['data']['items']: # 提取id并添加到数组中 - ids.append(item['id']) - return ids + course_ids.append(item['id']) + return course_ids # 通过request来爬取课程信息json数据 @@ -68,24 +67,32 @@ def get_audio(audio_data): # 准备下载和合并MP3文件 output_title = data["data"]["title"].replace(".", "_").replace("/", "_") # 替换文件名中不允许的字符 output_filename = Path(f"{output_title}.mp3") + save_file_path = os.path.join(output_title, output_filename) temp_mp3_files = [Path(f"{idx}.mp3") for idx in range(len(mp3_urls))] + # 创建对应title的文件夹 + if not os.path.exists(output_title): + os.makedirs(output_title) + logging.info("Folder created") + else: + logging.info("Folder already exists") + # 下载每个MP3文件 for url, filename in zip(mp3_urls, temp_mp3_files): download_mp3(url, filename) # 合并MP3文件 - merge_mp3_files(temp_mp3_files, output_filename) + merge_mp3_files(temp_mp3_files, save_file_path) # 清理临时文件 for file in temp_mp3_files: file.unlink() - print(f"All MP3 files have been downloaded, merged into {output_filename}, and temporary files have been removed.") + logging.info(f"All MP3 files have been downloaded, merged into {output_filename}, and temporary files have been removed.") if __name__ == '__main__': - ids = get_course_id('course_data.json') + ids = get_course_id('all/course.json') token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIxMDAwMDgzNDciLCJleHAiOjE3MTkxODk0ODQsImp0aSI6IjU3ZTJhMzdmLTMyZGEtNGQ2My1hZjQxLTY5NTRlNmU1OTg2MiIsImlhdCI6MTcxNjUxMTA4NCwiaXNzIjoiYXBwdXNlciIsInVpZCI6ImJlMmViOGIyLTFhOTItNGVmMC05ZDAwLTA1YTlkN2E2OWRiMiIsInNjaGVtZSI6Imp3dGhzIiwic2lkIjoiMWI4ZjE1ZTItYjQ5ZC00MmRmLWEwNDUtZmQxYTUwNzI5ZjkxIn0.IO7C2gtsi8lMdrOgWGNuxK-t2zzmDPvmI4BqISHeZEI" json_data = request_date(ids[0], token) get_audio(json_data) diff --git a/courses/the truth of wealth/get_course_ids.py b/courses/the truth of wealth/get_course_ids.py deleted file mode 100644 index cfba91c..0000000 --- a/courses/the truth of wealth/get_course_ids.py +++ /dev/null @@ -1,18 +0,0 @@ -import json - -with open('course_data.json', encoding="UTF-8") as file: - # courses = json.load(f) - json_data = file.read() - # 解析JSON数据 - data = json.loads(json_data) - - # 初始化一个空数组来存储id值 - ids = [] - - # 遍历items列表 - for item in data['data']['items']: - # 提取id并添加到数组中 - ids.append(item['id']) - - # 打印结果 - print(ids) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c94cf69..07296d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -requests~=2.31.0 +requests>=2.31.0 ipython~=8.24.0 -Scrapy~=2.11.2 \ No newline at end of file +Scrapy~=2.11.2 +pydub~=0.25.1 \ No newline at end of file diff --git a/songyi/courses.json b/songyi/courses.json index 15a2897..b4bf374 100644 --- a/songyi/courses.json +++ b/songyi/courses.json @@ -1,12 +1,20678 @@ -{"ts":1690884518567,"data":{"total":0,"has_more":true,"items":[{"id":6770,"title":"1.00.课前叮嘱","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-01T05:56:59.03686Z","finished_at":"2022-08-01T06:10:44.698621Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6771,"title":"1.01家庭教育的对象究竟是谁?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-01T06:12:01.826324Z","finished_at":"2022-08-01T06:47:44.42707Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6774,"title":"1.02.家庭建设之中什么最重要?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-02T07:41:03.384882Z","finished_at":"2022-08-02T08:25:40.713901Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6777,"title":"1.03.家长的责任究竟都有哪些?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-03T07:35:07.711604Z","finished_at":"2022-08-03T08:26:33.713537Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6779,"title":"1.04.如何衡量家庭建设的质量?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-04T05:54:48.193777Z","finished_at":"2022-08-04T06:43:59.408183Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6783,"title":"1.05.六个基础观念:产权","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-05T06:29:16.968744Z","finished_at":"2022-08-05T07:05:41.368708Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6847,"title":"第1次直播:做决策,天赋论,让孩子对高级的东西感兴趣","description":"这是笑来老师第一周的直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-06T12:00:00Z","finished_at":"2022-08-06T13:39:00Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6793,"title":"1.06.六个基础观念:生产","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-08T06:45:31.422758Z","finished_at":"2022-08-08T07:20:40.440025Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6798,"title":"1.07.六个基础观念:困境","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-09T05:39:35.0138Z","finished_at":"2022-08-09T06:14:03.916515Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6801,"title":"1.08.六个基础观念:担当","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-10T07:10:53.959198Z","finished_at":"2022-08-10T07:46:48.629785Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6803,"title":"1.09.六个基础观念:改进","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-11T06:22:37.312422Z","finished_at":"2022-08-11T07:02:28.357408Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6807,"title":"1.10.六个基础观念:健康","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-12T07:16:53.513458Z","finished_at":"2022-08-12T07:54:26.626683Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6879,"title":"第2次直播:因果关系不是简单的一对一","description":"这是笑来老师的第二周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":true,"is_charge":false,"poster_url":"","started_at":"2022-08-13T12:00:00Z","finished_at":"2022-08-13T13:00:00Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6818,"title":"1.11.三种状态:乐观","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-15T06:14:00.079472Z","finished_at":"2022-08-15T06:48:40.372273Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6824,"title":"1.12.三种状态:简单","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-16T05:35:23.652475Z","finished_at":"2022-08-16T06:06:20.548766Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6827,"title":"1.13.三种状态:专注","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-17T05:08:34.602897Z","finished_at":"2022-08-17T05:33:01.581844Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6830,"title":"1.14.一个动作:发展(1)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-18T07:31:52.219259Z","finished_at":"2022-08-18T08:20:58.757449Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6834,"title":"1.15.一个动作:发展(2)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-19T05:22:18.502366Z","finished_at":"2022-08-19T06:02:31.203175Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6878,"title":"第3次直播:好心不见得有好报","description":"这是笑来老师的第三周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":true,"is_charge":false,"poster_url":"","started_at":"2022-08-20T12:00:00Z","finished_at":"2022-08-20T13:01:00Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6850,"title":"1.16.一个动作:发展(3)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-22T07:50:53.280528Z","finished_at":"2022-08-22T08:25:38.032682Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884520871,"data":{"total":0,"has_more":true,"items":[{"id":6854,"title":"1.17.一个动作:发展(4)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-23T06:09:36.931848Z","finished_at":"2022-08-23T06:47:42.982547Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6858,"title":"1.18.一个动作:发展(5)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-24T06:36:56.497185Z","finished_at":"2022-08-24T07:26:50.142674Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6861,"title":"1.19.总结补充","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-08-25T06:31:47.828385Z","finished_at":"2022-08-25T07:30:37.384136Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6877,"title":"第4次直播:惩罚机制是必要之恶","description":"这是笑来老师的第四周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":true,"is_charge":false,"poster_url":"","started_at":"2022-08-27T12:02:00Z","finished_at":"2022-08-27T13:00:00Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6913,"title":"第5次直播:生活本质上就是一副烂牌","description":"这是笑来老师的第五周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":true,"is_charge":false,"poster_url":"","started_at":"2022-09-04T12:00:00Z","finished_at":"2022-09-04T12:55:00Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6976,"title":"第6次直播:如何面对孩子的平庸?","description":"这是笑来老师的第六周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-09-11T12:00:00Z","finished_at":"2022-09-11T13:00:00Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":6977,"title":"第7次直播:人之初,性本无、孩子的品行是在试错中习得的","description":"这是笑来老师的第七周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-09-18T12:00:00Z","finished_at":"2022-09-18T13:00:00Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7016,"title":"第8次直播:上学和学习不是一回事,再谈学习学习再学习","description":"这是笑来老师的第八周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-09-24T12:00:00Z","finished_at":"2022-09-24T12:45:00Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7015,"title":"第9次直播:为什么要做家庭教育社群?学习的本质是“学”“习”“行”","description":"这是笑来老师的第九周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-02T12:00:00Z","finished_at":"2022-10-02T12:45:00Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7008,"title":"第10次直播:孩子沉迷于手机怎么办?","description":"这是笑来老师的第十周直播答疑分享","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-09T11:53:41.208508Z","finished_at":"2022-10-09T12:49:51.634795Z","record_type":"stream","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7039,"title":"00.学习的真相.开课寄语","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-20T05:41:12.384966Z","finished_at":"2022-10-20T06:20:21.655805Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7044,"title":"01.学习的真相.建·健脑","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-21T05:59:08.491307Z","finished_at":"2022-10-21T06:36:10.248777Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7055,"title":"02.学习的真相.说明书","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-24T06:53:48.441484Z","finished_at":"2022-10-24T07:28:08.685925Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7061,"title":"03.学习的真相.简明语文课","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-25T07:46:50.547855Z","finished_at":"2022-10-25T08:27:50.656922Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7070,"title":"04.学习的真相.识字","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-28T09:07:19.605531Z","finished_at":"2022-10-28T09:34:20.46629Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7081,"title":"05.学习的真相.符号系统","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-10-30T12:49:38.795903Z","finished_at":"2022-10-30T13:15:12.957124Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7093,"title":"06.学习的真相.天生丽质","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-02T08:25:23.44327Z","finished_at":"2022-11-02T08:52:46.110904Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7094,"title":"07.学习的真相.好好说话","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-02T09:18:38.288134Z","finished_at":"2022-11-02T09:45:39.443445Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7097,"title":"08.学习的真相.节能模式","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-03T11:26:05.583403Z","finished_at":"2022-11-03T11:55:16.517414Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7102,"title":"09.学习的真相.多语生存","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-04T09:12:22.324944Z","finished_at":"2022-11-04T09:42:53.625136Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884523536,"data":{"total":0,"has_more":true,"items":[{"id":7112,"title":"10.学习的真相.能量储备","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-07T07:02:41.880659Z","finished_at":"2022-11-07T07:26:15.851178Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7115,"title":"11.学习的真相.神经网络","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-08T07:21:37.006013Z","finished_at":"2022-11-08T07:53:35.326895Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7118,"title":"12.学习的真相.用者无疆","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-09T06:13:42.894172Z","finished_at":"2022-11-09T06:49:04.734762Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7130,"title":"13.学习的真相.记忆容量","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-10T02:45:34.744696Z","finished_at":"2022-11-10T03:23:16.092466Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7151,"title":"14.学习的真相.模型匹配","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-12T02:25:30.097115Z","finished_at":"2022-11-12T03:05:07.917786Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7160,"title":"15.学习的真相.改良构建","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-15T01:44:32.669243Z","finished_at":"2022-11-15T02:18:30.569817Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7164,"title":"16.学习的真相.陈规陋习","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-16T06:44:20.967115Z","finished_at":"2022-11-16T07:26:15.401996Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7165,"title":"17.学习的真相.教学见长","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-17T03:30:14.001436Z","finished_at":"2022-11-17T04:01:39.89902Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7179,"title":"18.学习的真相.最少必要","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-22T08:16:49.111706Z","finished_at":"2022-11-22T08:56:41.002641Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7182,"title":"19.学习的真相.流程而已","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-23T12:15:53.326995Z","finished_at":"2022-11-23T12:47:52.472774Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7183,"title":"20.学习的真相.必要关联","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-24T05:33:35.846074Z","finished_at":"2022-11-24T06:21:24.202821Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7197,"title":"21.学习的真相.三个大脑","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-28T05:31:43.473051Z","finished_at":"2022-11-28T05:56:51.866488Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7200,"title":"22.学习的真相.学习计划","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-29T05:28:43.663409Z","finished_at":"2022-11-29T06:09:24.092197Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7202,"title":"23.学习的真相.判断依据","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-11-30T05:43:08.16918Z","finished_at":"2022-11-30T06:26:11.802507Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7204,"title":"24.学习的真相.学习障碍","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-12-01T05:20:52.501277Z","finished_at":"2022-12-01T05:54:02.565226Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7213,"title":"25.学习的真相.生产导向","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-12-05T06:02:40.651479Z","finished_at":"2022-12-05T06:37:46.532181Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7217,"title":"26.学习的真相.安全意识","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-12-06T07:23:18.412123Z","finished_at":"2022-12-06T08:00:43.604087Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7221,"title":"27.学习的真相.人际关联","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-12-08T06:25:57.353997Z","finished_at":"2022-12-08T07:12:43.986509Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7223,"title":"28.学习的真相.效率至上","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2022-12-09T05:51:56.959037Z","finished_at":"2022-12-09T06:33:36.793668Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7439,"title":"01. 教练的真相. 本分","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-01T01:29:40.900304Z","finished_at":"2023-03-01T01:50:22.809758Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884525833,"data":{"total":0,"has_more":true,"items":[{"id":7455,"title":"02.教练的真相.子女","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-03T01:02:03.122423Z","finished_at":"2023-03-03T01:25:30.473491Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7459,"title":"03.教练的真相.共同","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-04T02:44:38.505987Z","finished_at":"2023-03-04T03:05:43.572096Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7467,"title":"04.教练的真相.提问","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-06T04:59:28.599795Z","finished_at":"2023-03-06T05:27:18.818949Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7470,"title":"05.教练的真相.监督","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-07T05:57:26.205864Z","finished_at":"2023-03-07T06:19:13.014305Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7472,"title":"06.教练的真相.示范","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-08T00:42:52.816998Z","finished_at":"2023-03-08T01:03:51.853793Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7474,"title":"07.教练的真相.讲解","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-09T02:31:26.365472Z","finished_at":"2023-03-09T02:52:49.87843Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7477,"title":"08.教练的真相.写作","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-10T01:19:36.817307Z","finished_at":"2023-03-10T01:37:30.721466Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7480,"title":"09.教练的真相.重生","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-11T00:25:01.252581Z","finished_at":"2023-03-11T00:54:21.811676Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7482,"title":"10.教练的真相.对象","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-12T01:25:28.43345Z","finished_at":"2023-03-12T01:44:46.445351Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7487,"title":"11.教练的真相.适应","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-13T02:08:15.368752Z","finished_at":"2023-03-13T02:30:36.978111Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7489,"title":"12.教练的真相.性格","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-14T03:05:24.677589Z","finished_at":"2023-03-14T03:22:12.884267Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7491,"title":"13.教练的真相.关系","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-15T03:20:41.34251Z","finished_at":"2023-03-15T03:37:48.533608Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7498,"title":"14.教练的真相.习惯","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-17T01:44:29.587932Z","finished_at":"2023-03-17T02:06:11.809212Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7503,"title":"15.教练的真相.复盘","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-19T02:00:39.152337Z","finished_at":"2023-03-19T02:22:41.987836Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7507,"title":"16.教练的真相.靠谱","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-20T03:12:51.501586Z","finished_at":"2023-03-20T03:37:46.665995Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7509,"title":"17.教练的真相.专业","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-21T01:27:13.480907Z","finished_at":"2023-03-21T01:51:18.758048Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7511,"title":"18.教练的真相.列表","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-22T02:44:35.018674Z","finished_at":"2023-03-22T03:04:27.197666Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7518,"title":"19.教练的真相.记录","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-23T03:18:31.997264Z","finished_at":"2023-03-23T03:38:22.1258Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7521,"title":"20.教练的真相.教程","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-24T02:02:05.442879Z","finished_at":"2023-03-24T02:21:38.350035Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7524,"title":"21.教练的真相.结构","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-25T02:08:14.730009Z","finished_at":"2023-03-25T02:33:35.894934Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884528592,"data":{"total":0,"has_more":true,"items":[{"id":7527,"title":"22.教练的真相.临摹","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-26T01:01:04.831709Z","finished_at":"2023-03-26T01:26:16.613598Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7530,"title":"23.教练的真相.风格","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-27T01:10:21.044701Z","finished_at":"2023-03-27T01:34:10.796296Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7533,"title":"24.教练的真相.无形","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-03-28T00:49:38.927322Z","finished_at":"2023-03-28T01:19:34.851318Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7602,"title":"第1期茶话会:我们家《学习的真相》践行分享","description":"这是【家庭成长社群】第1期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:45:59.501161Z","finished_at":"2023-04-26T11:45:59.501161Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7603,"title":"第2期茶话会:如何避开育儿路上的坑以及如何建设好的家庭?","description":"这是【家庭成长社群】第2期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:47:08.952124Z","finished_at":"2023-04-26T11:47:08.952124Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7604,"title":"第3期茶话会:如何提升孩子的专注力?","description":"这是【家庭成长社群】第3期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:47:51.050788Z","finished_at":"2023-04-26T11:47:51.050788Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7605,"title":"第4期茶话会:如何带领全家成为生产者?","description":"这是【家庭成长社群】第4期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:50:00.21975Z","finished_at":"2023-04-26T11:50:00.21975Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7606,"title":"第5期茶话会:如何提升孩子的表达能力?","description":"这是【家庭成长社群】第5期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:50:31.272592Z","finished_at":"2023-04-26T11:50:31.272592Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7607,"title":"第6期茶话会:如何使用人工智能AI提升家庭教育的质量?","description":"这是【家庭成长社群】第6期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:52:54.190213Z","finished_at":"2023-04-26T11:52:54.190213Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7608,"title":"第7期茶话会:如何帮助孩子养成好习惯?","description":"这是【家庭成长社群】第7期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:53:51.877439Z","finished_at":"2023-04-26T11:53:51.877439Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7609,"title":"第8期茶话会:如何引导孩子做好预习和复习?","description":"这是【家庭成长社群】第8期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-04-26T11:54:40.047712Z","finished_at":"2023-04-26T11:54:40.047712Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7625,"title":"学升社区-Ai问答功能说明","description":"指导用户使用社区AI","topic":"","speaker_ids":["a7b73252-0c21-4f07-a428-cdb466d01170"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-03T08:27:06.496751Z","finished_at":"2023-05-03T08:30:00Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"a7b73252-0c21-4f07-a428-cdb466d01170","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T20:23:52Z","joined_at":"2022-07-01T12:37:27.004805Z","full_name":"文韬-社群运营","identity_number":39097226,"avatar_url":"https://mixin-images.zeromesh.net/cMUdBtGEyBgIYZvaLSpldvbxZIakcEdNzQjmnDjFMXtFKKtIyRxWRLsimJ6airfaPzMYqpHwIOkroKcJAoYncIqS9JEit_0zU8T6=s256","uiam_id":110453}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7636,"title":"第9期茶话会:如何与家人一起成长?","description":"这是【家庭成长社群】第9期茶话会视频","topic":"","speaker_ids":["0977669b-388d-4e18-87fd-be44a60db964"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-07T13:43:27.849544Z","finished_at":"2023-05-07T13:43:27.849544Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"0977669b-388d-4e18-87fd-be44a60db964","group_id":"7000104654","state":"paid","expired_at":"2024-06-09T06:47:09.537967Z","joined_at":"2023-05-10T06:47:09.537967Z","full_name":"课程助理","identity_number":41119873,"avatar_url":"https://mixin-images.zeromesh.net/MaIx1eW_OBVkLD4vw2MJTArRCfcAD2tOsu0lM_6vbj7OMjzVpVtSoxu-Jt7FpFjdh3KZbxbvVX38oBgzlOL9WHDINXz1srjRpbil=s256","uiam_id":522507}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7640,"title":"【视频版】 1.00. 课前叮嘱","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T06:42:43.819574Z","finished_at":"2023-05-09T06:42:43.819574Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7641,"title":"【视频版】1.01.家庭教育的对象究竟是谁?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T06:47:55.106701Z","finished_at":"2023-05-09T06:47:55.106701Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7642,"title":"【视频版】1.02. 家庭建设之中什么最重要?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T06:50:27.184636Z","finished_at":"2023-05-09T06:50:27.184636Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7643,"title":"【视频版】1.03.家长的责任究竟都有哪些?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T06:54:35.053406Z","finished_at":"2023-05-09T06:54:35.053406Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7644,"title":"【视频版】1.04.如何衡量家庭建设的质量?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T07:00:24.593045Z","finished_at":"2023-05-09T07:00:24.593045Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7645,"title":"【视频版】1.05. 六个基础观念:产权","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T07:03:02.308587Z","finished_at":"2023-05-09T07:03:02.308587Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7646,"title":"【视频版】1.06.六个基础观念:生产","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:00:42.920398Z","finished_at":"2023-05-09T10:00:42.920398Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884530645,"data":{"total":0,"has_more":true,"items":[{"id":7647,"title":"【视频版】1.07.六个基础观念:困境","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:03:00.27363Z","finished_at":"2023-05-09T10:03:00.27363Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7648,"title":"【视频版】1.08.六个基础观念:担当","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:04:45.899596Z","finished_at":"2023-05-09T10:04:45.899596Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7649,"title":"【视频版】1.09.六个基础观念:改进","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:06:27.554084Z","finished_at":"2023-05-09T10:06:27.554084Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7651,"title":"【视频版】1.10.六个基础观念:健康","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:10:38.198622Z","finished_at":"2023-05-09T10:10:38.198622Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7652,"title":"【视频版】1.11.三种状态:乐观","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:12:43.342479Z","finished_at":"2023-05-09T10:12:43.342479Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7653,"title":"【视频版】1.12.三种状态:简单","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:14:21.664116Z","finished_at":"2023-05-09T10:14:21.664116Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7654,"title":"【视频版】1.13.三种状态:专注","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:16:23.260523Z","finished_at":"2023-05-09T10:16:23.260523Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7655,"title":"【视频版】1.14.一个动作:发展(1)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:17:46.011627Z","finished_at":"2023-05-09T10:17:46.011627Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7656,"title":"【视频版】1.15.一个动作:发展(2)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:19:45.886932Z","finished_at":"2023-05-09T10:19:45.886932Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7657,"title":"【视频版】1.16.一个动作:发展(3)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:21:25.809004Z","finished_at":"2023-05-09T10:21:25.809004Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7658,"title":"【视频版】1.17.一个动作:发展(4)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:23:00.654144Z","finished_at":"2023-05-09T10:23:00.654144Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7659,"title":"【视频版】1.18.一个动作:发展(5)","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:24:38.436788Z","finished_at":"2023-05-09T10:24:38.436788Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7660,"title":"【视频版】1.19.总结补充","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-09T10:26:47.846748Z","finished_at":"2023-05-09T10:26:47.846748Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7661,"title":"【视频版】00.学习的真相.开课寄语","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:43:55.358829Z","finished_at":"2023-05-10T02:43:55.358829Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7662,"title":"【视频版】01.学习的真相.建·健脑","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:48:28.875931Z","finished_at":"2023-05-10T02:48:28.875931Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7663,"title":"【视频版】02.学习的真相.说明书","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:50:28.582886Z","finished_at":"2023-05-10T02:50:28.582886Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7664,"title":"【视频版】03.学习的真相.简明语文课","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:50:41.032021Z","finished_at":"2023-05-10T02:50:41.032021Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7665,"title":"【视频版】04.学习的真相.识字","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:50:52.760575Z","finished_at":"2023-05-10T02:50:52.760575Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7666,"title":"【视频版】05.学习的真相.符号系统","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:51:02.821995Z","finished_at":"2023-05-10T02:51:02.821995Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7667,"title":"【视频版】06.学习的真相.天生丽质","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:51:12.288963Z","finished_at":"2023-05-10T02:51:12.288963Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884533290,"data":{"total":0,"has_more":true,"items":[{"id":7668,"title":"【视频版】07.学习的真相.好好说话","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:51:23.080179Z","finished_at":"2023-05-10T02:51:23.080179Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7669,"title":"【视频版】08.学习的真相.节能模式","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:51:32.459674Z","finished_at":"2023-05-10T02:51:32.459674Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7670,"title":"【视频版】09.学习的真相.多语生存","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:51:47.378387Z","finished_at":"2023-05-10T02:51:47.378387Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7671,"title":"【视频版】10.学习的真相.能量储备","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:51:58.864602Z","finished_at":"2023-05-10T02:51:58.864602Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7672,"title":"【视频版】11.学习的真相.神经网络","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:52:16.492687Z","finished_at":"2023-05-10T02:52:16.492687Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7673,"title":"【视频版】12.学习的真相.用者无疆","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:52:29.269804Z","finished_at":"2023-05-10T02:52:29.269804Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7674,"title":"【视频版】13.学习的真相.记忆容量","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:52:41.688109Z","finished_at":"2023-05-10T02:52:41.688109Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7675,"title":"【视频版】14.学习的真相.模型匹配","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:52:54.008799Z","finished_at":"2023-05-10T02:52:54.008799Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7676,"title":"【视频版】15.学习的真相.改良构建","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:53:08.962962Z","finished_at":"2023-05-10T02:53:08.962962Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7677,"title":"【视频版】16.学习的真相.陈规陋习","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:53:28.827211Z","finished_at":"2023-05-10T02:53:28.827211Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7678,"title":"【视频版】17.学习的真相.教学见长","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:53:56.328321Z","finished_at":"2023-05-10T02:53:56.328321Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7679,"title":"【视频版】18.学习的真相.最少必要","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:54:08.490258Z","finished_at":"2023-05-10T02:54:08.490258Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7680,"title":"【视频版】19.学习的真相.流程而已","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:54:18.977461Z","finished_at":"2023-05-10T02:54:18.977461Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7681,"title":"【视频版】20.学习的真相.必要关联","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:54:31.928365Z","finished_at":"2023-05-10T02:54:31.928365Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7682,"title":"【视频版】21.学习的真相.三个大脑","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:54:42.341732Z","finished_at":"2023-05-10T02:54:42.341732Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7683,"title":"【视频版】22.学习的真相.学习计划","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:54:55.360789Z","finished_at":"2023-05-10T02:54:55.360789Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7684,"title":"【视频版】23.学习的真相.判断依据","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:55:07.681879Z","finished_at":"2023-05-10T02:55:07.681879Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7685,"title":"【视频版】24.学习的真相.学习障碍","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:55:20.65272Z","finished_at":"2023-05-10T02:55:20.65272Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7686,"title":"【视频版】25.学习的真相.生产导向","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:55:31.040244Z","finished_at":"2023-05-10T02:55:31.040244Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7687,"title":"【视频版】26.学习的真相.安全意识","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:55:42.977022Z","finished_at":"2023-05-10T02:55:42.977022Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884535804,"data":{"total":0,"has_more":true,"items":[{"id":7688,"title":"【视频版】27.学习的真相.人际关联","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:55:54.97224Z","finished_at":"2023-05-10T02:55:54.97224Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7689,"title":"【视频版】28.学习的真相.效率至上","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-10T02:56:07.489776Z","finished_at":"2023-05-10T02:56:07.489776Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7724,"title":"第10期茶话会:如何给孩子进行考前心理建设?","description":"这是【家庭成长社群】第10期茶话会视频","topic":"","speaker_ids":["742eefa1-2f83-4e9a-9c1f-297cfcd69721"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-05-22T02:56:19.465275Z","finished_at":"2023-05-22T02:56:19.465275Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"742eefa1-2f83-4e9a-9c1f-297cfcd69721","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:41:38.124458Z","full_name":"Susan @定投课堂运营","identity_number":37343300,"avatar_url":"https://mixin-images.zeromesh.net/s0-5dnNZ4E9qK24ROIXc2oAZGXioJui2o-9j-OuC3nOxpwfaaVCpAVXsbebzdLhVQ6QRPUZG9HZTjBt6FzYyMtte9xt2FOK58q8M=s256","uiam_id":97318}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7744,"title":"【视频版】3.1 教练的真相. 本分","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T04:03:30.487246Z","finished_at":"2023-06-01T04:03:30.487246Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7745,"title":"【视频版】3.2 教练的真相. 子女","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:17:34.648965Z","finished_at":"2023-06-01T06:17:34.648965Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7746,"title":"【视频版】3.3 教练的真相. 共同","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:23:05.436363Z","finished_at":"2023-06-01T06:23:05.436363Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7747,"title":"【视频版】3.4 教练的真相. 提问","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:25:18.303365Z","finished_at":"2023-06-01T06:25:18.303365Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7748,"title":"【视频版】3.5 教练的真相. 监督","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:27:09.25006Z","finished_at":"2023-06-01T06:27:09.25006Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7749,"title":"【视频版】3.6 教练的真相. 示范","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:33:05.852491Z","finished_at":"2023-06-01T06:33:05.852491Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7750,"title":"【视频版】3.7 教练的真相. 讲解","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:35:00.681703Z","finished_at":"2023-06-01T06:35:00.681703Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7751,"title":"【视频版】3.8 教练的真相. 写作","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:36:55.887696Z","finished_at":"2023-06-01T06:36:55.887696Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7752,"title":"【视频版】3.9 教练的真相. 重生","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:38:54.189364Z","finished_at":"2023-06-01T06:38:54.189364Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7753,"title":"【视频版】3.10 教练的真相. 对象","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:40:44.092838Z","finished_at":"2023-06-01T06:40:44.092838Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7754,"title":"【视频版】3.11 教练的真相. 适应","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:42:32.551235Z","finished_at":"2023-06-01T06:42:32.551235Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7755,"title":"【视频版】3.12 教练的真相. 性格","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:44:29.547677Z","finished_at":"2023-06-01T06:44:29.547677Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7756,"title":"【视频版】3.13 教练的真相. 关系","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:46:00.210995Z","finished_at":"2023-06-01T06:46:00.210995Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7757,"title":"【视频版】3.14 教练的真相. 习惯","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:47:37.306157Z","finished_at":"2023-06-01T06:47:37.306157Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7758,"title":"【视频版】3.15 教练的真相. 复盘","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:49:46.210373Z","finished_at":"2023-06-01T06:49:46.210373Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7759,"title":"【视频版】3.16 教练的真相. 靠谱","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:52:57.724282Z","finished_at":"2023-06-01T06:52:57.724282Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7760,"title":"【视频版】3.17 教练的真相. 专业","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:55:20.066676Z","finished_at":"2023-06-01T06:55:20.066676Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884537755,"data":{"total":0,"has_more":true,"items":[{"id":7761,"title":"【视频版】3.18 教练的真相. 列表","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:57:20.594945Z","finished_at":"2023-06-01T06:57:20.594945Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7762,"title":"【视频版】3.19 教练的真相. 记录","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T06:59:03.439271Z","finished_at":"2023-06-01T06:59:03.439271Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7763,"title":"【视频版】3.20 教练的真相. 教程","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T07:00:44.742473Z","finished_at":"2023-06-01T07:00:44.742473Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7764,"title":"【视频版】3.21 教练的真相. 结构","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T07:02:39.843239Z","finished_at":"2023-06-01T07:02:39.843239Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7765,"title":"【视频版】3.22 教练的真相. 临摹","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T07:04:57.348838Z","finished_at":"2023-06-01T07:04:57.348838Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7766,"title":"【视频版】3.23 教练的真相. 风格","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T07:09:25.289103Z","finished_at":"2023-06-01T07:09:25.289103Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7767,"title":"【视频版】3.24 教练的真相. 无形","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-01T07:11:01.892475Z","finished_at":"2023-06-01T07:11:01.892475Z","record_type":"prerecorded","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7771,"title":"2023.06.02.《思考的真相》简要介绍","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-02T02:05:30.26173Z","finished_at":"2023-06-02T02:15:02.224791Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7772,"title":"2023.06.02.思考的真相.01","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-02T02:17:18.431365Z","finished_at":"2023-06-02T02:37:42.893335Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7780,"title":"2023.06.05.思考的真相.02","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-05T01:09:54.945136Z","finished_at":"2023-06-05T01:24:00.286828Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7784,"title":"2023.06.06.思考的真相.03","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-06T00:51:43.480007Z","finished_at":"2023-06-06T01:10:21.812477Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7785,"title":"第11期茶话会:如何带动孩子一起健身?","description":"这是【家庭成长社群】第11期茶话会视频","topic":"","speaker_ids":["742eefa1-2f83-4e9a-9c1f-297cfcd69721"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-06T03:46:49.9967Z","finished_at":"2023-06-06T03:46:49.9967Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"742eefa1-2f83-4e9a-9c1f-297cfcd69721","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:41:38.124458Z","full_name":"Susan @定投课堂运营","identity_number":37343300,"avatar_url":"https://mixin-images.zeromesh.net/s0-5dnNZ4E9qK24ROIXc2oAZGXioJui2o-9j-OuC3nOxpwfaaVCpAVXsbebzdLhVQ6QRPUZG9HZTjBt6FzYyMtte9xt2FOK58q8M=s256","uiam_id":97318}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7788,"title":"2023.06.07.思考的真相.04","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-07T01:48:50.167631Z","finished_at":"2023-06-07T01:59:32.903109Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7793,"title":"2023.06.08.思考的真相.05","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-08T01:45:45.591202Z","finished_at":"2023-06-08T01:55:00.821069Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7799,"title":"2023.06.12.思考的真相.06","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-12T02:42:49.186761Z","finished_at":"2023-06-12T02:58:00.530164Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7804,"title":"2023.06.13.思考的真相.07","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-13T08:02:41.324183Z","finished_at":"2023-06-13T08:20:46.01637Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7808,"title":"2023.06.14.思考的真相.08","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-14T02:28:57.473179Z","finished_at":"2023-06-14T02:58:31.722858Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7812,"title":"2023.06.15.思考的真相.09","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-15T02:56:01.752855Z","finished_at":"2023-06-15T03:18:59.303002Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7817,"title":"2023.06.16.思考的真相.10","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-16T02:16:17.114402Z","finished_at":"2023-06-16T02:42:31.944662Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7826,"title":"2023.06.19.思考的真相.11","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-19T01:31:32.862848Z","finished_at":"2023-06-19T01:49:35.235593Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884539975,"data":{"total":0,"has_more":true,"items":[{"id":7824,"title":"第12期茶话会:如何让成为带领全家共同成长的好爸爸?","description":"这是【家庭成长社群】第12期茶话会视频","topic":"","speaker_ids":["742eefa1-2f83-4e9a-9c1f-297cfcd69721"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-19T02:32:25.691775Z","finished_at":"2023-06-19T02:32:25.691775Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"742eefa1-2f83-4e9a-9c1f-297cfcd69721","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:41:38.124458Z","full_name":"Susan @定投课堂运营","identity_number":37343300,"avatar_url":"https://mixin-images.zeromesh.net/s0-5dnNZ4E9qK24ROIXc2oAZGXioJui2o-9j-OuC3nOxpwfaaVCpAVXsbebzdLhVQ6QRPUZG9HZTjBt6FzYyMtte9xt2FOK58q8M=s256","uiam_id":97318}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7832,"title":"2023.06.20.思考的真相.12","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-20T01:03:49.981965Z","finished_at":"2023-06-20T02:07:06.524729Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7836,"title":"2023.06.21.思考的真相.13","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-21T01:58:03.218508Z","finished_at":"2023-06-21T02:09:56.161939Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7843,"title":"2023.06.22.思考的真相.14","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-06-22T01:11:43.220711Z","finished_at":"2023-06-22T01:25:43.509547Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7859,"title":"第13期茶话会:如何做好暑假规划、带着孩子一起生产成长?","description":"这是【家庭成长社群】第13期茶话会视频","topic":"","speaker_ids":["742eefa1-2f83-4e9a-9c1f-297cfcd69721"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-02T10:28:35.995136Z","finished_at":"2023-07-02T10:28:35.995136Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"742eefa1-2f83-4e9a-9c1f-297cfcd69721","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:41:38.124458Z","full_name":"Susan @定投课堂运营","identity_number":37343300,"avatar_url":"https://mixin-images.zeromesh.net/s0-5dnNZ4E9qK24ROIXc2oAZGXioJui2o-9j-OuC3nOxpwfaaVCpAVXsbebzdLhVQ6QRPUZG9HZTjBt6FzYyMtte9xt2FOK58q8M=s256","uiam_id":97318}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7882,"title":"2023.07.05.抗风险能力","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-05T03:01:25.259311Z","finished_at":"2023-07-05T03:15:29.353829Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7881,"title":"2023.07.07.我如何哄老人开心?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-07T02:59:31.254966Z","finished_at":"2023-07-07T03:12:40.290683Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7883,"title":"2023.07.10.人工智能会拉大知识的贫富差距","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-10T04:56:40.186495Z","finished_at":"2023-07-10T05:15:17.492817Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7884,"title":"2023.07.12.理解需要很长时间","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-12T01:28:56.893746Z","finished_at":"2023-07-12T01:51:13.473412Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7891,"title":"2023.07.18.时间这个房间里的大象…","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-18T04:32:24.162384Z","finished_at":"2023-07-18T04:47:47.20239Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7893,"title":"2023.07.20.啥都没做成不意味着毫无进步","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-20T05:54:26.54493Z","finished_at":"2023-07-20T06:10:31.180047Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7915,"title":"0.0-思考的真相-前言","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:04:05.808658Z","finished_at":"2023-07-21T05:04:05.808658Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7916,"title":"1.1-思考的真相-定义","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:04:41.357289Z","finished_at":"2023-07-21T05:04:41.357289Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7917,"title":"1.2-思考的真相-分类","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:05:04.33234Z","finished_at":"2023-07-21T05:05:04.33234Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7919,"title":"1.3-思考的真相-比较","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:05:17.01233Z","finished_at":"2023-07-21T05:05:17.01233Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7925,"title":"1.4-思考的真相-因果","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:05:28.460228Z","finished_at":"2023-07-21T05:05:28.460228Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7924,"title":"1.5-思考的真相-决策","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:05:46.73151Z","finished_at":"2023-07-21T05:05:46.73151Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7928,"title":"1.6-思考的真相-流程","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:06:06.055713Z","finished_at":"2023-07-21T05:06:06.055713Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7930,"title":"2.1-思考的真相-关系","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:06:21.073769Z","finished_at":"2023-07-21T05:06:21.073769Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7932,"title":"2.2-思考的真相-维度","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:06:32.065513Z","finished_at":"2023-07-21T05:06:32.065513Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} -{"ts":1690884542192,"data":{"total":0,"has_more":false,"items":[{"id":7934,"title":"2.3-思考的真相-未知","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:06:55.107764Z","finished_at":"2023-07-21T05:06:55.107764Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7936,"title":"2.4-思考的真相-曙光","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:07:09.929176Z","finished_at":"2023-07-21T05:07:09.929176Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7937,"title":"3.1-思考的真相-返璞、类比","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T05:07:29.068423Z","finished_at":"2023-07-21T05:07:29.068423Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7938,"title":"3.2-思考的真相-发展","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-21T06:16:53.158291Z","finished_at":"2023-07-21T06:16:53.158291Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7920,"title":"第14期茶话会:如何处理好家庭教育里的隔代关系?","description":"这是【富足人生践行群】第14期茶话会视频","topic":"","speaker_ids":["742eefa1-2f83-4e9a-9c1f-297cfcd69721"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-23T09:24:50.082502Z","finished_at":"2023-07-23T09:24:50.082502Z","record_type":"prerecorded","open_comment":false,"speakers":[{"user_id":"742eefa1-2f83-4e9a-9c1f-297cfcd69721","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:41:38.124458Z","full_name":"Susan @定投课堂运营","identity_number":37343300,"avatar_url":"https://mixin-images.zeromesh.net/s0-5dnNZ4E9qK24ROIXc2oAZGXioJui2o-9j-OuC3nOxpwfaaVCpAVXsbebzdLhVQ6QRPUZG9HZTjBt6FzYyMtte9xt2FOK58q8M=s256","uiam_id":97318}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7927,"title":"2023.07.24.复合技能的时间成本其实很惊人…","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-24T02:41:35.640792Z","finished_at":"2023-07-24T03:02:41.944579Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7933,"title":"2023.07.27.所谓的“人性”究竟是什么?","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-27T02:35:29.287169Z","finished_at":"2023-07-27T03:01:29.86333Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"},{"id":7940,"title":"2023.07.31.再谈“勇气”这个不可伪造的美德","description":"","topic":"","speaker_ids":["b76e0418-2d94-4b36-a6dd-497933b79923"],"is_published":true,"is_open":false,"is_charge":false,"poster_url":"","started_at":"2023-07-31T02:08:58.663389Z","finished_at":"2023-07-31T02:35:57.654705Z","record_type":"lecture","open_comment":true,"speakers":[{"user_id":"b76e0418-2d94-4b36-a6dd-497933b79923","group_id":"7000104654","state":"paid","expired_at":"2099-08-01T12:35:52.263264Z","joined_at":"2022-07-01T12:42:13.887417Z","full_name":"笑来","identity_number":26806,"avatar_url":"https://mixin-images.zeromesh.net/3kCJbGHrViT3ARf3VVYvKEiOao5Kyh8cW3XaJa_GlHYNE2bqvzDlpbExFC_lkNGQNaX3scVaRMQeJelHQT4Qb2pU=s256","uiam_id":37498}],"message_count":0,"SpeakersMap":null,"group_id":"7000104654","is_live_streaming":false,"community_id":"f0495084-4c6f-4f35-b4d5-2068641a53a1"}]}} - +{ + "ts": 1716684772251, + "data": { + "total": 450, + "has_more": false, + "items": [ + { + "id": 488, + "title": "2024.05.23.念经:朗读解决一切", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/983b2a41-31cb-4426-b32e-9e6d711e1eb1@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1419400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8334, + "favor_count": 38, + "created_at": "2024-05-23T07:23:23.057Z", + "updated_at": "2024-05-26T00:42:35.504Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1011002, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 487, + "title": "【定投故事122期】我是如何通过持续学习,在30岁前实现年入7位数的?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0ac54923-193f-467e-88a5-c5c0a50adb29@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 788010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8332, + "favor_count": 23, + "created_at": "2024-05-20T09:23:06.595Z", + "updated_at": "2024-05-25T06:04:33.794Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 485, + "title": "【定投故事第121期】:我是如何从无价值感宝妈到三年给企业创收近三千万的?", + "description": "雪儿", + "poster_url": "https://bandu-resources.songy.info/7000104757/93b2daea-00e2-42a8-9377-52c573beabf1@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 773590, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8331, + "favor_count": 25, + "created_at": "2024-05-14T01:29:16.897Z", + "updated_at": "2024-05-25T05:02:29.712Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": true, + "last_learned_at": 773596, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 479, + "title": "2024.05.10.为什么每天都要朗读?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/014e43c1-a502-4562-a01b-1876fa7a0f82@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 717280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8330, + "favor_count": 78, + "created_at": "2024-05-10T05:08:24.536Z", + "updated_at": "2024-05-25T12:00:25.771Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 717281, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 447, + "title": "【定投故事第117期】:我是如何从短视近利的假学习者进化成知行合一的真学习者", + "description": "她做到了:\n从一般上班族,变成时间自由的定投人生族;\n从只想玩乐的安逸妈妈,转变为每天学习超過6小时;\n从破产两次的投机者,成长为通过定投财富自由的投资人。\n\n🔍threads&小紅書:April 林星辰", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1420150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8317, + "favor_count": 26, + "created_at": "2024-05-06T01:14:54.212Z", + "updated_at": "2024-05-25T03:01:58.26Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": true, + "last_learned_at": 1420153, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 446, + "title": "「定投故事第120期」:一切都还来得及", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 670670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8328, + "favor_count": 29, + "created_at": "2024-05-06T01:14:18.122Z", + "updated_at": "2024-05-25T23:22:04.563Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": false, + "last_learned_at": 14893, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 445, + "title": "2024.05.03.逻辑正确只保证推理过程正确…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1248600, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8327, + "favor_count": 35, + "created_at": "2024-05-06T01:14:14.71Z", + "updated_at": "2024-05-22T23:32:13.035Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 444, + "title": "【定投故事第119期】夫妻上行幸福一生", + "description": "让对方体面的接受你的帮助", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 968150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8324, + "favor_count": 9, + "created_at": "2024-05-06T01:14:09.356Z", + "updated_at": "2024-05-25T02:38:57.083Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": false, + "last_learned_at": 766010, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 443, + "title": "2024.05.01.实力胜过修养", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1217500, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8326, + "favor_count": 47, + "created_at": "2024-05-01T05:49:36.321Z", + "updated_at": "2024-05-25T00:17:47.63Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1217506, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 442, + "title": "20240430 相约七年后直播", + "description": "本次直播主题:“《LIVEWIRD》”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 3513470, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 68, + "created_at": "2024-04-29T03:06:47.796Z", + "updated_at": "2024-05-21T21:57:03.89Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 275000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 440, + "title": "2024.04.26.到达精通的四个阶段", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 761470, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8323, + "favor_count": 54, + "created_at": "2024-04-26T07:12:16.791Z", + "updated_at": "2024-05-25T03:27:40.255Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 761468, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 439, + "title": "2024.04.22.一次很小的研究学习经历", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1200510, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8322, + "favor_count": 28, + "created_at": "2024-04-23T09:48:01.256Z", + "updated_at": "2024-05-25T05:59:20.555Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1200510, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 438, + "title": "【定投故事第118期】我是如何重建家庭亲密关系的?", + "description": "对自己的父亲,从长期讨厌变为真诚理解\n对自己的宝宝,让其从长达6个月不喊妈妈到愿意和妈妈一起玩\n对自己的家庭,从自己埋头学习到带领全家一起践行", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 744140, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8321, + "favor_count": 8, + "created_at": "2024-04-23T09:47:38.712Z", + "updated_at": "2024-05-20T07:18:01.971Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 436, + "title": "2024.04.17.批评中医不行吗?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 405310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8320, + "favor_count": 19, + "created_at": "2024-04-17T09:43:23.974Z", + "updated_at": "2024-05-14T07:46:24.258Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 405308, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 435, + "title": "2024.04.16.Renato.Moicano.推荐的书", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 264920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8319, + "favor_count": 25, + "created_at": "2024-04-16T06:17:22.933Z", + "updated_at": "2024-05-14T07:46:27.144Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 223192, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 433, + "title": "第28期家庭茶话会:如何通过自学提升赚钱能力?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/3ffb7242-6b4a-4323-952f-704732193be3@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 10449260, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 37, + "created_at": "2024-04-14T11:26:31.365Z", + "updated_at": "2024-05-13T02:02:24.737Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 9754000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 430, + "title": "【定投故事第116期】我是如何从迷茫焦虑,到一步步开启美好未来的!", + "description": "跳出体制内卷,从没有阅读习惯,到每天读书1300多天;从英语学渣到“用”英语读原版书;建立正确的投资理念,收获高收益…", + "poster_url": "https://bandu-resources.songy.info/7000104757/be0b4dda-a2a4-41a2-a7a6-b7446b3f6e8e@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 879190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8315, + "favor_count": 16, + "created_at": "2024-04-07T07:59:32.442Z", + "updated_at": "2024-04-21T05:21:56.963Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 429, + "title": "2024.04.05.上一课并没结束…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7ccd1c7d-9b5b-4ae9-8212-4e5a5336f262@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1810520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8313, + "favor_count": 35, + "created_at": "2024-04-06T05:43:52.399Z", + "updated_at": "2024-05-23T15:16:57.211Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1810526, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 428, + "title": "2024.04.03.请重视《思考的真相》", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7d1ecda0-69e8-4e26-97f7-11de05cb9fef@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 992190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8312, + "favor_count": 42, + "created_at": "2024-04-03T06:17:58.809Z", + "updated_at": "2024-05-19T03:34:31.536Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 990693, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 427, + "title": "【定投故事第115期】不争第一,只做唯一:从五线小镇到华尔街,用定投思维实现孩子有未来,家族有财富!", + "description": "他做到了:\n100w+全奖留学美国,从五线小镇入职华尔街;\n用心经营家庭,除了三只美宝,夫人是四宝;\n定投工作生活家庭,创造作品打造美好人生;", + "poster_url": "https://bandu-resources.songy.info/7000104757/3a81b0aa-170c-458e-a8b1-7c037ac0c68a@thumb.webp", + "speaker_id": "", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 3401710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8311, + "favor_count": 22, + "created_at": "2024-04-03T06:11:12.767Z", + "updated_at": "2024-05-23T01:04:52.941Z", + "course_contents": null, + "speaker": null, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 426, + "title": "20240331 相约七年后直播", + "description": "2024年第三次课,听笑来老师讲“Steven Pinker”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 3606480, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8310, + "favor_count": 44, + "created_at": "2024-04-01T11:49:19.717Z", + "updated_at": "2024-05-20T08:42:11.991Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 19000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 424, + "title": "2024.03.29.又一次创作过程展示", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/8608f81b-c32a-4066-843a-7ff61c79137f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 708560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8309, + "favor_count": 29, + "created_at": "2024-03-29T03:11:39.134Z", + "updated_at": "2024-05-19T04:15:12.477Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 423, + "title": "2024.03.26.学习意愿决定学习效果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/2439fa9a-f604-4e63-9727-a800c24f17ac@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 650300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8308, + "favor_count": 45, + "created_at": "2024-03-26T07:44:31.521Z", + "updated_at": "2024-05-24T10:21:30.71Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 650306, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 422, + "title": "【定投故事第114期】从厌恶销售到爱上销售,我的成长变化", + "description": "她做到了:\n从厌恶销售,到爱上销售\n从销售小白,到3个月销售《财富的真相》超百本\n从背负债务,到通过销售实现独立生存", + "poster_url": "https://bandu-resources.songy.info/7000104757/e00caf2d-1a76-403f-b050-ba675d8266f7@thumb.webp", + "speaker_id": "c7b4938c-34f1-4ec6-99cf-2fef353319ad", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 833200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8307, + "favor_count": 12, + "created_at": "2024-03-25T06:14:23.843Z", + "updated_at": "2024-04-24T06:51:57.582Z", + "course_contents": null, + "speaker": { + "id": "c7b4938c-34f1-4ec6-99cf-2fef353319ad", + "bandu_number": 100011419, + "full_name": "余安苒", + "avatar": "https://mixin-images.zeromesh.net/0FiTze75cI0FZpJFS8OIJteCgCHn06mqUFBIxIGI3qY_oOROFwZDQmGcosV9-NLd-DjJ2D-S1a7fpnbyDzO9UMdn80K-1PU448SY=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 833212, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 421, + "title": "【定投故事第113期】持续读书成长 让我穿越至暗时刻逆风翻盘", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/38a920de-dc65-4132-9731-b2716ada7be9@thumb.webp", + "speaker_id": "368e5ecf-3ad7-44f4-b844-6af03610318e", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 912020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8298, + "favor_count": 18, + "created_at": "2024-03-25T06:07:53.825Z", + "updated_at": "2024-05-09T00:49:26.721Z", + "course_contents": null, + "speaker": { + "id": "368e5ecf-3ad7-44f4-b844-6af03610318e", + "bandu_number": 100004216, + "full_name": "晓晴姐姐", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLFM4HMOulV8OGlOYVBbFqXRK53esS60Ms2lyAenRG7ZK1VBxJLUtEQETNuxLlD6PEkzUdOlyxztw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 419, + "title": "2024.03.18.务必重视文字!", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/4a4a2f94-d8af-4829-a28b-20c40d76afcf@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 568120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8299, + "favor_count": 29, + "created_at": "2024-03-19T05:41:23.45Z", + "updated_at": "2024-05-10T11:06:38.312Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 568129, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 418, + "title": "第27期家庭茶话会:如何迈过最难的从0到100小时的自学启动期?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/3ffb7242-6b4a-4323-952f-704732193be3@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8146190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 24, + "created_at": "2024-03-17T10:21:43.093Z", + "updated_at": "2024-05-13T22:57:22.417Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1247000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 417, + "title": "【定投故事第 112 期】护念初心,以终为始", + "description": "辞职换城市生活工作,结识另一半,开启家庭建设;\n定投慢跑 9 个月,月均 100 公里,提升体力和感知力;\n给孩子朗读 12 个月,日均朗读 1 小时,提升亲子关系。", + "poster_url": "https://bandu-resources.songy.info/7000104757/3d238dc8-eb77-4db7-842e-c0df241b2dbd@thumb.webp", + "speaker_id": "b2e6706b-1bed-4811-ba7e-b781ec9e6304", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 832990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8296, + "favor_count": 11, + "created_at": "2024-03-11T07:09:36.978Z", + "updated_at": "2024-05-12T16:15:58.908Z", + "course_contents": null, + "speaker": { + "id": "b2e6706b-1bed-4811-ba7e-b781ec9e6304", + "bandu_number": 100000615, + "full_name": "张景炫", + "avatar": "https://mixin-images.zeromesh.net/Vvja1yTgDrD346pT5LWNIOkd5SQ31qsGb3oe5pQOMKCG8fi9MnuEyMQgPt6FPBsdRtBBg7IEwoY8t6RmgzVpe9oa2UKMcsaKH23_=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 353246, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 416, + "title": "【定投故事第111期】从一无所有到深圳安家,7年真如一辈子", + "description": "他做到了:\n1. 从频繁换工作,到找到定位开始积累,赚到第一桶金\n2. 从投资上定投,到定投跑步编程夫妻关系,让成长加速 \n\n这场分享会让你感受到一个普通人如何在“一辈子”之内快速成长。", + "poster_url": "https://bandu-resources.songy.info/7000104757/bc704d94-b054-450a-a72c-66f031c16748@thumb.webp", + "speaker_id": "90b126d0-901a-4810-b1ea-3cb3fee00b61", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 817050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8294, + "favor_count": 15, + "created_at": "2024-03-04T08:42:45.679Z", + "updated_at": "2024-05-12T15:51:32.463Z", + "course_contents": null, + "speaker": { + "id": "90b126d0-901a-4810-b1ea-3cb3fee00b61", + "bandu_number": 100004820, + "full_name": "本杰明", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 193597, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 415, + "title": "2024年英语学习计划的学习资料和工具,看这一篇就够了!", + "description": "笑来老师2024年英语学习计划", + "poster_url": "https://bandu-resources.songy.info/7000104757/6f645d84-292d-418c-bcd6-2592efd69ca3@thumb.webp", + "speaker_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "course_type": "lecture", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 350850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 72, + "created_at": "2024-03-04T07:12:59.964Z", + "updated_at": "2024-05-22T14:33:29.539Z", + "course_contents": null, + "speaker": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 414, + "title": "2024.03.02.每一个孩子原本都是天下最具潜力的优质智能资产", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/d40ea0a4-fda6-42e2-9f70-f2cadc0e27d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 682350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8293, + "favor_count": 39, + "created_at": "2024-03-04T03:03:45.386Z", + "updated_at": "2024-05-24T23:57:00.614Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 682346, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 413, + "title": "2024.02.28.我们也不完全只靠生学硬练", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/af431c91-1956-494b-a62b-edb3c0a9a39e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 833910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8292, + "favor_count": 43, + "created_at": "2024-02-28T03:00:26.146Z", + "updated_at": "2024-05-18T03:09:42.124Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 412, + "title": "20240229 相约七年后直播", + "description": "本次直播主题:“《BUILD》”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 3793580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 85, + "created_at": "2024-02-27T03:46:38.326Z", + "updated_at": "2024-05-21T07:41:31.892Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": true, + "last_learned_at": 1000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 411, + "title": "【定投故事第110期】定投写作,从无业游民到超级个体", + "description": "他做到了:\n\n1.从创业失败的无业游民,成长为年入百万的超级个体\n2.从一个普通人,成长为一篇文章能卖出三百本书的小KOL\n3. 从单打独斗的个体,到拥有上千名付费用户的社群创始人 \n\n这场分享会让你收获如何用写作来加速成长、把一份时间卖出很多次。\n", + "poster_url": "https://bandu-resources.songy.info/7000104757/464ac9d7-a17d-4de6-9bf9-051f7ced119b@thumb.webp", + "speaker_id": "6c6e9b55-e46b-4a28-94ca-47aa4fbda8a8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 957350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8289, + "favor_count": 38, + "created_at": "2024-02-26T03:16:53.406Z", + "updated_at": "2024-05-16T13:22:27.518Z", + "course_contents": null, + "speaker": { + "id": "6c6e9b55-e46b-4a28-94ca-47aa4fbda8a8", + "bandu_number": 100001599, + "full_name": "郭晓文", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJVvjiaHUH57J63grK34BB2UCr9QoAg5iacXynM3RQiaCrXB34dbjAae3kLlm1icY8GKTZcoNYkZUxmnw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 410, + "title": "第26期家庭茶话会:如何克服困难保证足量自学投入?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/fcf32eef-cec3-4e1d-bd6f-8b8c70efda4b@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8395560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 37, + "created_at": "2024-02-25T09:38:30.094Z", + "updated_at": "2024-05-17T12:09:11.346Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 409, + "title": "2024.02.22.关于高强度密集训练", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/dc14e394-9149-44c9-aeb6-486aaabf6249@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 619850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8287, + "favor_count": 41, + "created_at": "2024-02-22T07:22:03.138Z", + "updated_at": "2024-05-07T11:12:54.611Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 619852, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 408, + "title": "2024.02.19.借助人工智能的辅助重塑自己的大脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/237988c1-911e-4f38-83b1-079d4f95b74b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 909320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8286, + "favor_count": 52, + "created_at": "2024-02-19T11:59:35.051Z", + "updated_at": "2024-05-22T04:10:42.754Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 909320, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 406, + "title": "【定投故事第105期】我是如何与家人从不断吵闹进化到共同成长的", + "description": "她做到了通过改造自我,进而带动全家人一起成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/e0ceec58-e4a9-4fea-b365-f3904d2620f6@thumb.webp", + "speaker_id": "f568b06e-f8cf-44a9-bff3-651d2bd9eec1", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 950010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8263, + "favor_count": 30, + "created_at": "2024-02-18T04:34:53.742Z", + "updated_at": "2024-05-10T14:33:10.845Z", + "course_contents": null, + "speaker": { + "id": "f568b06e-f8cf-44a9-bff3-651d2bd9eec1", + "bandu_number": 100001639, + "full_name": "七夕", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 98170, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 405, + "title": "【定投故事第106期】朝九晚九“打工人”进化为每天仅工作两小时的“自由个体”", + "description": "普通上班族如何通过自学实现白手起家", + "poster_url": "https://bandu-resources.songy.info/7000104757/3753c5bb-f283-4790-a58f-b3628c7a7f6d@thumb.webp", + "speaker_id": "15dce6c8-fef2-4fb8-9c1d-07b3e172b3b8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 965880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8270, + "favor_count": 35, + "created_at": "2024-02-18T04:32:36.439Z", + "updated_at": "2024-05-19T12:06:33.019Z", + "course_contents": null, + "speaker": { + "id": "15dce6c8-fef2-4fb8-9c1d-07b3e172b3b8", + "bandu_number": 100003175, + "full_name": "陈欢 v:huanhuan202306", + "avatar": "https://bandu-resources.songy.info/7000104757/97809bcb-9777-468f-9ae1-23b82954fdf4@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 27880, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 404, + "title": "【定投故事第107期】我是如何通过调配注意力实现满满收获的?", + "description": "持续投资,相当于攒下了5年时间。短时间内搞定考证,减免了38万元贷款。15年骑行锻炼,健身同时也健了脑。", + "poster_url": "https://bandu-resources.songy.info/7000104757/2c0320c6-6964-43ed-963d-edd93d69a9ac@thumb.webp", + "speaker_id": "c09adef6-7d48-49aa-9264-fe38d6cda8a1", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 999240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8276, + "favor_count": 14, + "created_at": "2024-02-18T04:30:40.912Z", + "updated_at": "2024-05-18T02:09:28.585Z", + "course_contents": null, + "speaker": { + "id": "c09adef6-7d48-49aa-9264-fe38d6cda8a1", + "bandu_number": 100007280, + "full_name": "陈振航", + "avatar": "https://mixin-images.zeromesh.net/r_k2ipXpvQ3uUXneVtSpSnk4IgP9--knyLcSTWy3GnMY--y01bpz348YKRtXUiLUAp5oQVptF5foAisML1T5RVc=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 403, + "title": "【定投故事第109期】写作让我从职业小透明到拥有自己的设计工作室", + "description": "她连续6年,每年复盘《通往财富自由之路》专栏践行情况\n从在公司上班的小透明,到离职创业开办设计工作室\n从自己的职业探索,到持续定投、带领家人一起成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/13d25c14-4237-4091-a6e4-25a77dbe14a0@thumb.webp", + "speaker_id": "b9fe9aaf-bb21-42fd-a737-8c114699c4d6", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 894060, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8284, + "favor_count": 14, + "created_at": "2024-02-18T04:25:20.493Z", + "updated_at": "2024-05-14T08:09:04.235Z", + "course_contents": null, + "speaker": { + "id": "b9fe9aaf-bb21-42fd-a737-8c114699c4d6", + "bandu_number": 100006898, + "full_name": "吴新伟", + "avatar": "https://mixin-images.zeromesh.net/quDLl9JxXqtoG_s2TjUm1oIua8ONs30Kv0Tc5TtOrapFk-z9lKBkmPUtjxaKnV-leEPy4AbYS1LVZjlO1TEvekSdOmYAs9md4-3M=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 56856, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 402, + "title": "2024.02.13.做了个小东西", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bad1c725-8420-4659-9caf-9fe79c78d274@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 259650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8282, + "favor_count": 28, + "created_at": "2024-02-13T02:53:42.613Z", + "updated_at": "2024-05-22T14:34:30.647Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 259655, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 401, + "title": "【定投故事第108期】我家大宝的改变之旅:从放任自我的留守儿童,到痴迷自学的上进少年", + "description": "持续践行家庭教育理念,耳闻目染,做孩子的榜样。使其大宝从棋牌室及网吧的常客爱上编程、痴迷自学。", + "poster_url": "https://bandu-resources.songy.info/7000104757/49611142-4493-458c-a6d7-a4df89ea0c11@thumb.webp", + "speaker_id": "760fb5ad-19f6-4213-bde1-01b8cd654960", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1541400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8280, + "favor_count": 18, + "created_at": "2024-02-12T07:31:08.425Z", + "updated_at": "2024-05-20T11:59:00.688Z", + "course_contents": null, + "speaker": { + "id": "760fb5ad-19f6-4213-bde1-01b8cd654960", + "bandu_number": 100000562, + "full_name": "葛岩超", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKQVkZictlvSGXYoYrZ8bUU2LwmkCVaMctl3ETAInV24WYfnQb5ib1PQ0iagRf7C2x4cXSumaL6yGwQg/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 400, + "title": "2024.02.08.价值千万-自我纠正能力", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/14374097-fd85-4f44-bb93-9dd36afe9a00@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1157070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8278, + "favor_count": 91, + "created_at": "2024-02-08T13:32:58.914Z", + "updated_at": "2024-05-24T04:18:22.338Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 160223, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 399, + "title": "2024.02.04.向合格父母进军吧……", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/860fc531-21e0-4c1c-aef4-0cee0a1b9783@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1035950, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8277, + "favor_count": 80, + "created_at": "2024-02-04T10:57:11.366Z", + "updated_at": "2024-05-23T11:26:51.253Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 58827, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 398, + "title": "第25期家庭茶话会:如何通过自学生产知识和销售知识实现白手起家?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1a9035dc-f586-464d-83bf-4fa87431ce2a@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8228170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 38, + "created_at": "2024-02-03T09:57:46.871Z", + "updated_at": "2024-05-23T07:56:47.537Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 6606000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 397, + "title": "2024.01.31.实在的社群", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/8190015d-aadf-43d2-8e2b-a46738dcd206@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1281810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8273, + "favor_count": 32, + "created_at": "2024-01-31T01:37:45.245Z", + "updated_at": "2024-04-20T05:46:36.971Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 396, + "title": "20240131 相约七年后直播", + "description": "本次直播主题:“多语的真相”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 3632320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 70, + "created_at": "2024-01-29T08:49:31.422Z", + "updated_at": "2024-05-23T03:15:21.822Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 12000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 395, + "title": "2024.01.27.打造第一次真正的自学经历", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0a149a3c-0242-4fd7-8262-41f87e3f7bf9@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1881320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8271, + "favor_count": 51, + "created_at": "2024-01-27T09:38:39.725Z", + "updated_at": "2024-05-25T22:54:32.347Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 394, + "title": "09.提升动力", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/20ec4349-b05c-4054-9b88-841d59beaff6@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 2848820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8269, + "favor_count": 119, + "created_at": "2024-01-23T02:22:16.831Z", + "updated_at": "2024-05-18T03:09:23.895Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 393, + "title": "08. 健身健脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/a0e13c07-88be-4595-8a38-5cf7eb3a63e8@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1123050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8268, + "favor_count": 37, + "created_at": "2024-01-22T01:39:17.253Z", + "updated_at": "2024-05-07T11:12:46.464Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 392, + "title": "2024.01.22.暂时的一些替代方案", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/ca8b1367-73ab-41e7-85ac-65667e614e62@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 49440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8266, + "favor_count": 37, + "created_at": "2024-01-22T01:39:09.564Z", + "updated_at": "2024-05-15T03:41:29.398Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 391, + "title": "07. 重中之重", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/00c38b53-a777-4211-8cd3-90ca5d52dfae@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1078680, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8265, + "favor_count": 45, + "created_at": "2024-01-22T01:39:02.16Z", + "updated_at": "2024-05-25T03:03:39.37Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 390, + "title": "2024.01.22.爷叔福利来啦!", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/10696a44-d465-43b5-a9e5-cd324a015691@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 209690, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8264, + "favor_count": 10, + "created_at": "2024-01-22T01:38:14.093Z", + "updated_at": "2024-05-12T01:38:57.283Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 388, + "title": "06. 自我纠正", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/fa3fcaf5-2067-406e-83c7-03e7fd969d19@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1017780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8261, + "favor_count": 39, + "created_at": "2024-01-19T09:26:36.072Z", + "updated_at": "2024-05-17T10:47:59.453Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 387, + "title": "2024.01.18.关于这次年度活动的叮嘱和提醒", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/2febbb15-569f-45ec-9b22-dd2ce18b0468@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 534970, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8260, + "favor_count": 45, + "created_at": "2024-01-18T04:17:11.453Z", + "updated_at": "2024-05-17T10:47:57.923Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 534973, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 386, + "title": "05. 漏斗设计", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/8778d33f-1d7a-47f4-94e8-c24c12ef1242@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 995260, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8259, + "favor_count": 58, + "created_at": "2024-01-18T04:17:04.383Z", + "updated_at": "2024-05-12T09:03:45.137Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 385, + "title": "04. 复述背诵", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/df0a5676-2323-40d4-81a3-d3dc84f8fcf0@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1445770, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8258, + "favor_count": 71, + "created_at": "2024-01-16T02:28:03.634Z", + "updated_at": "2024-05-25T03:02:12.492Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 1, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 384, + "title": "03. 生学硬练", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/9cae760b-8ed1-4242-9cf9-624aebe9950e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1216360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8257, + "favor_count": 65, + "created_at": "2024-01-15T01:58:57.861Z", + "updated_at": "2024-05-22T12:02:42.667Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 383, + "title": "第24期家庭茶话会:如何通过”短时间内足量重复”习得新技能?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/b89ee9bc-0048-4939-88b5-9c5481f73c28@thumb.webp", + "speaker_id": "", + "course_type": "video_playback", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 8113770, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 23, + "created_at": "2024-01-14T09:53:38.969Z", + "updated_at": "2024-05-25T05:55:37.509Z", + "course_contents": null, + "speaker": null, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 382, + "title": "02. 说自己想说的话", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/01189cc7-693c-4c17-97b9-83af8fa84fe2@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1121580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8252, + "favor_count": 65, + "created_at": "2024-01-12T09:08:17.803Z", + "updated_at": "2024-05-23T16:06:06.747Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 600722, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 381, + "title": "00. 来!开始干活吧!改变命运…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/64a74e7d-0859-4f8e-a2f5-916706eba39f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1505320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8250, + "favor_count": 112, + "created_at": "2024-01-11T11:05:26.948Z", + "updated_at": "2024-05-21T06:51:47.937Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 1501389, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 380, + "title": "01. 学习的真假之别", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/5080e5da-ed5b-4f80-8c15-21512f0ce709@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1344890, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8251, + "favor_count": 97, + "created_at": "2024-01-11T03:25:33.4Z", + "updated_at": "2024-05-25T22:57:13.448Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": true, + "last_learned_at": 1344895, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 378, + "title": "【定投故事第100期】见证复利的威力:在这个时代,知识就是力量,发展才是硬道理", + "description": "从为别人打工,到为自己打工,用10年升级商业模式\n从用时间赚钱,到用钱和时间赚钱,当前浮盈130%\n定投读书健身,增肌减脂塑型,用形体书写自律", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "34613789-1116-4390-9500-88e088ae36b8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1813380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8234, + "favor_count": 11, + "created_at": "2024-01-09T10:34:19.52Z", + "updated_at": "2024-03-09T11:35:02.271Z", + "course_contents": null, + "speaker": { + "id": "34613789-1116-4390-9500-88e088ae36b8", + "bandu_number": 100001497, + "full_name": "卓嘉颂", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 1245840, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 377, + "title": "【定投故事第99期】从“做不到”到“做到”:我的成长转变之旅", + "description": "1. 从不爱读书,转变为每年至少精读12本书;\n2. 从内容消费者,转变为视频生产者,累计发布作品207条;\n3. 从只关注自己,转变为带动家人孩子共同成长。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "acd3e5a8-6fca-4962-84f2-5d8959779caa", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 976430, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8222, + "favor_count": 10, + "created_at": "2024-01-09T10:34:12.863Z", + "updated_at": "2024-05-15T12:04:01.843Z", + "course_contents": null, + "speaker": { + "id": "acd3e5a8-6fca-4962-84f2-5d8959779caa", + "bandu_number": 100003214, + "full_name": "陆璐", + "avatar": "https://bandu-resources.songy.info/7000104757/b1617155-3a44-4e66-a832-72325bfdb3d9.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 376, + "title": "【定投故事第98期】遇见笑来老师,让我和家族富足的人生有迹可循", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "8ecdd9be-e9ad-41c3-92bf-813902d02451", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 888150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8194, + "favor_count": 7, + "created_at": "2024-01-09T10:34:08.835Z", + "updated_at": "2024-03-13T17:00:54.724Z", + "course_contents": null, + "speaker": { + "id": "8ecdd9be-e9ad-41c3-92bf-813902d02451", + "bandu_number": 100000100, + "full_name": "张勇心语", + "avatar": "https://mixin-images.zeromesh.net/Qv9UHjOA3IWCisyfgW395ONQVEO4nz52yExB2NaPQTlPODpQf5Hsgu0q4isFl7yOL7Ma_mnOt7aiCUlasRz92VJ2zGJ9pQhudWQZ=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 375, + "title": "【定投故事第97期】选择如子弹,经历周期方见犀利之光", + "description": "他做到了:\n从忽视写作,到累计写作4996篇;\n从投资小白,到持续定投收益超60%;\n从不会独立思考,到开启心智实现收入5倍增长。\n\n这场分享会让感受到重视生产、持续践行带来的快速成长。\n", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "5bbedaac-0d16-4e08-97ae-678de4671772", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 767300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8186, + "favor_count": 5, + "created_at": "2024-01-09T10:34:05.706Z", + "updated_at": "2024-05-24T08:25:45.566Z", + "course_contents": null, + "speaker": { + "id": "5bbedaac-0d16-4e08-97ae-678de4671772", + "bandu_number": 100000517, + "full_name": "陈志玮(V:Boxer2czw)", + "avatar": "https://bandu-resources.songy.info/7000104757/b587a03a-10b9-4d4a-bc76-c1ade0cb60b6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 374, + "title": "【定投故事第95期】:改变我人生轨迹的偶遇", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "27762dae-7f48-4e57-afe0-bfce0a5cfbdd", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 629770, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8165, + "favor_count": 5, + "created_at": "2024-01-09T10:34:01.514Z", + "updated_at": "2024-05-24T08:09:24.245Z", + "course_contents": null, + "speaker": { + "id": "27762dae-7f48-4e57-afe0-bfce0a5cfbdd", + "bandu_number": 100000561, + "full_name": "庄伦", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/o56fuefeZuQLMtB2wHry0Xp07fxyc9NiavmwcP4CQwXib42tTaVoz9X5fYtvU7YAgCcIyFWgHP8xM5CJsdibIQ5hQ/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 32582, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 373, + "title": "【定投故事第94期】我是如何获得好运的!", + "description": "这场分享会让你感受到积极乐观、持续学习、高质量社交所带来serendipity!", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "f0d7d234-2ea1-4e00-8291-cc6d53da0b33", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 902860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8146, + "favor_count": 6, + "created_at": "2024-01-09T10:33:58.132Z", + "updated_at": "2024-05-10T14:47:01.096Z", + "course_contents": null, + "speaker": { + "id": "f0d7d234-2ea1-4e00-8291-cc6d53da0b33", + "bandu_number": 100002626, + "full_name": "泥龙虾", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Z0jd6kA5A08A2B9gJ8ys8oK1HcBINiaz9rfI8PF39IsTgcjxEvnq39AQiatsqhMcC0A9ON321TbXu1eLMuDwgdDw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 372, + "title": "【定投故事第92期】:如何通过微习惯获得源源不断的成长力量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "e462a29f-5705-4039-be14-c0dcee3f1b3d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1082540, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8127, + "favor_count": 8, + "created_at": "2024-01-09T10:33:54.8Z", + "updated_at": "2024-05-10T14:44:14.98Z", + "course_contents": null, + "speaker": { + "id": "e462a29f-5705-4039-be14-c0dcee3f1b3d", + "bandu_number": 100001357, + "full_name": "Rena", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/PiajxSqBRaEJYapmpwRibjnthwfLcOhKeRHBkK1WibUBIGoWJPByVtnM2YhzOIzSN7I3LZm77lU6sZteCFIziakWv930vIBLgAz60lLqJKJRrCWUqXPicruzDEQ/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 371, + "title": "【定投故事第91期】:建立技能学习的正反馈循环", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2e36e763-b07e-4782-9620-89f0c30ad00e", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1323390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8096, + "favor_count": 7, + "created_at": "2024-01-09T10:33:51.622Z", + "updated_at": "2024-05-15T14:14:10.619Z", + "course_contents": null, + "speaker": { + "id": "2e36e763-b07e-4782-9620-89f0c30ad00e", + "bandu_number": 100002390, + "full_name": "Mumu Wu", + "avatar": "https://mixin-images.zeromesh.net/ypAHTYUtttQtLLe3ehay-yKKi5Q4kIBwWPFGVElu5zTLSgMs6wb9GwpefS0z_gwjtIJoLPddXQUmTdfZhiHe2AJYyjWTgNHFejj_gw=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 370, + "title": "【定投故事第66期】缘起 定投 持续", + "description": "【定投故事第66期】缘起 定投 持续 定投必将改变命运", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "4fb7a717-f60e-47fc-96ca-61ba166e621c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1022010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7579, + "favor_count": 4, + "created_at": "2024-01-09T10:33:43.28Z", + "updated_at": "2024-05-08T00:09:54.737Z", + "course_contents": null, + "speaker": { + "id": "4fb7a717-f60e-47fc-96ca-61ba166e621c", + "bandu_number": 100000673, + "full_name": "王全", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/PiajxSqBRaEL97pg4kWJrlDnr0x4YPficA0As7wLLMViazxhI5icgURJJXf6JicLIicJzibzdrKMuu27XV0rNJ87bpnbSnm8kiaakYxB99pwiaAVgXxqnYqiaTNnrF2Q/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 368, + "title": "【定投故事第62期】:记录时间+定投,带给我的Serendipity", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2688524f-c692-4001-ae9e-2ef69b7bd1bc", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 683200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7483, + "favor_count": 2, + "created_at": "2024-01-09T10:33:39.249Z", + "updated_at": "2024-01-31T05:19:53.181Z", + "course_contents": null, + "speaker": { + "id": "2688524f-c692-4001-ae9e-2ef69b7bd1bc", + "bandu_number": 100003531, + "full_name": "瑞吉", + "avatar": "https://bandu-resources.songy.info/7000104757/678c0be8-6d83-4c3a-8c13-6a82f95aa7ad@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 367, + "title": "【定投故事第58期】我是如何通过践行、走出失败收获成事心法的?", + "description": "思维决定行动,行动决定结果,方向错了越努力越糟糕。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b03b3d02-7df6-43e8-94af-9db1f5cc627b", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1195580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7349, + "favor_count": 4, + "created_at": "2024-01-09T10:33:37.578Z", + "updated_at": "2024-02-20T02:08:20.491Z", + "course_contents": null, + "speaker": { + "id": "b03b3d02-7df6-43e8-94af-9db1f5cc627b", + "bandu_number": 100001298, + "full_name": "郭小爱", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/bUS3DXbXEITQzWia3VElicfQNnJLLCTIQuWgDKEK8WwX1EyEXWL9JOicPC3A8X527A3sLcovhJCkkUUDdbqwplUT4hnU8VBTaA4nws3QnYxExU/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 364, + "title": "【定投故事第57期】我的定投之旅", + "description": "这场分享会让大家看到一个定投者的坚定决心和持续践行", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "bb128362-4e58-4b7b-af3f-fb86a7c369f3", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 897870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7336, + "favor_count": 4, + "created_at": "2024-01-09T10:33:28.126Z", + "updated_at": "2024-05-22T07:45:01.908Z", + "course_contents": null, + "speaker": { + "id": "bb128362-4e58-4b7b-af3f-fb86a7c369f3", + "bandu_number": 100011364, + "full_name": "方灿", + "avatar": "https://mixin-images.zeromesh.net/TJ56jkL4tljFmJeXf-2swM75tPSGlsia1bg-hWnEh7GrNY3ii8YepECXyHmwVQGfRunr-FgELBpNbs4rYL0BbPZwDChqL-DyCKkc=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 3, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 363, + "title": "【定投故事第55期】定投人生课堂,帮我开启人生另一扇门", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "a15f2207-66f6-4ada-9ea4-36feb1dee1c5", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 954270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7312, + "favor_count": 0, + "created_at": "2024-01-09T10:33:24.497Z", + "updated_at": "2024-01-16T02:53:45.529Z", + "course_contents": null, + "speaker": { + "id": "a15f2207-66f6-4ada-9ea4-36feb1dee1c5", + "bandu_number": 100004419, + "full_name": "王予", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLLEr7QAYMfmKU2mVyVUqlS3PWnNfNibl5Us6ERB8hfMO5K4uUJX9afCz8Bjnaj3FfKpS5RMBfsCcg/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 362, + "title": "定投人生课堂让我蜕变的三个思维", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "863130c4-f5de-4713-a31b-dac08c5fd8ae", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 869050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7299, + "favor_count": 0, + "created_at": "2024-01-09T10:33:20.777Z", + "updated_at": "2024-01-16T02:53:51.145Z", + "course_contents": null, + "speaker": { + "id": "863130c4-f5de-4713-a31b-dac08c5fd8ae", + "bandu_number": 100003837, + "full_name": "冰月🌙", + "avatar": "https://bandu-resources.songy.info/7000104757/6840cc1b-d017-4d08-b2e1-005ece2574be.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 361, + "title": "2023.01.08.定投人生课堂,让我焕发“新生”的力量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "60396208-85eb-4283-8b08-cc6a66b5c014", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 701480, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7285, + "favor_count": 0, + "created_at": "2024-01-09T10:33:17.114Z", + "updated_at": "2024-01-16T02:53:55.766Z", + "course_contents": null, + "speaker": { + "id": "60396208-85eb-4283-8b08-cc6a66b5c014", + "bandu_number": 100000555, + "full_name": "李佳骏", + "avatar": "https://mixin-images.zeromesh.net/7QGNryh3qQaPUzQozoPqGhOmEbMPg7tsnCJEdmkeb-nFBVdoYs2LizgLbMWbMo80aBis4xu_xnPzLYoqKIqEfF5LeSaHr50tIp5m=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 360, + "title": "盘绍龙——我的创业成长路", + "description": "2022年 第52期\n定投人生课堂\t【定投故事】分享\t\n\n分享主题:\n我的创业成长路\n分享人: 盘绍龙\n他做到了:\n找准市场刚需,开启个人创业\n升级个人商业模式,实现收入过百万\n升级公司商业模式,实现更高效的线上服务\n这场分享,会让大家感受到持续定投带来的平静和前行的力量。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "4e104955-4dc7-4ed3-80d3-a07073312ed8", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1614730, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7265, + "favor_count": 0, + "created_at": "2024-01-09T10:33:14.792Z", + "updated_at": "2024-01-16T02:54:00.94Z", + "course_contents": null, + "speaker": { + "id": "4e104955-4dc7-4ed3-80d3-a07073312ed8", + "bandu_number": 100004589, + "full_name": "老盘跟你聊肩颈——盘绍龙", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epPshZqB9gqgWCBuoUadv3kvkJfaBRJr6LFOoM35S5OOY1a5n5uDLcjSeKFXHUb1OQDZboba3f62A/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 359, + "title": "【定投故事第50期】:“危”中找到“机”,蒋小博的成长蜕变之旅", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "59156d70-a9f1-4856-8491-e1ce00aa434d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 813290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7241, + "favor_count": 0, + "created_at": "2024-01-09T10:33:10.269Z", + "updated_at": "2024-01-16T02:54:05.747Z", + "course_contents": null, + "speaker": { + "id": "59156d70-a9f1-4856-8491-e1ce00aa434d", + "bandu_number": 100007836, + "full_name": "蒋小博", + "avatar": "https://mixin-images.zeromesh.net/e-Yo1bNAw8VzwnbkQipL29oe-MSatm3pRPLLxqGYLp5wF_trv-L8tVQ4QNwBSwPbZW86vKzCT2d1Fi8KCK8ejS9g=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 358, + "title": "【定投故事第49期】:读书给我的小小改变", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2aea0ce8-bae4-40a8-b0ba-fb584bb951b5", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1381700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7225, + "favor_count": 1, + "created_at": "2024-01-09T10:33:07.647Z", + "updated_at": "2024-04-28T23:52:47.341Z", + "course_contents": null, + "speaker": { + "id": "2aea0ce8-bae4-40a8-b0ba-fb584bb951b5", + "bandu_number": 100001307, + "full_name": "何达鹏", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epE7T0VLXVcichbSxEFClneLoVCm5wo934DocMoTJicrImCpdVKI2tLnuGnibv1x6JzMZZ6xKFaHhSQA/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 357, + "title": "定投人生课堂给我的人生插上飞翔的翅膀", + "description": "她做到了:从未参与投资,到成为坚定的资深践谍;从活在别人的眼中,到做回真实的自己;从被关照的角色,到突破自我帮助他人。这场分享会让你感受到提升认知、持续践行的巨大力量。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2a767591-453d-4e36-8a46-20d11cfcf52c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1239170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7189, + "favor_count": 0, + "created_at": "2024-01-09T10:33:03.027Z", + "updated_at": "2024-01-16T02:54:17.684Z", + "course_contents": null, + "speaker": { + "id": "2a767591-453d-4e36-8a46-20d11cfcf52c", + "bandu_number": 100009801, + "full_name": "hope", + "avatar": "https://mixin-images.zeromesh.net/sCFJyvYHpH9Mm4ru1WytIVzvGhNE5brLSs3TiCzY0atNhv5RfdFAPbDcUPodCmIrSSBSId4HofuwazYnsOX72Q6AiMABB7zm_C5QQQ=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 356, + "title": "【定投故事第46期】:用定投的方式,让自己走的每一步都算数", + "description": "她做到了:\n从漫无目标者,到成为持续定投、持续践行的长期主义者;\n从跑步半吊子,到用2个月时间、完成人生第一次半马。\n\n这场分享会让大家感受到躬身入局、持续践行的巨大能量。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "f643118c-1bdf-4404-bdf6-81d9232a99e6", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1439370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7172, + "favor_count": 0, + "created_at": "2024-01-09T10:32:58.957Z", + "updated_at": "2024-01-16T02:54:23.672Z", + "course_contents": null, + "speaker": { + "id": "f643118c-1bdf-4404-bdf6-81d9232a99e6", + "bandu_number": 100000206, + "full_name": "江晓丹", + "avatar": "https://bandu-resources.songy.info/7000104757/163c4b92-bbae-4c28-88b4-d376fc2ba5ee@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 355, + "title": "[定投故事第44期]:从3公里到半马,跑步让我遇见了更好的自己", + "description": "这场分享会让你感受到运动带来的外在和底层的巨大变化", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b8afaae2-34bb-4845-a753-67c3f375d669", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1144680, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7105, + "favor_count": 0, + "created_at": "2024-01-09T10:32:55.56Z", + "updated_at": "2024-01-16T02:54:28.825Z", + "course_contents": null, + "speaker": { + "id": "b8afaae2-34bb-4845-a753-67c3f375d669", + "bandu_number": 100000198, + "full_name": "花姐", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DBvtibsBouFCLxFGeibCSKiaoIOA4ugBJmdCtoReDUia4icibicQMZZaOvEDttJ9djbmicj4zXneDhmsMuIiaibicnKWkDeXQ/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 353, + "title": "结缘笑来老师穿越人生U型曲线", + "description": "成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b869e9d3-3866-464c-9185-92b53ce4159f", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1101620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4484, + "favor_count": 0, + "created_at": "2024-01-09T10:32:13.794Z", + "updated_at": "2024-01-16T02:54:34.344Z", + "course_contents": null, + "speaker": { + "id": "b869e9d3-3866-464c-9185-92b53ce4159f", + "bandu_number": 100002461, + "full_name": "卞卡", + "avatar": "https://mixin-images.zeromesh.net/cpLV8FT5RAZr5rkEv3kmNcxY_CCmdwpX2h0syNx4XpFMH3GeDcy5oIDgv6UJeMLT_tmos-XI4NHkcUBMuUjBXKPl29feF2KR974=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 352, + "title": "在定投人生课堂,我种下了一颗叫“希望”的种子", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "29a35d89-19f1-4919-acf9-c94698fede3c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 532650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4378, + "favor_count": 0, + "created_at": "2024-01-09T10:32:12.183Z", + "updated_at": "2024-01-16T02:54:38.858Z", + "course_contents": null, + "speaker": { + "id": "29a35d89-19f1-4919-acf9-c94698fede3c", + "bandu_number": 100000688, + "full_name": "圣捷", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/vnYibUb1fePOPoiauR3Pk9Hvw7EnibFUEd6KGxrMia3YD3icVQhcXKQAK4gpicc9ChoVTpTL1EAuHo6KZ2FFHEIOtGpw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 351, + "title": "我是如何从零开始做外贸到年销售三千万", + "description": "1. 开发线上\n2. 重视线下\n3. 建立信任,销售自己", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "bb9cff1d-b0a8-496f-b3d0-ae0dd57e85d5", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 579440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4283, + "favor_count": 0, + "created_at": "2024-01-09T10:32:10.695Z", + "updated_at": "2024-01-16T02:54:43.891Z", + "course_contents": null, + "speaker": { + "id": "bb9cff1d-b0a8-496f-b3d0-ae0dd57e85d5", + "bandu_number": 100000409, + "full_name": "常旭", + "avatar": "https://bandu-resources.songy.info/7000104757/bfd5759e-2d62-44c6-9b07-19ed03d508b6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 350, + "title": "我的学习投资踩坑之路与践行群的收获", + "description": "所谓的命运,不过是由我们的一个个选择而组成的,而选择不过是由我们的认知而决定,而认知不过是由我们的读书多寡有联系……", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "d4254978-e968-40d9-bed3-7f543223cad1", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1106280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4153, + "favor_count": 0, + "created_at": "2024-01-09T10:32:09.223Z", + "updated_at": "2024-01-16T02:54:48.998Z", + "course_contents": null, + "speaker": { + "id": "d4254978-e968-40d9-bed3-7f543223cad1", + "bandu_number": 100004878, + "full_name": "静静", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/IicgbPYpibZDvhaEsB1Z2A5SCdCBxwwiba4OtTUsicfX9nocpOV4jlg3m3KTZAYicgmv7hBDsQAnW83bto1LIx1NuSJI7dFGIq4nF9hMm6uu8AzM/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 349, + "title": "我是如何做到稳步定投个人成长的", + "description": "我是如何做到稳步定投个人成长的", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "0a67d523-d79c-4ab8-907f-b4ff0f349dda", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 782120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4098, + "favor_count": 0, + "created_at": "2024-01-09T10:32:07.685Z", + "updated_at": "2024-01-16T02:54:54.088Z", + "course_contents": null, + "speaker": { + "id": "0a67d523-d79c-4ab8-907f-b4ff0f349dda", + "bandu_number": 100000928, + "full_name": "钱律", + "avatar": "https://mixin-images.zeromesh.net/qK3Z_BxmwQmSL9WicdQFiZy7cam8qBh3BF6Ihas-Yui-XhBlUOQtPJ4Zs-WFdN64kti-ooFwChWITrsOqdsdwg=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 348, + "title": "成长是一种责任!", + "description": "你是你自己这家公司的唯一有限责任人!", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "163e2692-725a-4e72-bf7d-dbd53605b94e", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 883320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4059, + "favor_count": 1, + "created_at": "2024-01-09T10:32:06.019Z", + "updated_at": "2024-05-19T01:53:09.266Z", + "course_contents": null, + "speaker": { + "id": "163e2692-725a-4e72-bf7d-dbd53605b94e", + "bandu_number": 100011200, + "full_name": "诺诺", + "avatar": "https://mixin-images.zeromesh.net/QAV5MG9f1ha1yutFZHq9sD_Sv18iEou74wFfCN7udZ9up6lifn0-1QcRn3negnSipXjfVbFRfdh0ZC4FP4w6_mEA=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 347, + "title": "不抱怨,赢未来!", + "description": "永远要想着自己该如何进步,而不是抱怨周围的一切。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "c60f272e-b8a7-4444-a626-ba1185c7aba7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 430850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3995, + "favor_count": 0, + "created_at": "2024-01-09T10:32:04.256Z", + "updated_at": "2024-01-16T02:55:04.105Z", + "course_contents": null, + "speaker": { + "id": "c60f272e-b8a7-4444-a626-ba1185c7aba7", + "bandu_number": 100000494, + "full_name": "践先生", + "avatar": "https://mixin-images.zeromesh.net/y5BwbehXXIV5CjGxGU_uwmrY3-ajiAbMmuISZg74vDShCpVNS4siuhAuLe1nO5T2gGHNz3blttKl1Z-izZK9M_S-M-urpH0z1AZ1aA=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 346, + "title": "14年的真学渣到4年伪学霸的蜕变历程", + "description": "陈雷雷的践行之旅", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "164cb453-7152-4079-b1c2-54ca4a75cd5a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1009960, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3960, + "favor_count": 1, + "created_at": "2024-01-09T10:32:03.331Z", + "updated_at": "2024-04-28T23:46:48.767Z", + "course_contents": null, + "speaker": { + "id": "164cb453-7152-4079-b1c2-54ca4a75cd5a", + "bandu_number": 100007288, + "full_name": "陈雷雷", + "avatar": "https://mixin-images.zeromesh.net/y2FMnyDEUjaUJR610Z1np0puIGShkAPerN_K0f6lZAwRjsMAGu0z544QkpFqGyjxF-ex_Ko6QmKvyZlPdgDvE1s=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 345, + "title": "立即行动吧,种一棵树最好的时间是十年前,其次是现在", + "description": "个人成长故事", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "e32bf37f-329e-413a-b802-ee4190eb50fa", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1427580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3876, + "favor_count": 1, + "created_at": "2024-01-09T10:32:01.744Z", + "updated_at": "2024-05-16T02:09:20.809Z", + "course_contents": null, + "speaker": { + "id": "e32bf37f-329e-413a-b802-ee4190eb50fa", + "bandu_number": 100005066, + "full_name": "周俊钦", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 344, + "title": "六年的持续健身,让我变成了另外一个人", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "553bb56e-b2d1-4d01-acb3-2be94e7d7bb9", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 996270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3827, + "favor_count": 0, + "created_at": "2024-01-09T10:32:00.227Z", + "updated_at": "2024-01-16T02:56:17.765Z", + "course_contents": null, + "speaker": { + "id": "553bb56e-b2d1-4d01-acb3-2be94e7d7bb9", + "bandu_number": 100007391, + "full_name": "是寰寰喔", + "avatar": "https://mixin-images.zeromesh.net/KjTsG_iY1769rDP1jbXFmLojrDCw92-YiYluZebEjHhfk2nO_FaLLEecJqM3NM2qhKAZN5oq4P-C4ugs96p3H1E9g-Vy47JYeGyW=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 343, + "title": "我区块链投资的前世今生", + "description": "我踩了太多的坑,践行群让我放弃暴富心态", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "e960f68f-c149-4702-879b-7ca72babedc7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 753350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3728, + "favor_count": 0, + "created_at": "2024-01-09T10:31:58.852Z", + "updated_at": "2024-01-16T02:56:25.11Z", + "course_contents": null, + "speaker": { + "id": "e960f68f-c149-4702-879b-7ca72babedc7", + "bandu_number": 100007276, + "full_name": "蚂蚁哥", + "avatar": "https://mixin-images.zeromesh.net/ey5Z2qaY7z1nCDe7bit6vBfOqqEgYv6UTyylhLB7KE5RUKrlg7bX8iPBdAvphxcE3y_PUTMkTW7QKx1zVhN_ppqsFTk8TmPcOMmGWw=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 342, + "title": "我在践行群的成长路径", + "description": "分享从迷茫到找到方向的经历", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "cde629d0-121f-4caf-87ec-76638c5ee986", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 509320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3686, + "favor_count": 0, + "created_at": "2024-01-09T10:31:57.751Z", + "updated_at": "2024-01-16T02:56:29.685Z", + "course_contents": null, + "speaker": { + "id": "cde629d0-121f-4caf-87ec-76638c5ee986", + "bandu_number": 100003850, + "full_name": "rico", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 341, + "title": "用销售实现自我迭代", + "description": "销售是一条自我修炼之路", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "3f8b24cd-57a7-4ba3-8e31-8a8ddc645579", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 630130, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3629, + "favor_count": 0, + "created_at": "2024-01-09T10:31:56.728Z", + "updated_at": "2024-01-16T02:56:45.628Z", + "course_contents": null, + "speaker": { + "id": "3f8b24cd-57a7-4ba3-8e31-8a8ddc645579", + "bandu_number": 100011876, + "full_name": "李崧", + "avatar": "https://mixin-images.zeromesh.net/KdxU2CDC67kGbBuRtP5LnXsUCMAUzMKPNZBdxTcINElbp9rhpxDfTbEyaT6RUUSd5l9LsNr2lacuqSRFTUi2bQ=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 340, + "title": "从区块链小白到坚定的长期主义者的历练之旅", + "description": "知道不等于做到,践行才是硬道理。", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "b3dc5551-5283-4284-b35f-301f6b95a083", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1550370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3398, + "favor_count": 0, + "created_at": "2024-01-09T10:31:55.703Z", + "updated_at": "2024-01-16T02:56:50.52Z", + "course_contents": null, + "speaker": { + "id": "b3dc5551-5283-4284-b35f-301f6b95a083", + "bandu_number": 100000874, + "full_name": "潘春兰", + "avatar": "https://mixin-images.zeromesh.net/JoGOBEyGi57OmRcDY7QuPqKKBtTP-e1T6GUN6ryrztN_7DxzOoZ8UYmJR_AiR2WIFkzkKBoQftxGabpBJiFl-IY=s256", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 339, + "title": "普通人的定投编程之路", + "description": "一个10年码农的倾心分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "34ff6f13-67de-4f53-8415-df4a6e29c56c", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1004410, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3254, + "favor_count": 1, + "created_at": "2024-01-09T10:31:54.102Z", + "updated_at": "2024-05-10T02:01:43.632Z", + "course_contents": null, + "speaker": { + "id": "34ff6f13-67de-4f53-8415-df4a6e29c56c", + "bandu_number": 100002624, + "full_name": "恒逸", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 338, + "title": "定投—收获“幸福力”", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "1de6dab7-de3a-4bb1-93fe-712b65fbf97d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 873310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3197, + "favor_count": 0, + "created_at": "2024-01-09T10:31:52.793Z", + "updated_at": "2024-01-16T02:57:05.663Z", + "course_contents": null, + "speaker": { + "id": "1de6dab7-de3a-4bb1-93fe-712b65fbf97d", + "bandu_number": 100003367, + "full_name": "力哥", + "avatar": "https://bandu-resources.songy.info/7000104757/b50118c7-d484-4cb2-b361-3fd4a0e21888@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 336, + "title": "写作 就是把自己点亮", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "46c2ab87-f9b1-4338-8875-7a5dc1cf9548", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1972620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3063, + "favor_count": 0, + "created_at": "2024-01-09T10:31:50.22Z", + "updated_at": "2024-01-16T02:58:23.408Z", + "course_contents": null, + "speaker": { + "id": "46c2ab87-f9b1-4338-8875-7a5dc1cf9548", + "bandu_number": 100000134, + "full_name": "穆逸扬Myytydy", + "avatar": "", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 320, + "title": "【定投故事第102期】我是如何陪儿子践行努力这个概念的", + "description": "和孩子用五个月时间从钢琴零基础到十级", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "2b29dc15-1402-4d2d-bef7-2ba5db2ed010", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1287990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8247, + "favor_count": 17, + "created_at": "2024-01-09T10:12:06.892Z", + "updated_at": "2024-05-11T00:12:41.694Z", + "course_contents": null, + "speaker": { + "id": "2b29dc15-1402-4d2d-bef7-2ba5db2ed010", + "bandu_number": 100001077, + "full_name": "臧蕾", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqsNaDZ0thvnQUUTjnWsT7zDFCo6lyo2VXViafdotODvCHnFvBrcrM9xgsspvl1V5uhWY1k18sIekw/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 319, + "title": "【定投故事第103期】从留守儿童到全职宝妈再到职场女性,一个长期践行者的蜕变历程", + "description": "这场分享会让你感受到重视生产、销售、投资带来的快速成长", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "42b5a7fa-ef1b-48c1-a5b3-3b11261afbcb", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1023300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8249, + "favor_count": 10, + "created_at": "2024-01-09T10:11:51.317Z", + "updated_at": "2024-03-31T07:35:42.214Z", + "course_contents": null, + "speaker": { + "id": "42b5a7fa-ef1b-48c1-a5b3-3b11261afbcb", + "bandu_number": 100001573, + "full_name": "云逸", + "avatar": "https://bandu-resources.songy.info/7000104757/878f5206-bfe9-41e8-97f0-e707236623f8.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 318, + "title": "17.投资投机的根本区别", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/f061a9b2-67b7-44b9-b268-d2f5304a0c61@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 233020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8110, + "favor_count": 40, + "created_at": "2023-12-31T03:40:23.896Z", + "updated_at": "2024-05-24T02:38:43.877Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 317, + "title": "20231231 相约七年后直播", + "description": "跨年直播 | 《财富的真相》书籍首发", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 4261670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 47, + "created_at": "2023-12-29T09:56:51.325Z", + "updated_at": "2024-05-23T08:39:09.883Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 19000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 316, + "title": "18.总结", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/61d1b7d5-c5ec-4ab9-9c55-a3c863ee2402@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 748870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8245, + "favor_count": 54, + "created_at": "2023-12-29T01:30:00.423Z", + "updated_at": "2024-05-25T03:32:07.608Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 315, + "title": "17.判断是否值得的终极标准", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/09207bed-b6b0-4320-8032-0b3558706abf@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 849780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8244, + "favor_count": 69, + "created_at": "2023-12-28T01:33:51.964Z", + "updated_at": "2024-05-20T03:49:42.195Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 64000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 314, + "title": "16.另一顺序决定质量的例子", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/c5121db4-f272-42e8-80ee-a0fe9786647b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 728200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8243, + "favor_count": 56, + "created_at": "2023-12-27T01:26:59.102Z", + "updated_at": "2024-05-24T23:51:15.579Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 313, + "title": "【定投故事第101期】躬身入局,成为一名有效生产的组织者", + "description": "真诚分享开店真相,手把手带你了解开店六步骤,感受发展才是硬道理,一起慢慢变富", + "poster_url": "https://bandu-resources.songy.info/7000104757/230f1df6-1fc7-4595-b8c2-642b88700f32@thumb.webp", + "speaker_id": "fa63cf49-0a97-4e86-853b-4a38882b5b8d", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 2980830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8239, + "favor_count": 35, + "created_at": "2023-12-26T03:34:33.4Z", + "updated_at": "2024-05-24T11:04:53.603Z", + "course_contents": null, + "speaker": { + "id": "fa63cf49-0a97-4e86-853b-4a38882b5b8d", + "bandu_number": 100003939, + "full_name": "是非题", + "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIdY3ia6m6RBpPeyQfJwaDicDRtW9YxbALMeqoqA0x1vFn4DP3aScGhde03xUE0ZFhzCWdypU8k4BVg/132", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 312, + "title": "15.你没想到最该专注的地方", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/707dd0ef-0b8a-4da2-abb7-a43e70eea228@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 837640, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8242, + "favor_count": 72, + "created_at": "2023-12-26T03:21:49.341Z", + "updated_at": "2024-05-19T10:33:09.248Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 311, + "title": "14.冥想不一定最有效最普适", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/792ab462-489a-4906-b00e-8e5b2486d639@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 857440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8240, + "favor_count": 54, + "created_at": "2023-12-25T01:32:47.464Z", + "updated_at": "2024-05-25T10:53:15.929Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 310, + "title": "13.用来做这个就不能做那个", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/98374701-644b-4885-a622-f7464757b7d4@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 901720, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8236, + "favor_count": 55, + "created_at": "2023-12-21T01:48:21.152Z", + "updated_at": "2024-05-25T12:38:16.749Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 309, + "title": "12.都不是超人却有可能过人", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/49f5550c-425a-42a3-8582-4e245d62e403@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 795580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8235, + "favor_count": 46, + "created_at": "2023-12-20T02:03:17.319Z", + "updated_at": "2024-05-16T14:39:39.688Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 308, + "title": "11.为自己洗脑也不是不可以", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0b9c20a1-0a88-4e9e-b3cd-729959ba803b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 866340, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8233, + "favor_count": 64, + "created_at": "2023-12-19T02:19:32.652Z", + "updated_at": "2024-05-23T00:42:19.87Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 307, + "title": "10.一定要重视文字善用文字", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/5afd2fb0-8659-4eb8-a0ef-98c1fba0768e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 848340, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8232, + "favor_count": 65, + "created_at": "2023-12-18T03:54:52.935Z", + "updated_at": "2024-05-25T21:56:05.856Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 306, + "title": "09.恐惧也可以是有效的防御", + "description": "《专注的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/ea4b5a78-023a-470d-b4f2-56f346882b8d@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 810070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8229, + "favor_count": 52, + "created_at": "2023-12-18T01:35:22.46Z", + "updated_at": "2024-05-23T03:49:21.503Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 305, + "title": "第23期家庭茶话会:如何通过提高选择质量实现财富增长?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/f8a91834-e8ae-4c1b-b51b-e64e422dbc47@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "status": "normal", + "duration": 7467270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 14, + "created_at": "2023-12-17T09:19:40.116Z", + "updated_at": "2024-05-14T06:19:13.888Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e9a23f69-bb7e-4b11-8577-1c29c808eebb", + "bandu_number": 100000007, + "full_name": "笑来课程助理", + "avatar": "https://bandu-resources.songy.info/7000104757/c28b9e63-5484-4dc3-8ad3-d9c64f6b8043@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 304, + "title": "08.不可抗拒的诱惑来自哪里", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/72273164-7ad9-4a56-8c1b-c5827d3f0300@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 729760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8228, + "favor_count": 57, + "created_at": "2023-12-15T01:47:02.134Z", + "updated_at": "2024-05-18T07:42:58.736Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 31000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 303, + "title": "07.最具价值稀缺资源是什么", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0a71b5be-3201-4e30-a801-ec4ded4887a5@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 696780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8227, + "favor_count": 64, + "created_at": "2023-12-13T02:38:17.92Z", + "updated_at": "2024-05-25T15:44:22.409Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 302, + "title": "06.家里有婴幼儿就扔掉电视", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/ca1d098f-4d6e-4c57-8c6a-b4cc2683df99@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 594920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8225, + "favor_count": 42, + "created_at": "2023-12-12T02:05:55.077Z", + "updated_at": "2024-05-18T22:58:45.503Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 301, + "title": "05.多巴胺系统被劫持的恶果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/666c06e6-31f0-45ff-94a5-b66df54f04eb@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 711320, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8223, + "favor_count": 60, + "created_at": "2023-12-11T01:30:08.642Z", + "updated_at": "2024-05-18T03:55:41.09Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 300, + "title": "04.不知不觉失去的都是什么", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/fc3ae0ca-cce4-46a5-9225-9534874b969b@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 783020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8220, + "favor_count": 64, + "created_at": "2023-12-08T01:38:54.997Z", + "updated_at": "2024-05-24T10:08:23.155Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 475000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 299, + "title": "03.更便宜更隐蔽更普及的毒", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/044dc721-ae5f-477b-938a-de5928b41bae@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 737160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8202, + "favor_count": 66, + "created_at": "2023-12-06T01:43:27.39Z", + "updated_at": "2024-05-23T12:22:04.171Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 736000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 298, + "title": "02.极易被劫持的多巴胺系统", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0950f4e9-1651-46f9-b45f-760ffdf6dbbd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 632980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8200, + "favor_count": 49, + "created_at": "2023-12-05T01:38:46.42Z", + "updated_at": "2024-05-14T13:08:59.039Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 632000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 297, + "title": "第22期茶话会:如何通过自学实现财富增长?", + "description": "这是【富足人生践行群】第22期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/b5454584-6913-4775-a3b2-84aaa7559823@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 7127830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8195, + "favor_count": 17, + "created_at": "2023-12-04T08:36:28.674Z", + "updated_at": "2024-05-14T10:30:23.386Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 296, + "title": "01. 多巴胺不是什么快乐物质", + "description": "《专注的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/f67c9371-3a04-465c-855b-3b51f5a38e1a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 587050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8197, + "favor_count": 54, + "created_at": "2023-12-04T01:31:57.219Z", + "updated_at": "2024-05-21T23:49:09.992Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 243000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 295, + "title": "00. 前言", + "description": "《专注的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/dd9df4a2-1e86-40ae-bfc3-57f0f82fc5cd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 113990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8196, + "favor_count": 54, + "created_at": "2023-12-04T01:31:50.195Z", + "updated_at": "2024-05-23T06:34:08.602Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 112000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 292, + "title": "2023.11.29.健康的重要性", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0ffea515-13ca-4fde-977f-a4ad51d1d1ae@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 553790, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8189, + "favor_count": 10, + "created_at": "2023-11-29T06:29:54.91Z", + "updated_at": "2024-05-16T02:07:48.057Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 291, + "title": "20231130 相约七年后直播", + "description": "本次直播主题:“《Be Useful》”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "status": "normal", + "duration": 3335890, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 0, + "favor_count": 26, + "created_at": "2023-11-28T02:45:38.357Z", + "updated_at": "2024-05-15T14:00:05.567Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "e3e292f0-56c5-4acf-955d-7c4fad392c83", + "bandu_number": 100000006, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/69e5ad5e-40ad-4b8b-88e7-e0f0a0a95790.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 290, + "title": "2023.11.26. “做很久很久”是怎样的一种体验?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/c73ea99b-14e6-4711-a53f-e34c40df4c37@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1502360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8185, + "favor_count": 9, + "created_at": "2023-11-27T08:32:14.423Z", + "updated_at": "2024-05-16T19:06:26.846Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 289, + "title": "第21期茶话会:如何找准方向实现财富倍速增长?", + "description": "这是【富足人生践行群】第21期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 8055890, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8182, + "favor_count": 8, + "created_at": "2023-11-20T02:28:24.364Z", + "updated_at": "2024-04-07T03:46:17.991Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 288, + "title": "2023.11.16.关于《财富的真相》的一点叮嘱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "", + "status": "normal", + "duration": 1027820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8178, + "favor_count": 59, + "created_at": "2023-11-16T03:02:46.695Z", + "updated_at": "2024-05-25T15:00:20.534Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": null, + "completed": false, + "last_learned_at": 790175, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 287, + "title": "总结", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 80620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8176, + "favor_count": 21, + "created_at": "2023-11-14T18:31:08.2Z", + "updated_at": "2024-05-24T07:51:20.832Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 286, + "title": "31.人间正道不一定沧桑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 346140, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8175, + "favor_count": 22, + "created_at": "2023-11-14T18:31:07.454Z", + "updated_at": "2024-05-09T09:44:13.467Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 285, + "title": "30.思考时间跨度的影响", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 614960, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8171, + "favor_count": 27, + "created_at": "2023-11-14T18:31:06.332Z", + "updated_at": "2024-05-25T01:28:06.39Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 284, + "title": "29.乐观只能是学习结果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 642870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8169, + "favor_count": 29, + "created_at": "2023-11-14T18:31:05.556Z", + "updated_at": "2024-05-24T03:24:15.753Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 283, + "title": "28.提高效率的基础原则", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 366830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8163, + "favor_count": 39, + "created_at": "2023-11-14T18:31:04.742Z", + "updated_at": "2024-05-25T00:57:18.024Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 282, + "title": "27.世风日下源自于何处", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 464400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8158, + "favor_count": 20, + "created_at": "2023-11-14T18:31:03.859Z", + "updated_at": "2024-05-24T03:36:52.689Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 281, + "title": "26.贫富差距是自然现象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 431100, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8156, + "favor_count": 26, + "created_at": "2023-11-14T18:31:03.061Z", + "updated_at": "2024-05-24T03:36:48.665Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 280, + "title": "25.反作用于生产的因素", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 384850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8154, + "favor_count": 25, + "created_at": "2023-11-14T18:31:02.183Z", + "updated_at": "2024-05-24T03:36:48.05Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 279, + "title": "24.如何做到做更多的事", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 349920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8152, + "favor_count": 30, + "created_at": "2023-11-14T18:31:01.356Z", + "updated_at": "2024-05-24T02:58:11.682Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 278, + "title": "第20期茶话会:如何升级“一份时间只能卖一次”的个人商业模式?", + "description": "这是【富足人生践行群】第20期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7693110, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8148, + "favor_count": 4, + "created_at": "2023-11-14T18:31:00.653Z", + "updated_at": "2024-03-15T09:12:02.483Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 277, + "title": "23.个体时间的实际形状", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 336740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8150, + "favor_count": 24, + "created_at": "2023-11-14T18:30:59.895Z", + "updated_at": "2024-05-24T03:25:12.706Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 276, + "title": "22.生产销售投资的可能", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 396570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8143, + "favor_count": 26, + "created_at": "2023-11-14T18:30:59.116Z", + "updated_at": "2024-05-24T03:25:07.438Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 275, + "title": "21.生活成本在不断降低", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 276390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8141, + "favor_count": 14, + "created_at": "2023-11-14T18:30:58.276Z", + "updated_at": "2024-05-24T03:25:05.786Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 274, + "title": "20.时间事实上相当充裕", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 229740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8139, + "favor_count": 20, + "created_at": "2023-11-14T18:30:57.489Z", + "updated_at": "2024-05-24T03:25:04.532Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 273, + "title": "20231031 相约七年后直播", + "description": "本次直播主题:Peak : secrets from the new science of expertise", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3892080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8132, + "favor_count": 13, + "created_at": "2023-11-14T18:30:56.593Z", + "updated_at": "2024-05-11T04:07:25.559Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 272, + "title": "19.简单的威力出人意料", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 398710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8134, + "favor_count": 19, + "created_at": "2023-11-14T18:30:55.799Z", + "updated_at": "2024-05-24T03:24:59Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 271, + "title": "18.投资风险的镜像效应", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 422860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8130, + "favor_count": 27, + "created_at": "2023-11-14T18:30:55.03Z", + "updated_at": "2024-05-24T02:41:28.147Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 269, + "title": "16.不可低估的新兴市场", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 271420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8109, + "favor_count": 23, + "created_at": "2023-11-14T18:30:53.399Z", + "updated_at": "2024-05-22T23:54:01.012Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 268, + "title": "15.股权其实约等于债权", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 193700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8107, + "favor_count": 9, + "created_at": "2023-11-14T18:30:52.565Z", + "updated_at": "2024-05-07T11:14:20.128Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 267, + "title": "14.复利才是天然的现象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 344630, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8105, + "favor_count": 18, + "created_at": "2023-11-14T18:30:51.949Z", + "updated_at": "2024-05-13T04:43:29.581Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 266, + "title": "13.麻烦不断的民间借贷", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 272370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8102, + "favor_count": 21, + "created_at": "2023-11-14T18:30:51.327Z", + "updated_at": "2024-05-13T04:32:26.679Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 265, + "title": "12.用钱生产的根本原理", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 441160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8100, + "favor_count": 20, + "created_at": "2023-11-14T18:30:50.499Z", + "updated_at": "2024-05-24T02:34:59.51Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 264, + "title": "11.钱有两个不同的用处", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 211230, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8099, + "favor_count": 26, + "created_at": "2023-11-14T18:30:49.702Z", + "updated_at": "2024-05-24T03:48:22.657Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 263, + "title": "第19期茶话会:如何通过搭建笔记系统提高学习效率?", + "description": "这是【富足人生践行群】第19期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 8509910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8094, + "favor_count": 9, + "created_at": "2023-11-14T18:30:48.834Z", + "updated_at": "2024-05-09T22:09:31.342Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 262, + "title": "10.钱可能是万物的存储", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 210440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8092, + "favor_count": 12, + "created_at": "2023-11-14T18:30:48.061Z", + "updated_at": "2024-05-24T02:30:24.587Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 261, + "title": "09.钱作为一种社会账簿", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 210420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8090, + "favor_count": 21, + "created_at": "2023-11-14T18:30:47.199Z", + "updated_at": "2024-05-24T02:27:53.023Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 260, + "title": "08.学校里不教的生意经", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 231110, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8088, + "favor_count": 18, + "created_at": "2023-11-14T18:30:46.344Z", + "updated_at": "2024-05-24T02:21:40.696Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 259, + "title": "07.荒唐地出售生产资料", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 249520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8086, + "favor_count": 32, + "created_at": "2023-11-14T18:30:45.53Z", + "updated_at": "2024-05-17T04:53:30.98Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 258, + "title": "06.无能为力的教育体系", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 461660, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8084, + "favor_count": 38, + "created_at": "2023-11-14T18:30:44.742Z", + "updated_at": "2024-05-24T02:16:38.447Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 257, + "title": "05-人们不喜欢做的工作", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 497900, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8081, + "favor_count": 45, + "created_at": "2023-11-14T18:30:43.954Z", + "updated_at": "2024-05-24T03:22:26.695Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 256, + "title": "04.生活艰辛的根本原因", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 256530, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8077, + "favor_count": 43, + "created_at": "2023-11-14T18:30:39.472Z", + "updated_at": "2024-05-24T02:44:53.589Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 255, + "title": "03.生产资料的终极来源", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 511020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8072, + "favor_count": 45, + "created_at": "2023-11-14T18:30:38.827Z", + "updated_at": "2024-05-24T12:09:39.502Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 254, + "title": "02.生产资料究竟有哪些?", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 346020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8070, + "favor_count": 35, + "created_at": "2023-11-14T18:30:38.178Z", + "updated_at": "2024-05-25T14:01:23.559Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 253, + "title": "2023.10.11.关于新课《财富的真相》的补充说明", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 598250, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8068, + "favor_count": 51, + "created_at": "2023-11-14T18:30:34.715Z", + "updated_at": "2024-05-23T08:19:44.647Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": true, + "last_learned_at": 484002, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 252, + "title": "01.财富的唯一正常来源", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 262640, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8066, + "favor_count": 35, + "created_at": "2023-11-14T18:30:32.907Z", + "updated_at": "2024-05-25T07:55:25.817Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 251, + "title": "00.改变想法即改变生活", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 236240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8065, + "favor_count": 52, + "created_at": "2023-11-14T18:30:32.277Z", + "updated_at": "2024-05-25T07:55:22.72Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 250, + "title": "前言", + "description": "《财富的真相》视频版", + "poster_url": "https://bandu-resources.songy.info/7000104757/57fe80b3-c0b8-4033-ab37-b88f6c272568@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 255670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8064, + "favor_count": 44, + "created_at": "2023-11-14T18:30:31.652Z", + "updated_at": "2024-05-26T00:06:59.799Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 249, + "title": "2023.10.09.这世界真的在变坏吗?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1064020, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8060, + "favor_count": 4, + "created_at": "2023-11-14T18:30:26.166Z", + "updated_at": "2024-05-16T02:08:48.121Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 248, + "title": "2023.10.07.专注的关键是什么?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1442520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8041, + "favor_count": 10, + "created_at": "2023-11-14T18:30:17.105Z", + "updated_at": "2024-05-16T02:08:49.012Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 247, + "title": "2023.10.02.关于利用 ToBI理论自我训练英文语音的方式", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2025900, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8042, + "favor_count": 7, + "created_at": "2023-11-14T18:30:01.53Z", + "updated_at": "2024-05-16T14:17:31.572Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 246, + "title": "20230930 相约七年后直播", + "description": "本次直播主题:《The Molecule of More》", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4155300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8030, + "favor_count": 13, + "created_at": "2023-11-14T18:29:56.142Z", + "updated_at": "2024-05-14T11:18:19.534Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 245, + "title": "2023.09.28.面对灾难,第一心理建设是什么?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 594800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8032, + "favor_count": 5, + "created_at": "2023-11-14T18:29:53.114Z", + "updated_at": "2024-05-16T02:09:56.392Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 244, + "title": "2023.09.22.你变好了,你的世界就会多善待你一些…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1041130, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8023, + "favor_count": 7, + "created_at": "2023-11-14T18:29:47.216Z", + "updated_at": "2024-05-16T02:11:05.677Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 243, + "title": "马伯庸教你高效读书·视频版", + "description": "八面受敌读书法", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4867580, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8021, + "favor_count": 43, + "created_at": "2023-11-14T18:29:26.632Z", + "updated_at": "2024-05-16T12:49:30.561Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 96000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 242, + "title": "第18期茶话会:如何通过自学英语提高赚钱能力?", + "description": "这是【富足人生践行群】第18期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 8517880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8018, + "favor_count": 9, + "created_at": "2023-11-14T18:29:25.79Z", + "updated_at": "2024-03-21T00:05:35.146Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 241, + "title": "2023.09.14.不建议在这样的时代里做传销", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1111220, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8016, + "favor_count": 7, + "created_at": "2023-11-14T18:29:19.719Z", + "updated_at": "2024-05-16T02:12:20.705Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 240, + "title": "《笑来的写作课》视频版·第八课", + "description": "目的与目标", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3088400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8012, + "favor_count": 46, + "created_at": "2023-11-14T18:29:16.809Z", + "updated_at": "2024-05-21T08:45:49.426Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 239, + "title": "2023.09.12.很难换面却可以改头…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 848620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8011, + "favor_count": 4, + "created_at": "2023-11-14T18:29:12.227Z", + "updated_at": "2024-05-06T11:41:15.862Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 238, + "title": "《笑来的写作课》视频版·第七课", + "description": "超级专业", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2352870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8009, + "favor_count": 40, + "created_at": "2023-11-14T18:29:09.772Z", + "updated_at": "2024-05-22T23:48:11.998Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 237, + "title": "2023.09.08.请高度重视李笑来的写作课", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1240370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8006, + "favor_count": 15, + "created_at": "2023-11-14T18:29:02.785Z", + "updated_at": "2024-05-07T06:26:03.039Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 236, + "title": "2023.09.06.一个比较有趣的经历", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 588070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8001, + "favor_count": 4, + "created_at": "2023-11-14T18:28:56.264Z", + "updated_at": "2024-04-12T15:23:52.645Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 235, + "title": "第17期茶话会:如何提高场外赚钱能力?", + "description": "这是【富足人生践行群】第17期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7967930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7992, + "favor_count": 9, + "created_at": "2023-11-14T18:28:54.015Z", + "updated_at": "2024-03-16T01:01:27.64Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 234, + "title": "2023.09.02.《好的家庭教育》都一周年了……", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1045860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7994, + "favor_count": 3, + "created_at": "2023-11-14T18:28:48.652Z", + "updated_at": "2024-04-08T11:13:47.042Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 233, + "title": "20230831 相约七年后直播", + "description": "本次直播主题:《Rewired》", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3988650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7978, + "favor_count": 12, + "created_at": "2023-11-14T18:28:45.831Z", + "updated_at": "2024-05-16T09:37:45.246Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 232, + "title": "《笑来的写作课》视频版·第六课", + "description": "输入为本", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2284560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8000, + "favor_count": 36, + "created_at": "2023-11-14T18:28:45.23Z", + "updated_at": "2024-05-19T23:32:02.142Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 231, + "title": "《笑来的写作课》视频版·第五课", + "description": "修辞正议", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2294360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7996, + "favor_count": 32, + "created_at": "2023-11-14T18:28:44.513Z", + "updated_at": "2024-05-22T10:17:42.999Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 230, + "title": "《笑来的写作课》视频版·第四课", + "description": "逻辑模版", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2274070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7984, + "favor_count": 52, + "created_at": "2023-11-14T18:28:43.904Z", + "updated_at": "2024-05-19T01:19:59.449Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 229, + "title": "2023.08.29.生产第一", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1353530, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7972, + "favor_count": 9, + "created_at": "2023-11-14T18:28:37.01Z", + "updated_at": "2024-04-01T05:09:52.64Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 228, + "title": "《笑来的写作课》视频版·第三课", + "description": "怎么写?", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2368980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7970, + "favor_count": 80, + "created_at": "2023-11-14T18:28:34.139Z", + "updated_at": "2024-05-19T01:17:28.916Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 7000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 227, + "title": "2023.08.25.国家大事 vs. 家庭大事", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1222380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7968, + "favor_count": 4, + "created_at": "2023-11-14T18:28:27.653Z", + "updated_at": "2024-05-09T10:13:33.092Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 226, + "title": "《笑来的写作课》视频版:第二课", + "description": "一切创作的前提都是选择", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1950040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7964, + "favor_count": 71, + "created_at": "2023-11-14T18:28:25.09Z", + "updated_at": "2024-05-22T12:46:29.981Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1946000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 225, + "title": "《笑来的写作课》视频版:第一课", + "description": "使用文字的本质", + "poster_url": "https://bandu-resources.songy.info/7000104757/33f92e5e-4519-4397-abb7-d7ec1ea90f4a@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1694830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7962, + "favor_count": 109, + "created_at": "2023-11-14T18:28:24.525Z", + "updated_at": "2024-05-25T09:21:14.292Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 224, + "title": "第16期茶话会:如何提高孩子的自觉性?", + "description": "这是【富足人生践行群】第16期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7190440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7959, + "favor_count": 5, + "created_at": "2023-11-14T18:28:23.706Z", + "updated_at": "2024-05-09T04:01:46.322Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 223, + "title": "关于 “奖惩机制” 的进一步思考", + "description": "没有 “惩罚” 真的可行吗?", + "poster_url": "https://bandu-resources.songy.info/7000104757/53858974-de63-4abe-baa7-da3387bb6395@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1624350, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7958, + "favor_count": 23, + "created_at": "2023-11-14T18:28:22.971Z", + "updated_at": "2024-05-22T23:27:45.068Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 222, + "title": "2023.08.14.一个英语学习辅助工具", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 504710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7956, + "favor_count": 11, + "created_at": "2023-11-14T18:28:18.406Z", + "updated_at": "2024-05-04T04:57:22.023Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 221, + "title": "2023.08.11.你在乎的方向是由内向外吗?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 939370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7953, + "favor_count": 8, + "created_at": "2023-11-14T18:28:10.048Z", + "updated_at": "2024-05-04T04:57:22.845Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 220, + "title": "2023.08.09.一个惊人且真实的去中心化集体思考的案例", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1415710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7951, + "favor_count": 6, + "created_at": "2023-11-14T18:27:58.057Z", + "updated_at": "2024-05-17T01:02:17.403Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 219, + "title": "第15期茶话会:如何通过学习编程提升自己和孩子的自学能力?", + "description": "这是【富足人生践行群】第15期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7788000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7947, + "favor_count": 2, + "created_at": "2023-11-14T18:27:54.34Z", + "updated_at": "2024-05-08T11:11:39.755Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 218, + "title": "“哭闹” 可能是很大的一件事", + "description": "必须认真应对", + "poster_url": "https://bandu-resources.songy.info/7000104757/53858974-de63-4abe-baa7-da3387bb6395@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1917800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7948, + "favor_count": 41, + "created_at": "2023-11-14T18:27:53.684Z", + "updated_at": "2024-05-26T00:06:01.361Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 217, + "title": "2023.08.04.因为简单所以重视", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 819710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7944, + "favor_count": 10, + "created_at": "2023-11-14T18:27:49.255Z", + "updated_at": "2024-04-15T02:25:06.014Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 216, + "title": "2023.07.31.再谈“勇气”这个不可伪造的美德", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 899620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7940, + "favor_count": 13, + "created_at": "2023-11-14T18:27:42.533Z", + "updated_at": "2024-05-18T11:16:27.984Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 215, + "title": "2023.07.27.所谓的“人性”究竟是什么?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1228910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7933, + "favor_count": 7, + "created_at": "2023-11-14T18:27:33.579Z", + "updated_at": "2024-05-18T15:51:12.133Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 214, + "title": "2023.07.24.复合技能的时间成本其实很惊人…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 856720, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7927, + "favor_count": 5, + "created_at": "2023-11-14T18:27:25.931Z", + "updated_at": "2024-04-08T20:52:49.446Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 213, + "title": "第14期茶话会:如何处理好家庭教育里的隔代关系?", + "description": "这是【富足人生践行群】第14期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7571200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7920, + "favor_count": 2, + "created_at": "2023-11-14T18:27:14.937Z", + "updated_at": "2024-05-11T02:29:40.48Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 212, + "title": "4.0-思考的真相-结束语", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 52990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7949, + "favor_count": 12, + "created_at": "2023-11-14T18:27:14.143Z", + "updated_at": "2024-05-18T11:01:13.86Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 211, + "title": "3.4-思考的真相-升级", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 514880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7942, + "favor_count": 23, + "created_at": "2023-11-14T18:27:11.048Z", + "updated_at": "2024-05-25T07:15:27.545Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 210, + "title": "3.3-思考的真相-简单", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 355880, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7941, + "favor_count": 14, + "created_at": "2023-11-14T18:27:09.115Z", + "updated_at": "2024-05-15T04:15:30.387Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 209, + "title": "3.2-思考的真相-发展", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 452290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7938, + "favor_count": 19, + "created_at": "2023-11-14T18:27:08.251Z", + "updated_at": "2024-05-25T13:34:32.568Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 208, + "title": "3.1-思考的真相-返璞、类比", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 685120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7937, + "favor_count": 20, + "created_at": "2023-11-14T18:27:05.524Z", + "updated_at": "2024-05-09T11:04:37.044Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 207, + "title": "2.4-思考的真相-曙光", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 554670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7936, + "favor_count": 18, + "created_at": "2023-11-14T18:27:04.841Z", + "updated_at": "2024-05-24T11:56:37.997Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 206, + "title": "2.3-思考的真相-未知", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 438750, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7934, + "favor_count": 18, + "created_at": "2023-11-14T18:27:03.002Z", + "updated_at": "2024-05-22T14:55:51.228Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 205, + "title": "2.2-思考的真相-维度", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 399420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7932, + "favor_count": 15, + "created_at": "2023-11-14T18:27:02.133Z", + "updated_at": "2024-04-30T06:44:57.132Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 204, + "title": "2.1-思考的真相-关系", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 377620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7930, + "favor_count": 22, + "created_at": "2023-11-14T18:27:01.361Z", + "updated_at": "2024-05-18T23:22:28.336Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 203, + "title": "1.6-思考的真相-流程", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 693910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7928, + "favor_count": 36, + "created_at": "2023-11-14T18:27:00.606Z", + "updated_at": "2024-05-24T07:16:05.477Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 202, + "title": "1.5-思考的真相-决策", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 330730, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7924, + "favor_count": 48, + "created_at": "2023-11-14T18:26:59.902Z", + "updated_at": "2024-05-21T01:43:13.592Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 201, + "title": "1.4-思考的真相-因果", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 205990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7925, + "favor_count": 19, + "created_at": "2023-11-14T18:26:59.236Z", + "updated_at": "2024-05-23T09:27:13.73Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 200, + "title": "1.3-思考的真相-比较", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 401670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7919, + "favor_count": 25, + "created_at": "2023-11-14T18:26:58.562Z", + "updated_at": "2024-05-18T11:01:00.962Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 199, + "title": "1.2-思考的真相-分类", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 335000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7917, + "favor_count": 25, + "created_at": "2023-11-14T18:26:57.832Z", + "updated_at": "2024-05-22T23:56:40.163Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 198, + "title": "1.1-思考的真相-定义", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 456250, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7916, + "favor_count": 31, + "created_at": "2023-11-14T18:26:57.158Z", + "updated_at": "2024-05-18T12:31:43.722Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 197, + "title": "0.0-思考的真相-前言", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/85d16944-5bc4-4176-bde9-b1af8d69ec51@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 124420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7915, + "favor_count": 31, + "created_at": "2023-11-14T18:26:56.389Z", + "updated_at": "2024-05-23T19:59:30.843Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 196, + "title": "2023.07.20.啥都没做成不意味着毫无进步", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 645360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7893, + "favor_count": 9, + "created_at": "2023-11-14T18:26:52.027Z", + "updated_at": "2024-05-16T02:06:07.326Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 195, + "title": "2023.07.18.时间这个房间里的大象…", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 690760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7891, + "favor_count": 7, + "created_at": "2023-11-14T18:26:45.814Z", + "updated_at": "2024-05-16T02:05:56.942Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 194, + "title": "2023.07.12.理解需要很长时间", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 925000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7884, + "favor_count": 12, + "created_at": "2023-11-14T18:26:38.399Z", + "updated_at": "2024-05-16T02:05:51.299Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 193, + "title": "2023.07.10.人工智能会拉大知识的贫富差距", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 543700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7883, + "favor_count": 11, + "created_at": "2023-11-14T18:26:32.223Z", + "updated_at": "2024-05-16T02:05:39.594Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 192, + "title": "2023.07.07.我如何哄老人开心?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 557030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7881, + "favor_count": 10, + "created_at": "2023-11-14T18:26:27.276Z", + "updated_at": "2024-05-16T02:05:26.887Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 191, + "title": "2023.07.05.抗风险能力", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/bace0aac-f6bd-4d9e-bd6c-86b6638021ad@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 692620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7882, + "favor_count": 15, + "created_at": "2023-11-14T18:26:21.878Z", + "updated_at": "2024-05-21T06:17:12.608Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 190, + "title": "第13期茶话会:如何做好暑假规划、带着孩子一起生产成长?", + "description": "这是【家庭成长社群】第13期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 8574910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7859, + "favor_count": 2, + "created_at": "2023-11-14T18:26:19.665Z", + "updated_at": "2024-05-11T04:01:21.291Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 189, + "title": "2023.06.22.思考的真相.14", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 562270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7843, + "favor_count": 18, + "created_at": "2023-11-14T18:26:15.223Z", + "updated_at": "2024-05-24T13:05:30.352Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 188, + "title": "2023.06.21.思考的真相.13", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 453700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7836, + "favor_count": 8, + "created_at": "2023-11-14T18:26:09.198Z", + "updated_at": "2024-05-24T22:27:19.31Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 187, + "title": "2023.06.20.思考的真相.12", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 575120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7832, + "favor_count": 7, + "created_at": "2023-11-14T18:26:03.062Z", + "updated_at": "2024-05-19T05:55:47.555Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 186, + "title": "第12期茶话会:如何让成为带领全家共同成长的好爸爸?", + "description": "这是【家庭成长社群】第12期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7438090, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7824, + "favor_count": 2, + "created_at": "2023-11-14T18:25:03.398Z", + "updated_at": "2024-05-21T08:38:42.43Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 185, + "title": "2023.06.19.思考的真相.11", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 777040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7826, + "favor_count": 15, + "created_at": "2023-11-14T18:24:57.971Z", + "updated_at": "2024-05-22T09:35:24.526Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 184, + "title": "2023.06.16.思考的真相.10", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 921160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7817, + "favor_count": 8, + "created_at": "2023-11-14T18:24:50.281Z", + "updated_at": "2024-05-22T23:09:13.338Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 183, + "title": "2023.06.15.思考的真相.09", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 698420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7812, + "favor_count": 9, + "created_at": "2023-11-14T18:24:43.366Z", + "updated_at": "2024-05-19T05:27:43.765Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 182, + "title": "2023.06.14.思考的真相.08", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 942190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7808, + "favor_count": 10, + "created_at": "2023-11-14T18:24:35.57Z", + "updated_at": "2024-05-19T05:18:02.97Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 181, + "title": "2023.06.13.思考的真相.07", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 624670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7804, + "favor_count": 12, + "created_at": "2023-11-14T18:24:28.108Z", + "updated_at": "2024-05-19T05:10:05.494Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 180, + "title": "2023.06.12.思考的真相.06", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 581720, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7799, + "favor_count": 18, + "created_at": "2023-11-14T18:24:21.197Z", + "updated_at": "2024-05-19T04:58:54.786Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 179, + "title": "2023.06.08.思考的真相.05", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 328630, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7793, + "favor_count": 15, + "created_at": "2023-11-14T18:24:16.831Z", + "updated_at": "2024-05-19T04:55:31.022Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 178, + "title": "2023.06.07.思考的真相.04", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 413860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7788, + "favor_count": 13, + "created_at": "2023-11-14T18:24:13.538Z", + "updated_at": "2024-05-20T11:33:27.578Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 177, + "title": "第11期茶话会:如何带动孩子一起健身?", + "description": "这是【家庭成长社群】第11期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7251870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7785, + "favor_count": 2, + "created_at": "2023-11-14T18:23:58.576Z", + "updated_at": "2024-05-19T01:24:33.636Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 176, + "title": "2023.06.06.思考的真相.03", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 530600, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7784, + "favor_count": 12, + "created_at": "2023-11-14T18:23:54.746Z", + "updated_at": "2024-05-19T04:36:09.422Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 175, + "title": "2023.06.05.思考的真相.02", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 397180, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7780, + "favor_count": 18, + "created_at": "2023-11-14T18:23:49.43Z", + "updated_at": "2024-05-19T04:32:41.721Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 174, + "title": "2023.06.02.思考的真相.01", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 506120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7772, + "favor_count": 15, + "created_at": "2023-11-14T18:23:44.366Z", + "updated_at": "2024-05-19T05:18:18.237Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 173, + "title": "2023.06.02.《思考的真相》简要介绍", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/eda92218-70ed-4739-9821-801a1510782f@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 224550, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7771, + "favor_count": 27, + "created_at": "2023-11-14T18:23:41.481Z", + "updated_at": "2024-05-25T02:00:37.526Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 172, + "title": "【视频版】3.24 教练的真相. 无形", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1014870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7767, + "favor_count": 9, + "created_at": "2023-11-14T18:23:31.132Z", + "updated_at": "2024-05-25T06:40:13.77Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 171, + "title": "【视频版】3.23 教练的真相. 风格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 775400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7766, + "favor_count": 3, + "created_at": "2023-11-14T18:23:21.704Z", + "updated_at": "2024-05-25T06:52:23.089Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 170, + "title": "【视频版】3.22 教练的真相. 临摹", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4559280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7765, + "favor_count": 4, + "created_at": "2023-11-14T18:23:16.379Z", + "updated_at": "2024-05-25T06:18:13.857Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 169, + "title": "【视频版】3.21 教练的真相. 结构", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 908370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7764, + "favor_count": 6, + "created_at": "2023-11-14T18:23:15.461Z", + "updated_at": "2024-05-25T07:02:26.135Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 168, + "title": "【视频版】3.20 教练的真相. 教程", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 810150, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7763, + "favor_count": 5, + "created_at": "2023-11-14T18:23:14.695Z", + "updated_at": "2024-05-25T07:14:09.164Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 167, + "title": "【视频版】3.19 教练的真相. 记录", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 758440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7762, + "favor_count": 6, + "created_at": "2023-11-14T18:23:13.787Z", + "updated_at": "2024-05-25T07:55:41.575Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 166, + "title": "【视频版】3.18 教练的真相. 列表", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 783360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7761, + "favor_count": 7, + "created_at": "2023-11-14T18:23:13.001Z", + "updated_at": "2024-05-25T07:47:34.014Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 165, + "title": "【视频版】3.17 教练的真相. 专业", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 975830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7760, + "favor_count": 2, + "created_at": "2023-11-14T18:23:12.138Z", + "updated_at": "2024-05-25T07:34:00.314Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 164, + "title": "【视频版】3.16 教练的真相. 靠谱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 862660, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7759, + "favor_count": 6, + "created_at": "2023-11-14T18:23:06.167Z", + "updated_at": "2024-05-25T07:24:55.026Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 163, + "title": "【视频版】3.15 教练的真相. 复盘", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 953190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7758, + "favor_count": 7, + "created_at": "2023-11-14T18:22:53.764Z", + "updated_at": "2024-05-25T06:28:34.699Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 162, + "title": "【视频版】3.14 教练的真相. 习惯", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1039360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7757, + "favor_count": 7, + "created_at": "2023-11-14T18:22:52.935Z", + "updated_at": "2024-05-25T06:05:26.646Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 161, + "title": "【视频版】3.13 教练的真相. 关系", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 811690, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7756, + "favor_count": 7, + "created_at": "2023-11-14T18:22:41.587Z", + "updated_at": "2024-05-25T05:56:24.215Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 160, + "title": "【视频版】3.12 教练的真相. 性格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 792190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7755, + "favor_count": 2, + "created_at": "2023-11-14T18:22:30.965Z", + "updated_at": "2024-05-25T05:47:26.77Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 159, + "title": "【视频版】3.11 教练的真相. 适应", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 821160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7754, + "favor_count": 3, + "created_at": "2023-11-14T18:22:20.431Z", + "updated_at": "2024-05-25T05:38:04.784Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 158, + "title": "【视频版】3.10 教练的真相. 对象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 876120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7753, + "favor_count": 7, + "created_at": "2023-11-14T18:22:07.95Z", + "updated_at": "2024-05-25T05:28:26.469Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 157, + "title": "【视频版】3.9 教练的真相. 重生", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1040700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7752, + "favor_count": 6, + "created_at": "2023-11-14T18:22:01.023Z", + "updated_at": "2024-05-24T13:48:00.606Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 156, + "title": "【视频版】3.8 教练的真相. 写作", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 785240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7751, + "favor_count": 5, + "created_at": "2023-11-14T18:21:53.649Z", + "updated_at": "2024-05-24T12:53:25.59Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 155, + "title": "【视频版】3.7 教练的真相. 讲解", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 910700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7750, + "favor_count": 3, + "created_at": "2023-11-14T18:21:52.76Z", + "updated_at": "2024-05-24T12:43:24.239Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 154, + "title": "【视频版】3.6 教练的真相. 示范", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 842200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7749, + "favor_count": 7, + "created_at": "2023-11-14T18:21:51.884Z", + "updated_at": "2024-05-24T11:03:09.078Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 153, + "title": "【视频版】3.5 教练的真相. 监督", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 919870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7748, + "favor_count": 7, + "created_at": "2023-11-14T18:21:51.056Z", + "updated_at": "2024-05-24T10:51:46.474Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 152, + "title": "【视频版】3.4 教练的真相. 提问", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 935620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7747, + "favor_count": 14, + "created_at": "2023-11-14T18:21:38.856Z", + "updated_at": "2024-05-24T10:43:45.471Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 151, + "title": "【视频版】3.3 教练的真相. 共同", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 764650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7746, + "favor_count": 9, + "created_at": "2023-11-14T18:21:38.044Z", + "updated_at": "2024-05-24T10:33:03.642Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 150, + "title": "【视频版】3.2 教练的真相. 子女", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 765380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7745, + "favor_count": 10, + "created_at": "2023-11-14T18:21:25.953Z", + "updated_at": "2024-05-23T20:42:17.574Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 149, + "title": "【视频版】3.1 教练的真相. 本分", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 905280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7744, + "favor_count": 18, + "created_at": "2023-11-14T18:21:18.318Z", + "updated_at": "2024-05-23T09:53:57.231Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 148, + "title": "20230531 相约七年后直播", + "description": "本次直播主题: “自学”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3436330, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7997, + "favor_count": 12, + "created_at": "2023-11-14T18:21:17.577Z", + "updated_at": "2024-04-30T08:21:06.58Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 147, + "title": "第10期茶话会:如何给孩子进行考前心理建设?", + "description": "这是【家庭成长社群】第10期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "014e124c-5421-4973-b709-cb19a1e9e873", + "status": "normal", + "duration": 7737300, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7724, + "favor_count": 2, + "created_at": "2023-11-14T18:21:00.145Z", + "updated_at": "2024-05-18T06:09:27.079Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "014e124c-5421-4973-b709-cb19a1e9e873", + "bandu_number": 100000260, + "full_name": "我是苏晓Susan", + "avatar": "https://bandu-resources.songy.info/7000104757/839c08b0-8a45-4051-adaa-b891748b7353.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 146, + "title": "【视频版】28.学习的真相.效率至上", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1237650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7689, + "favor_count": 11, + "created_at": "2023-11-14T18:20:59.299Z", + "updated_at": "2024-05-25T21:52:40.224Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 145, + "title": "【视频版】27.学习的真相.人际关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1290670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7688, + "favor_count": 9, + "created_at": "2023-11-14T18:20:58.439Z", + "updated_at": "2024-05-21T09:47:33.001Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 144, + "title": "【视频版】26.学习的真相.安全意识", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1376360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7687, + "favor_count": 8, + "created_at": "2023-11-14T18:20:57.577Z", + "updated_at": "2024-05-21T09:00:23.231Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 143, + "title": "【视频版】25.学习的真相.生产导向", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1227200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7686, + "favor_count": 13, + "created_at": "2023-11-14T18:20:36.676Z", + "updated_at": "2024-05-21T08:30:34.037Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 142, + "title": "【视频版】24.学习的真相.学习障碍", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 949650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7685, + "favor_count": 11, + "created_at": "2023-11-14T18:20:20.452Z", + "updated_at": "2024-05-21T08:19:15.625Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 141, + "title": "【视频版】23.学习的真相.判断依据", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1128750, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7684, + "favor_count": 8, + "created_at": "2023-11-14T18:20:16.687Z", + "updated_at": "2024-05-21T06:47:47.012Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 140, + "title": "【视频版】22.学习的真相.学习计划", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1002030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7683, + "favor_count": 11, + "created_at": "2023-11-14T18:20:15.918Z", + "updated_at": "2024-05-21T03:03:32.181Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 139, + "title": "【视频版】21.学习的真相.三个大脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 917290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7682, + "favor_count": 6, + "created_at": "2023-11-14T18:20:15.123Z", + "updated_at": "2024-05-24T23:02:10.451Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 138, + "title": "【视频版】20.学习的真相.必要关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1367400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7681, + "favor_count": 36, + "created_at": "2023-11-14T18:20:14.181Z", + "updated_at": "2024-05-20T06:04:43.04Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 137, + "title": "【视频版】19.学习的真相.流程而已", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1164820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7680, + "favor_count": 11, + "created_at": "2023-11-14T18:20:13.238Z", + "updated_at": "2024-05-23T01:40:15.835Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 136, + "title": "【视频版】18.学习的真相.最少必要", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1093440, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7679, + "favor_count": 14, + "created_at": "2023-11-14T18:19:54.158Z", + "updated_at": "2024-05-23T01:23:03.239Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 135, + "title": "【视频版】17.学习的真相.教学见长", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1118120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7678, + "favor_count": 13, + "created_at": "2023-11-14T18:19:53.261Z", + "updated_at": "2024-05-24T09:05:16.231Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 134, + "title": "【视频版】16.学习的真相.陈规陋习", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1328110, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7677, + "favor_count": 9, + "created_at": "2023-11-14T18:19:34.568Z", + "updated_at": "2024-05-20T03:00:30.499Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 133, + "title": "【视频版】15.学习的真相.改良构建", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1080980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7676, + "favor_count": 23, + "created_at": "2023-11-14T18:19:33.674Z", + "updated_at": "2024-05-23T03:23:16.972Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 132, + "title": "【视频版】14.学习的真相.模型匹配", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1158290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7675, + "favor_count": 10, + "created_at": "2023-11-14T18:19:21.657Z", + "updated_at": "2024-05-19T13:36:27.909Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 131, + "title": "【视频版】13.学习的真相.记忆容量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 955540, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7674, + "favor_count": 12, + "created_at": "2023-11-14T18:19:16.927Z", + "updated_at": "2024-05-19T13:06:30.265Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 130, + "title": "【视频版】12.学习的真相.用者无疆", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1130240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7673, + "favor_count": 12, + "created_at": "2023-11-14T18:19:02.943Z", + "updated_at": "2024-05-21T08:02:11.983Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 129, + "title": "【视频版】11.学习的真相.神经网络", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 874070, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7672, + "favor_count": 14, + "created_at": "2023-11-14T18:18:45.469Z", + "updated_at": "2024-05-20T15:03:08.709Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 128, + "title": "【视频版】10.学习的真相.能量储备", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 870950, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7671, + "favor_count": 18, + "created_at": "2023-11-14T18:18:29.014Z", + "updated_at": "2024-05-22T14:32:40.123Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 127, + "title": "【视频版】09.学习的真相.多语生存", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 921280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7670, + "favor_count": 13, + "created_at": "2023-11-14T18:18:15.365Z", + "updated_at": "2024-05-19T12:09:09.722Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 126, + "title": "【视频版】08.学习的真相.节能模式", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 987650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7669, + "favor_count": 15, + "created_at": "2023-11-14T18:18:14.53Z", + "updated_at": "2024-05-19T11:43:57.431Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 125, + "title": "【视频版】07.学习的真相.好好说话", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 935190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7668, + "favor_count": 24, + "created_at": "2023-11-14T18:18:13.706Z", + "updated_at": "2024-05-24T23:38:54.395Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 124, + "title": "【视频版】06.学习的真相.天生丽质", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 909820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7667, + "favor_count": 14, + "created_at": "2023-11-14T18:17:57.106Z", + "updated_at": "2024-05-21T00:50:08.618Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 123, + "title": "【视频版】05.学习的真相.符号系统", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 931240, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7666, + "favor_count": 19, + "created_at": "2023-11-14T18:17:56.284Z", + "updated_at": "2024-05-24T08:55:45.295Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 122, + "title": "【视频版】04.学习的真相.识字", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 877570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7665, + "favor_count": 23, + "created_at": "2023-11-14T18:17:48.031Z", + "updated_at": "2024-05-25T16:42:58.626Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 121, + "title": "【视频版】03.学习的真相.简明语文课", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 912870, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7664, + "favor_count": 18, + "created_at": "2023-11-14T18:17:47.215Z", + "updated_at": "2024-05-24T04:12:44.809Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 120, + "title": "【视频版】02.学习的真相.说明书", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1096960, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7663, + "favor_count": 22, + "created_at": "2023-11-14T18:17:36.808Z", + "updated_at": "2024-05-25T16:42:55.774Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 119, + "title": "【视频版】01.学习的真相.建·健脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 966170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7662, + "favor_count": 20, + "created_at": "2023-11-14T18:17:36.007Z", + "updated_at": "2024-05-25T08:42:40.815Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 118, + "title": "【视频版】00.学习的真相.开课寄语", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 966080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7661, + "favor_count": 35, + "created_at": "2023-11-14T18:17:35.166Z", + "updated_at": "2024-05-25T05:09:23.327Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 4000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 117, + "title": "【视频版】1.19.总结补充", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1900740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7660, + "favor_count": 9, + "created_at": "2023-11-14T18:17:34.245Z", + "updated_at": "2024-05-23T09:32:08.119Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 116, + "title": "【视频版】1.18.一个动作:发展(5)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1561450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7659, + "favor_count": 5, + "created_at": "2023-11-14T18:17:33.441Z", + "updated_at": "2024-05-25T03:43:10.132Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 115, + "title": "【视频版】1.17.一个动作:发展(4)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1279620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7658, + "favor_count": 8, + "created_at": "2023-11-14T18:17:20.198Z", + "updated_at": "2024-05-25T03:16:26.047Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 114, + "title": "【视频版】1.16.一个动作:发展(3)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1178620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7657, + "favor_count": 6, + "created_at": "2023-11-14T18:17:19.329Z", + "updated_at": "2024-05-25T03:16:25.248Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 1000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 113, + "title": "【视频版】1.15.一个动作:发展(2)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1224790, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7656, + "favor_count": 8, + "created_at": "2023-11-14T18:17:07.275Z", + "updated_at": "2024-05-23T03:28:03.043Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 7000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 112, + "title": "【视频版】1.14.一个动作:发展(1)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1499650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7655, + "favor_count": 12, + "created_at": "2023-11-14T18:17:00.177Z", + "updated_at": "2024-05-23T03:11:14.577Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 10000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 111, + "title": "【视频版】1.13.三种状态:专注", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 943450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7654, + "favor_count": 8, + "created_at": "2023-11-14T18:16:59.205Z", + "updated_at": "2024-05-23T03:01:07.38Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 18000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 110, + "title": "【视频版】1.12.三种状态:简单", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1220200, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7653, + "favor_count": 10, + "created_at": "2023-11-14T18:16:49.667Z", + "updated_at": "2024-05-22T12:05:11.476Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 13000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 109, + "title": "【视频版】1.11.三种状态:乐观", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1259650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7652, + "favor_count": 9, + "created_at": "2023-11-14T18:16:39.355Z", + "updated_at": "2024-05-22T11:47:42.998Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 22000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 108, + "title": "【视频版】1.10.六个基础观念:健康", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1427500, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7651, + "favor_count": 8, + "created_at": "2023-11-14T18:16:38.442Z", + "updated_at": "2024-05-22T09:03:18.217Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 34000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 107, + "title": "【视频版】1.09.六个基础观念:改进", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1139370, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7649, + "favor_count": 6, + "created_at": "2023-11-14T18:16:28.201Z", + "updated_at": "2024-05-22T08:45:00.764Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 106, + "title": "【视频版】1.08.六个基础观念:担当", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1200450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7648, + "favor_count": 10, + "created_at": "2023-11-14T18:16:20.735Z", + "updated_at": "2024-05-22T08:15:45.335Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 10000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 105, + "title": "【视频版】1.07.六个基础观念:困境", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1248040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7647, + "favor_count": 12, + "created_at": "2023-11-14T18:16:19.78Z", + "updated_at": "2024-05-22T05:07:48.635Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 4000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 104, + "title": "【视频版】1.06.六个基础观念:生产", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1155990, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7646, + "favor_count": 14, + "created_at": "2023-11-14T18:16:18.9Z", + "updated_at": "2024-05-22T04:40:22.642Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 10000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 103, + "title": "【视频版】1.05. 六个基础观念:产权", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1038040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7645, + "favor_count": 10, + "created_at": "2023-11-14T18:16:18.082Z", + "updated_at": "2024-05-22T04:13:33.961Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 25000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 102, + "title": "【视频版】1.04.如何衡量家庭建设的质量?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1750490, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7644, + "favor_count": 14, + "created_at": "2023-11-14T18:16:10.44Z", + "updated_at": "2024-05-25T00:30:02.516Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 36000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 101, + "title": "【视频版】1.03.家长的责任究竟都有哪些?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1835860, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7643, + "favor_count": 17, + "created_at": "2023-11-14T18:16:02.757Z", + "updated_at": "2024-05-22T03:11:23.55Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 40000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 100, + "title": "【视频版】1.02. 家庭建设之中什么最重要?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1548290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7642, + "favor_count": 13, + "created_at": "2023-11-14T18:15:51.114Z", + "updated_at": "2024-05-22T02:54:08.065Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 46000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 99, + "title": "【视频版】1.01.家庭教育的对象究竟是谁?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1575400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7641, + "favor_count": 17, + "created_at": "2023-11-14T18:15:50.242Z", + "updated_at": "2024-05-22T02:38:44.498Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 6000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 98, + "title": "【视频版】 1.00. 课前叮嘱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 630700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7640, + "favor_count": 17, + "created_at": "2023-11-14T18:15:49.266Z", + "updated_at": "2024-05-23T14:25:45.113Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 75000, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 97, + "title": "第9期茶话会:如何与家人一起成长?", + "description": "这是【家庭成长社群】第9期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 8188550, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7636, + "favor_count": 2, + "created_at": "2023-11-14T18:15:27.954Z", + "updated_at": "2024-05-18T03:45:48.097Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 96, + "title": "学升社区-Ai问答功能说明", + "description": "指导用户使用社区AI", + "poster_url": "", + "speaker_id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "course_type": "lecture", + "creator_id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "status": "normal", + "duration": 57800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7625, + "favor_count": 0, + "created_at": "2023-11-14T18:15:27.134Z", + "updated_at": "2023-11-14T18:15:27.691Z", + "course_contents": null, + "speaker": { + "id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "bandu_number": 100000230, + "full_name": "文韬", + "avatar": "https://bandu-resources.songy.info/7000104757/b972534a-ca96-48f8-b39d-1706fc28b156@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "45301457-7a6e-4a16-a09d-732b6c220cf8", + "bandu_number": 100000230, + "full_name": "文韬", + "avatar": "https://bandu-resources.songy.info/7000104757/b972534a-ca96-48f8-b39d-1706fc28b156@thumb.webp", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 95, + "title": "20230430 相约七年后直播", + "description": "本次直播主题:“升级”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3651000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8002, + "favor_count": 15, + "created_at": "2023-11-14T18:15:26.202Z", + "updated_at": "2024-05-03T03:55:08.678Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 94, + "title": "第8期茶话会:如何引导孩子做好预习和复习?", + "description": "这是【家庭成长社群】第8期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7130400, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7609, + "favor_count": 3, + "created_at": "2023-11-14T18:15:01.551Z", + "updated_at": "2024-05-15T03:44:40.3Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 93, + "title": "第7期茶话会:如何帮助孩子养成好习惯?", + "description": "这是【家庭成长社群】第7期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7444420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7608, + "favor_count": 3, + "created_at": "2023-11-14T18:14:39.76Z", + "updated_at": "2024-05-14T02:42:55.467Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 92, + "title": "第6期茶话会:如何使用人工智能AI提升家庭教育的质量?", + "description": "这是【家庭成长社群】第6期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7721930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7607, + "favor_count": 3, + "created_at": "2023-11-14T18:14:38.89Z", + "updated_at": "2024-05-12T05:31:11.472Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 91, + "title": "第5期茶话会:如何提升孩子的表达能力?", + "description": "这是【家庭成长社群】第5期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 8362810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7606, + "favor_count": 7, + "created_at": "2023-11-14T18:14:18.153Z", + "updated_at": "2024-05-11T13:10:32.307Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 90, + "title": "第4期茶话会:如何带领全家成为生产者?", + "description": "这是【家庭成长社群】第4期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7573120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7605, + "favor_count": 8, + "created_at": "2023-11-14T18:14:00.833Z", + "updated_at": "2024-05-18T00:08:16.23Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 89, + "title": "第3期茶话会:如何提升孩子的专注力?", + "description": "这是【家庭成长社群】第3期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7514650, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7604, + "favor_count": 3, + "created_at": "2023-11-14T18:13:52.089Z", + "updated_at": "2024-05-08T07:13:43.441Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 88, + "title": "第2期茶话会:如何避开育儿路上的坑以及如何建设好的家庭?", + "description": "这是【家庭成长社群】第2期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 8064590, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7603, + "favor_count": 4, + "created_at": "2023-11-14T18:13:39.402Z", + "updated_at": "2024-05-11T09:02:11.336Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 87, + "title": "第1期茶话会:我们家《学习的真相》践行分享", + "description": "这是【家庭成长社群】第1期茶话会视频", + "poster_url": "https://bandu-resources.songy.info/7000104757/abfbefb9-31d0-43d6-ba9d-71bbee1dfe9f@thumb.webp", + "speaker_id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 7520380, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7602, + "favor_count": 7, + "created_at": "2023-11-14T18:13:38.479Z", + "updated_at": "2024-05-22T18:41:35.879Z", + "course_contents": null, + "speaker": { + "id": "63954871-0dda-4240-a9f7-3ccfe84d79b7", + "bandu_number": 100003539, + "full_name": "课程小助理", + "avatar": "https://bandu-resources.songy.info/7000104757/07b422fd-77ee-4419-806e-5f00236fe041.webp", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 86, + "title": "20230331 相约七年后直播", + "description": "本次直播主题:“分辨”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3657100, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8004, + "favor_count": 10, + "created_at": "2023-11-14T18:13:37.515Z", + "updated_at": "2024-04-30T08:21:05.191Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 85, + "title": "24.教练的真相.无形", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1069420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7533, + "favor_count": 10, + "created_at": "2023-11-14T18:13:30.973Z", + "updated_at": "2024-05-20T23:28:57.217Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 84, + "title": "23.教练的真相.风格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 808590, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7530, + "favor_count": 7, + "created_at": "2023-11-14T18:13:23.542Z", + "updated_at": "2024-05-13T13:22:06.46Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 83, + "title": "22.教练的真相.临摹", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 772290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7527, + "favor_count": 14, + "created_at": "2023-11-14T18:13:17.089Z", + "updated_at": "2024-05-25T22:35:00.889Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 82, + "title": "21.教练的真相.结构", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 967160, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7524, + "favor_count": 8, + "created_at": "2023-11-14T18:13:09.068Z", + "updated_at": "2024-05-22T13:16:42.93Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 81, + "title": "20.教练的真相.教程", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 855220, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7521, + "favor_count": 6, + "created_at": "2023-11-14T18:13:00.126Z", + "updated_at": "2024-05-11T06:42:45.606Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 80, + "title": "19.教练的真相.记录", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 798290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7518, + "favor_count": 3, + "created_at": "2023-11-14T18:12:53.008Z", + "updated_at": "2024-05-08T10:58:58.477Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 79, + "title": "18.教练的真相.列表", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 829210, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7511, + "favor_count": 4, + "created_at": "2023-11-14T18:12:46.046Z", + "updated_at": "2024-05-23T04:38:41.503Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 78, + "title": "17.教练的真相.专业", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 968760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7509, + "favor_count": 6, + "created_at": "2023-11-14T18:12:38.391Z", + "updated_at": "2024-05-19T00:30:01.139Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 77, + "title": "16.教练的真相.靠谱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 890120, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7507, + "favor_count": 5, + "created_at": "2023-11-14T18:12:31.044Z", + "updated_at": "2024-05-07T08:15:47.647Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 76, + "title": "15.教练的真相.复盘", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 962170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7503, + "favor_count": 10, + "created_at": "2023-11-14T18:12:23.071Z", + "updated_at": "2024-05-23T04:24:29.71Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 75, + "title": "14.教练的真相.习惯", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1087520, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7498, + "favor_count": 5, + "created_at": "2023-11-14T18:12:15.734Z", + "updated_at": "2024-05-08T06:59:34.301Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 74, + "title": "13.教练的真相.关系", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 860690, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7491, + "favor_count": 5, + "created_at": "2023-11-14T18:12:09.61Z", + "updated_at": "2024-05-15T01:27:16.757Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 73, + "title": "12.教练的真相.性格", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 853080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7489, + "favor_count": 8, + "created_at": "2023-11-14T18:12:02.579Z", + "updated_at": "2024-05-14T00:08:55.895Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 72, + "title": "11.教练的真相.适应", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 858930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7487, + "favor_count": 8, + "created_at": "2023-11-14T18:11:55.486Z", + "updated_at": "2024-05-08T06:16:38.149Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 71, + "title": "10.教练的真相.对象", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 918420, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7482, + "favor_count": 6, + "created_at": "2023-11-14T18:11:47.684Z", + "updated_at": "2024-05-07T09:31:23.002Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 70, + "title": "09.教练的真相.重生", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1093000, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7480, + "favor_count": 9, + "created_at": "2023-11-14T18:11:39.609Z", + "updated_at": "2024-05-07T08:31:58.777Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 69, + "title": "08.教练的真相.写作", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 843570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7477, + "favor_count": 7, + "created_at": "2023-11-14T18:11:31.807Z", + "updated_at": "2024-05-07T08:16:07.436Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 68, + "title": "07.教练的真相.讲解", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 976760, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7474, + "favor_count": 6, + "created_at": "2023-11-14T18:11:24.1Z", + "updated_at": "2024-05-09T03:10:39.705Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 67, + "title": "06.教练的真相.示范", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 896790, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7472, + "favor_count": 10, + "created_at": "2023-11-14T18:11:17.288Z", + "updated_at": "2024-05-12T01:46:04.764Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 66, + "title": "05.教练的真相.监督", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 981850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7470, + "favor_count": 9, + "created_at": "2023-11-14T18:11:09.857Z", + "updated_at": "2024-05-25T03:50:11.431Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 65, + "title": "04.教练的真相.提问", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 998740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7467, + "favor_count": 13, + "created_at": "2023-11-14T18:11:00.931Z", + "updated_at": "2024-05-25T16:13:02.638Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 64, + "title": "03.教练的真相.共同", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 823920, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7459, + "favor_count": 16, + "created_at": "2023-11-14T18:10:53.231Z", + "updated_at": "2024-05-25T00:54:56.253Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 63, + "title": "02.教练的真相.子女", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 837030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7455, + "favor_count": 14, + "created_at": "2023-11-14T18:10:46.75Z", + "updated_at": "2024-05-24T23:43:30.948Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 62, + "title": "01. 教练的真相. 本分", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/0de1f00d-78b5-406b-b5b7-6a8956eb90d7@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1031410, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7439, + "favor_count": 22, + "created_at": "2023-11-14T18:10:39.404Z", + "updated_at": "2024-05-25T08:17:59.195Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 61, + "title": "20230228 相约七年后直播", + "description": "本次直播主题:“践行”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3669310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8013, + "favor_count": 22, + "created_at": "2023-11-14T18:10:37.298Z", + "updated_at": "2024-05-10T02:57:53.435Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 60, + "title": "20230131 相约七年后直播", + "description": "本次直播主题:“系统”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3488170, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 8014, + "favor_count": 26, + "created_at": "2023-11-14T18:10:36.39Z", + "updated_at": "2024-05-10T10:03:06.046Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 59, + "title": "28.学习的真相.效率至上", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1390910, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7223, + "favor_count": 15, + "created_at": "2023-11-14T18:10:29.399Z", + "updated_at": "2024-05-14T03:51:08.825Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 58, + "title": "27.学习的真相.人际关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1410970, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7221, + "favor_count": 14, + "created_at": "2023-11-14T18:10:19.182Z", + "updated_at": "2024-05-21T06:54:27.432Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 57, + "title": "26.学习的真相.安全意识", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1558280, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7217, + "favor_count": 11, + "created_at": "2023-11-14T18:10:07.971Z", + "updated_at": "2024-05-10T11:43:34.4Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 56, + "title": "25.学习的真相.生产导向", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1390360, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7213, + "favor_count": 15, + "created_at": "2023-11-14T18:09:57.127Z", + "updated_at": "2024-04-30T04:13:50.431Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 55, + "title": "24.学习的真相.学习障碍", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1138730, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7204, + "favor_count": 13, + "created_at": "2023-11-14T18:09:48.079Z", + "updated_at": "2024-05-25T05:16:33.191Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 54, + "title": "23.学习的真相.判断依据", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1309010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7202, + "favor_count": 12, + "created_at": "2023-11-14T18:09:38.655Z", + "updated_at": "2024-05-22T12:32:02.872Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 53, + "title": "22.学习的真相.学习计划", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1171230, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7200, + "favor_count": 8, + "created_at": "2023-11-14T18:09:30.639Z", + "updated_at": "2024-05-21T13:22:04.596Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 52, + "title": "21.学习的真相.三个大脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1040450, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7197, + "favor_count": 12, + "created_at": "2023-11-14T18:09:23.055Z", + "updated_at": "2024-05-10T02:39:15.572Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 51, + "title": "20.学习的真相.必要关联", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1493600, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7183, + "favor_count": 29, + "created_at": "2023-11-14T18:09:13.834Z", + "updated_at": "2024-05-25T03:42:28.611Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 50, + "title": "19.学习的真相.流程而已", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1309530, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7182, + "favor_count": 14, + "created_at": "2023-11-14T18:09:03.584Z", + "updated_at": "2024-05-21T16:16:08.834Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 49, + "title": "18.学习的真相.最少必要", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1307430, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7179, + "favor_count": 20, + "created_at": "2023-11-14T18:08:53.149Z", + "updated_at": "2024-05-22T00:34:14.137Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 48, + "title": "17.学习的真相.教学见长", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1373310, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7165, + "favor_count": 12, + "created_at": "2023-11-14T18:08:42.399Z", + "updated_at": "2024-04-22T05:50:59.372Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 47, + "title": "16.学习的真相.陈规陋习", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1739710, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7164, + "favor_count": 16, + "created_at": "2023-11-14T18:08:29.751Z", + "updated_at": "2024-05-21T23:15:07.332Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 46, + "title": "15.学习的真相.改良构建", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1315800, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7160, + "favor_count": 21, + "created_at": "2023-11-14T18:08:19.086Z", + "updated_at": "2024-05-25T01:39:12.811Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 45, + "title": "14.学习的真相.模型匹配", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1366290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7151, + "favor_count": 17, + "created_at": "2023-11-14T18:08:09.426Z", + "updated_at": "2024-05-24T01:33:23.024Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 44, + "title": "13.学习的真相.记忆容量", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1171290, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7130, + "favor_count": 7, + "created_at": "2023-11-14T18:08:00.139Z", + "updated_at": "2024-05-17T09:02:02.043Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 43, + "title": "12.学习的真相.用者无疆", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1419810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7118, + "favor_count": 13, + "created_at": "2023-11-14T18:07:50.27Z", + "updated_at": "2024-05-24T01:33:25.954Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 42, + "title": "11.学习的真相.神经网络", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1045750, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7115, + "favor_count": 11, + "created_at": "2023-11-14T18:07:42.043Z", + "updated_at": "2024-05-24T01:13:23.089Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 41, + "title": "10.学习的真相.能量储备", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1030740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7112, + "favor_count": 11, + "created_at": "2023-11-14T18:07:34.025Z", + "updated_at": "2024-05-23T03:11:45.999Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 40, + "title": "09.学习的真相.多语生存", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1087390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7102, + "favor_count": 9, + "created_at": "2023-11-14T18:07:26.821Z", + "updated_at": "2024-05-21T14:06:08.212Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 39, + "title": "08.学习的真相.节能模式", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1162940, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7097, + "favor_count": 15, + "created_at": "2023-11-14T18:07:18.554Z", + "updated_at": "2024-05-21T08:56:01.092Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 38, + "title": "07.学习的真相.好好说话", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1221480, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7094, + "favor_count": 19, + "created_at": "2023-11-14T18:07:09.345Z", + "updated_at": "2024-05-22T00:05:34.613Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 37, + "title": "06.学习的真相.天生丽质", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1150810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7093, + "favor_count": 15, + "created_at": "2023-11-14T18:07:00.132Z", + "updated_at": "2024-05-24T07:29:55.66Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 36, + "title": "05.学习的真相.符号系统", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1107670, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7081, + "favor_count": 10, + "created_at": "2023-11-14T18:06:51.725Z", + "updated_at": "2024-05-13T14:38:44.917Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 35, + "title": "04.学习的真相.识字", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1056390, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7070, + "favor_count": 16, + "created_at": "2023-11-14T18:06:43.299Z", + "updated_at": "2024-05-15T07:34:03.418Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 34, + "title": "03.学习的真相.简明语文课", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1222470, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7061, + "favor_count": 17, + "created_at": "2023-11-14T18:06:34.381Z", + "updated_at": "2024-05-22T10:42:15.23Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 33, + "title": "02.学习的真相.说明书", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1436260, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7055, + "favor_count": 20, + "created_at": "2023-11-14T18:06:24.637Z", + "updated_at": "2024-05-23T01:55:10.236Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 32, + "title": "01.学习的真相.建·健脑", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1342740, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7044, + "favor_count": 28, + "created_at": "2023-11-14T18:06:15.073Z", + "updated_at": "2024-05-25T08:03:52.735Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 31, + "title": "00.学习的真相.开课寄语", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/7a0e1a41-686d-400d-9a63-612650f1727e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1272980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7039, + "favor_count": 36, + "created_at": "2023-11-14T18:06:05.19Z", + "updated_at": "2024-05-23T10:25:06.125Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 30, + "title": "第10次直播:孩子沉迷于手机怎么办?", + "description": "这是笑来老师的第十周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3250050, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7008, + "favor_count": 22, + "created_at": "2023-11-14T18:06:02.211Z", + "updated_at": "2024-05-23T12:05:36.625Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 29, + "title": "第9次直播:为什么要做家庭教育社群?学习的本质是“学”“习”“行”", + "description": "这是笑来老师的第九周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2795500, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7015, + "favor_count": 7, + "created_at": "2023-11-14T18:05:49.177Z", + "updated_at": "2024-03-28T22:36:04.382Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 28, + "title": "第8次直播:上学和学习不是一回事,再谈学习学习再学习", + "description": "这是笑来老师的第八周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2866820, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7016, + "favor_count": 10, + "created_at": "2023-11-14T18:05:29.403Z", + "updated_at": "2024-05-22T03:41:25.864Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 27, + "title": "第7次直播:人之初,性本无、孩子的品行是在试错中习得的", + "description": "这是笑来老师的第七周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2708330, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6977, + "favor_count": 7, + "created_at": "2023-11-14T18:05:28.462Z", + "updated_at": "2024-05-07T13:44:34.406Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 26, + "title": "第6次直播:如何面对孩子的平庸?", + "description": "这是笑来老师的第六周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3650560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6976, + "favor_count": 10, + "created_at": "2023-11-14T18:05:27.431Z", + "updated_at": "2024-04-22T22:39:11.13Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 25, + "title": "第5次直播:生活本质上就是一副烂牌", + "description": "这是笑来老师的第五周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3561810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6913, + "favor_count": 8, + "created_at": "2023-11-14T18:04:42.759Z", + "updated_at": "2024-03-26T23:45:15.036Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 24, + "title": "第4次直播:惩罚机制是必要之恶", + "description": "这是笑来老师的第四周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3731780, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6877, + "favor_count": 7, + "created_at": "2023-11-14T18:04:19.92Z", + "updated_at": "2024-04-26T11:36:36.841Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 23, + "title": "1.19.总结补充", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2457620, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6861, + "favor_count": 12, + "created_at": "2023-11-14T18:04:06.502Z", + "updated_at": "2024-05-24T10:07:59.993Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 22, + "title": "1.18.一个动作:发展(5)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1865560, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6858, + "favor_count": 9, + "created_at": "2023-11-14T18:03:52.531Z", + "updated_at": "2024-05-24T10:49:40.661Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 21, + "title": "1.17.一个动作:发展(4)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1496810, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6854, + "favor_count": 11, + "created_at": "2023-11-14T18:03:41.729Z", + "updated_at": "2024-05-24T03:23:06.045Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 20, + "title": "1.16.一个动作:发展(3)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1405850, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6850, + "favor_count": 16, + "created_at": "2023-11-14T18:03:32.365Z", + "updated_at": "2024-05-24T02:56:29.978Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 19, + "title": "第3次直播:好心不见得有好报", + "description": "这是笑来老师的第三周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3606980, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6878, + "favor_count": 10, + "created_at": "2023-11-14T18:02:56.631Z", + "updated_at": "2024-04-30T06:14:53.837Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 18, + "title": "1.15.一个动作:发展(2)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1394610, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6834, + "favor_count": 17, + "created_at": "2023-11-14T18:02:47.938Z", + "updated_at": "2024-05-24T15:40:07.989Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 17, + "title": "1.14.一个动作:发展(1)", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1767840, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6830, + "favor_count": 19, + "created_at": "2023-11-14T18:02:36.297Z", + "updated_at": "2024-05-23T22:01:11.829Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 16, + "title": "1.13.三种状态:专注", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1085080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6827, + "favor_count": 15, + "created_at": "2023-11-14T18:02:26.748Z", + "updated_at": "2024-05-22T07:44:53.152Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 15, + "title": "1.12.三种状态:简单", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1441930, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6824, + "favor_count": 13, + "created_at": "2023-11-14T18:02:18.131Z", + "updated_at": "2024-05-22T07:08:19.382Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 14, + "title": "1.11.三种状态:乐观", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1451970, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6818, + "favor_count": 12, + "created_at": "2023-11-14T18:02:09.345Z", + "updated_at": "2024-05-22T06:24:37.455Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 13, + "title": "第2次直播:因果关系不是简单的一对一", + "description": "这是笑来老师的第二周直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3572030, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6879, + "favor_count": 13, + "created_at": "2023-11-14T18:01:55.62Z", + "updated_at": "2024-05-23T06:42:14.908Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 12, + "title": "1.10.六个基础观念:健康", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1677430, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6807, + "favor_count": 13, + "created_at": "2023-11-14T18:01:47.642Z", + "updated_at": "2024-05-17T19:11:15.126Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 11, + "title": "1.09.六个基础观念:改进", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1302010, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6803, + "favor_count": 12, + "created_at": "2023-11-14T18:01:39.822Z", + "updated_at": "2024-05-17T06:19:41.98Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 10, + "title": "1.08.六个基础观念:担当", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1338340, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6801, + "favor_count": 14, + "created_at": "2023-11-14T18:01:30.687Z", + "updated_at": "2024-05-16T05:24:37.964Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 9, + "title": "1.07.六个基础观念:困境", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1426040, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6798, + "favor_count": 14, + "created_at": "2023-11-14T18:01:20.998Z", + "updated_at": "2024-05-25T01:42:30.856Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 8, + "title": "1.06.六个基础观念:生产", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1293190, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6793, + "favor_count": 14, + "created_at": "2023-11-14T18:01:11.681Z", + "updated_at": "2024-05-15T06:36:25.835Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 7, + "title": "第1次直播:做决策,天赋论,让孩子对高级的东西感兴趣", + "description": "这是笑来老师第一周的直播答疑分享", + "poster_url": "https://bandu-resources.songy.info/7000104757/aa5cdf5e-e460-4059-afcb-e2ee111899fa@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3890830, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6847, + "favor_count": 25, + "created_at": "2023-11-14T18:01:09.354Z", + "updated_at": "2024-05-21T16:07:41.181Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 6, + "title": "1.05.六个基础观念:产权", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1213460, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6783, + "favor_count": 15, + "created_at": "2023-11-14T18:01:01.365Z", + "updated_at": "2024-05-08T21:48:20.026Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 5, + "title": "1.04.如何衡量家庭建设的质量?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1989700, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6779, + "favor_count": 18, + "created_at": "2023-11-14T18:00:48.465Z", + "updated_at": "2024-05-22T22:49:50.278Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 4, + "title": "1.03.家长的责任究竟都有哪些?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2013230, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6777, + "favor_count": 18, + "created_at": "2023-11-14T18:00:35.292Z", + "updated_at": "2024-05-22T22:49:47.874Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 3, + "title": "1.02.家庭建设之中什么最重要?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1685080, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6774, + "favor_count": 23, + "created_at": "2023-11-14T18:00:24.642Z", + "updated_at": "2024-05-21T21:59:08.282Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 2, + "title": "1.01家庭教育的对象究竟是谁?", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 1655270, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6771, + "favor_count": 27, + "created_at": "2023-11-14T18:00:14.82Z", + "updated_at": "2024-05-22T22:49:58.092Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 1, + "title": "1.00.课前叮嘱", + "description": "", + "poster_url": "https://bandu-resources.songy.info/7000104757/1ee300b6-4483-4118-ba01-2a0c88604c9e@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "lecture", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 645570, + "score": 0, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6770, + "favor_count": 28, + "created_at": "2023-11-14T18:00:06.788Z", + "updated_at": "2024-05-22T22:49:59.805Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": false, + "last_learned_at": 326370, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 478, + "title": "20221231 相约七年后直播", + "description": "2022年第十二次课,听笑来老师讲“写教程”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4099980, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7260, + "favor_count": 2, + "created_at": "2022-12-31T11:51:16Z", + "updated_at": "2024-05-23T05:01:25.441Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 477, + "title": "20221130 相约七年后直播", + "description": "2022年第十一次课,听笑来老师讲“复述”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3658320, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7195, + "favor_count": 2, + "created_at": "2022-11-30T11:57:47Z", + "updated_at": "2024-05-23T17:00:41.213Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 476, + "title": "20221031 相约七年后直播", + "description": "2022年第十次课,听笑来老师讲“存储”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4225050, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 7080, + "favor_count": 1, + "created_at": "2022-10-31T11:48:00Z", + "updated_at": "2024-05-12T01:26:46.625Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 475, + "title": "20220930 相约七年后直播", + "description": "2022年第九次课,听笑来老师讲“符号系统”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3243140, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6985, + "favor_count": 2, + "created_at": "2022-09-30T11:42:09Z", + "updated_at": "2024-05-19T08:24:45.578Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 474, + "title": "20220831 相约七年后直播", + "description": "2022年第八次课,听笑来老师讲“说明书”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3991650, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6881, + "favor_count": 1, + "created_at": "2022-08-31T11:52:03Z", + "updated_at": "2024-05-23T07:07:59.428Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 473, + "title": "20220731 相约七年后直播", + "description": "2022年第七次课,听笑来老师讲:“(读书)无用论?”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4078030, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6759, + "favor_count": 1, + "created_at": "2022-07-31T11:45:23Z", + "updated_at": "2024-05-17T01:52:30.111Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 472, + "title": "20220630 相约七年后直播", + "description": "2022年第六次课,听笑来老师讲“阅读”", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4000470, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6670, + "favor_count": 2, + "created_at": "2022-06-30T11:54:26Z", + "updated_at": "2024-05-25T06:52:02.509Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 471, + "title": "20220531 相约七年后直播", + "description": "2022年第五次课,听笑来老师讲自治。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3708150, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6566, + "favor_count": 1, + "created_at": "2022-05-31T11:55:19Z", + "updated_at": "2024-05-16T11:39:36.199Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 470, + "title": "20220430 相约七年后直播", + "description": "2022年第四次课,听笑来老师讲自重", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3584890, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6424, + "favor_count": 2, + "created_at": "2022-04-30T11:55:18Z", + "updated_at": "2024-05-16T10:58:27.045Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 469, + "title": "20220331 相约七年后直播", + "description": "相约七年后2022年第三次课,听笑来老师讲学会自愈。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3695120, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6240, + "favor_count": 1, + "created_at": "2022-03-31T11:54:56Z", + "updated_at": "2024-05-16T04:20:33.774Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 468, + "title": "20220228 相约七年后直播", + "description": "相约七年后2022年第二次课,听笑来老师讲自我驱动。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3500070, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6118, + "favor_count": 1, + "created_at": "2022-02-28T11:55:39Z", + "updated_at": "2024-05-16T03:06:25.598Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 467, + "title": "20220131 相约七年后直播", + "description": "相约七年后2022年第一次课,在虎年除夕夜听笑来老师讲宽容。顺祝大家虎年大吉,平安顺遂!", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3776650, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 6013, + "favor_count": 2, + "created_at": "2022-01-31T11:55:23Z", + "updated_at": "2024-05-16T02:26:05.607Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 466, + "title": "20211231 相约七年后直播", + "description": "相约七年后2021年最后一课,听笑来老师讲担当。新年快乐!", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3442850, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 5833, + "favor_count": 1, + "created_at": "2021-12-31T11:54:56Z", + "updated_at": "2024-05-16T01:48:33.581Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 465, + "title": "20211130 相约七年后直播", + "description": "相约七年后2021年第十一次课,听笑来老师讲榜样的力量是无穷的。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3867340, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 5704, + "favor_count": 1, + "created_at": "2021-11-30T11:56:36Z", + "updated_at": "2024-05-16T01:12:47.612Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 464, + "title": "20211031 相约七年后直播", + "description": "相约七年后2021年第十次课,听笑来老师讲深度沉浸。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3288270, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 5621, + "favor_count": 1, + "created_at": "2021-10-31T12:05:00Z", + "updated_at": "2024-05-15T13:45:40.497Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 463, + "title": "20210930 相约七年后直播", + "description": "相约七年后2021年第九次课,听笑来老师讲沉浸对于我们每个人的影响。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3961530, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4949, + "favor_count": 2, + "created_at": "2021-09-30T11:58:03Z", + "updated_at": "2024-05-17T09:30:23.288Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 462, + "title": "20210831 相约七年后直播", + "description": "相约七年后2021年第八次课,听笑来老师讲内视的重要性。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3271710, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4796, + "favor_count": 2, + "created_at": "2021-08-31T11:53:34Z", + "updated_at": "2024-05-24T01:31:47.211Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 461, + "title": "20210731 相约七年后直播", + "description": "相约七年后2021年第七次课,听笑来老师讲乐观的方法论。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4034140, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4625, + "favor_count": 1, + "created_at": "2021-07-31T11:49:49Z", + "updated_at": "2024-05-15T10:00:22.688Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 460, + "title": "20210630 相约七年后直播", + "description": "相约七年后2021年第六次课,听笑来老师讲性格究竟是什么?", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4418030, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4493, + "favor_count": 2, + "created_at": "2021-06-30T11:40:07Z", + "updated_at": "2024-05-24T00:48:25.353Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 459, + "title": "20210531 相约七年后直播", + "description": "相约七年后2021年第五次课,听笑来老师聊一技之长的重要性。", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3343860, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4282, + "favor_count": 1, + "created_at": "2021-05-31T12:00:00Z", + "updated_at": "2024-05-14T02:11:50.514Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 458, + "title": "20210430 相约七年后直播", + "description": "相约七年后2021年第四次课,笑来老师聊如何正确恰当地鼓励他人", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3306920, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 4121, + "favor_count": 1, + "created_at": "2021-04-30T12:00:00Z", + "updated_at": "2024-05-17T13:27:13.981Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 457, + "title": "20210331 相约七年后直播", + "description": "相约七年后2021年3月课程,勇气是唯一不可伪造的美德", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3338130, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3894, + "favor_count": 1, + "created_at": "2021-03-31T12:00:00Z", + "updated_at": "2024-05-25T01:53:12.684Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 456, + "title": "20210228 相约七年后直播", + "description": "相约七年后 2021年2月课程,笑来老师聊人品与实力的关系", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3148670, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3679, + "favor_count": 2, + "created_at": "2021-02-28T11:29:37Z", + "updated_at": "2024-05-13T07:27:38.918Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 455, + "title": "20210131 相约七年后直播", + "description": "相约七年后第8次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 2961630, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3610, + "favor_count": 1, + "created_at": "2021-01-31T13:00:00Z", + "updated_at": "2024-05-13T04:23:30.408Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 454, + "title": "20201231 相约七年后直播", + "description": "相约七年后第7次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3695200, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3111, + "favor_count": 2, + "created_at": "2020-12-31T13:00:00Z", + "updated_at": "2024-05-24T11:43:12.72Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 453, + "title": "20201130 相约七年后直播", + "description": "相约七年后第6次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3649110, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3110, + "favor_count": 4, + "created_at": "2020-11-30T13:00:00Z", + "updated_at": "2024-05-24T13:54:20.936Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 452, + "title": "20201031 相约七年后直播", + "description": "相约七年后第5次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3689800, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3109, + "favor_count": 2, + "created_at": "2020-10-31T13:00:00Z", + "updated_at": "2024-05-24T01:00:57.908Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 451, + "title": "20200930 相约七年后直播", + "description": "相约七年后第4次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3506070, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3108, + "favor_count": 2, + "created_at": "2020-09-30T13:00:00Z", + "updated_at": "2024-05-23T05:47:46.716Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 450, + "title": "20200831 相约七年后直播", + "description": "相约七年后第3次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3639600, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3107, + "favor_count": 3, + "created_at": "2020-08-31T13:00:00Z", + "updated_at": "2024-05-23T02:32:09.853Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 449, + "title": "20200731 相约七年后直播", + "description": "相约七年后第2次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 3783330, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3106, + "favor_count": 6, + "created_at": "2020-07-31T13:00:00Z", + "updated_at": "2024-05-25T01:40:35.426Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 448, + "title": "20200630 相约七年后直播", + "description": "相约七年后第1次课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4154730, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3105, + "favor_count": 3, + "created_at": "2020-06-30T13:00:00Z", + "updated_at": "2024-05-25T03:46:57.049Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + }, + { + "id": 484, + "title": "相约七年后 试听课", + "description": "相约七年后 试听课", + "poster_url": "https://bandu-resources.songy.info/7000104757/637cbd30-f936-45cc-9dc8-998aa8d68cfd@thumb.webp", + "speaker_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "course_type": "video_playback", + "creator_id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "status": "normal", + "duration": 4910340, + "score": -1, + "published": true, + "community_id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "course_record_id": 3104, + "favor_count": 6, + "created_at": "2020-05-31T13:00:00Z", + "updated_at": "2024-05-26T00:01:15.357Z", + "course_contents": null, + "speaker": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "creator": { + "id": "c1c2541b-dc88-485a-b7a5-ea0c71f4514a", + "bandu_number": 100003588, + "full_name": "笑来", + "avatar": "https://bandu-resources.songy.info/7000104757/ebad3282-4c38-4fa1-b827-edd452a83be6.jpg", + "mixin_user_id": "", + "openid": "" + }, + "completed": null, + "last_learned_at": null, + "user_action": { + "favor": false + }, + "community": { + "id": "f0495084-4c6f-4f35-b4d5-2068641a53a1", + "community_number": 80000002, + "full_name": "富足人生践行群", + "avatar": "https://bandu-resources.songy.info/7000104757/2000421c-bc08-473a-b357-4ec486ce2493.png", + "is_main_community": null + }, + "is_live_streaming": false + } + ] + } +} \ No newline at end of file