cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/douyin/app/fetch_user_series_list?user_id=3010877781453635&sec_user_id=MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK&cursor=0' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/douyin/app/fetch_user_series_list',
params={"user_id": "3010877781453635", "sec_user_id": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK", "cursor": 0},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"user_id": "3010877781453635", "sec_user_id": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK", "cursor": 0});
const response = await fetch(`https://api.keyapi.ai/v1/douyin/app/fetch_user_series_list?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": {
"series_infos": [
{
"series_id": "7675990083089991686",
"series_name": "短剧 · 爱意停在婚前",
"cover_url": {
"uri": "tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=tBhVwxW3E7HSfw7a79VTmW%2BK3%2Fg%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=pUYjkAQyyA1x%2B16824v%2Bw0VEAjQ%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 57,
"last_added_item_time": 1787206025
},
"desc": "广告策划林知微婚前一周,发现未婚夫顾承泽动用二人共同积蓄,给前女友沈瑶全款买房,还隐瞒对方怀有身孕的事实。她冷静收集证据,委托律师维权,坚决取消婚礼。顾承泽假意挽回,其母亲也道德绑架劝她妥协,均被她拒绝。在亲友支持下,林知微理清损失,配合调查揭露顾承泽挪用公款的真相。她走出伤痛专心搞事业,结识通透稳重的陆时刻,二人互相尊重、双向奔赴,收获安稳幸福,诠释女性独立自爱、及时止损的正向观念。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"charge_strategy\":{\"charge_count\":52,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.15,\"unlock_count\":52}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":0,\"attr_config_detail\":\"\",\"attr_config_version\":0,\"charge_count\":52,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.15,\"end_unlock_threshold\":52,\"start_unlock_threshold\":21}],\"not_allow_single_buy\":false,\"pay_method\":0,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675989541236593705,\"promise_publish_episode\":57,\"promise_update_time\":1787724000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787205711664,\"whole_buy_discount\":0,\"whole_buy_price\":780},\"compass_identifier\":{\"album_id\":7675642572210962944,\"compass_id\":7675644235986502182},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675640550917147710,\"fanqie_publish_album_id\":7675642572210962944,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787206025,\"mix_ad_info\":{\"copy_right_item_count\":56,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4\",\"desc\":\"广告策划林知微婚前一周,发现未婚夫顾承泽动用二人共同积蓄,给前女友沈瑶全款买房,还隐瞒对方怀有身孕的事实。她冷静收集证据,委托律师维权,坚决取消婚礼。顾承泽假意挽回,其母亲也道德绑架劝她妥协,均被她拒绝。在亲友支持下,林知微理清损失,配合调查揭露顾承泽挪用公款的真相。她走出伤痛专心搞事业,结识通透稳重的陆时刻,二人互相尊重、双向奔赴,收获安稳幸福,诠释女性独立自爱、及时止损的正向观念。\",\"name\":\"爱意停在婚前\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675990083230058539,\"related_names\":[\"爱意停在婚前\"],\"segmentation\":\"爱意 停 在 婚前\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447156号\\\",\\\"should_display\\\":true},\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447156号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675989541236593705,\"top_item_content_label\":{\"-1\":56},\"total_duration\":2899,\"total_episode\":57,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675990083089991686/?schema_type=43&object_id=7675990083089991686&from_ssr=1",
"share_weibo_desc": "8.28 s@R.kp LwF:/ 04/15 我正在看【爱意停在婚前】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "9.48 03/09 NWM:/ r@r.rr 我正在看【爱意停在婚前】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "8.28 s@R.kp LwF:/ 04/15 我正在看【爱意停在婚前】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787205711,
"update_time": 1787209184,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 52,
"sell_type": 2,
"unpaid_count": 52,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675989541236593705&is_purchase_all=1&content_id=7675990083089991686&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%88%B1%E6%84%8F%E5%81%9C%E5%9C%A8%E5%A9%9A%E5%89%8D",
"promise_update_time": 1787724000,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第447156号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第447156号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675989541236593705&is_purchase_all=1&content_id=7675990083089991686&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%88%B1%E6%84%8F%E5%81%9C%E5%9C%A8%E5%A9%9A%E5%89%8D"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675989541236593705&is_purchase_all=1&content_id=7675990083089991686&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%88%B1%E6%84%8F%E5%81%9C%E5%9C%A8%E5%A9%9A%E5%89%8D"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "57集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "爱意停在婚前",
"schema": "aweme://playlet?playlet_id=7675990083089991686"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "爱意停在婚前",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675977004994267172",
"series_name": "短剧 · 真千金是喷火大佬",
"cover_url": {
"uri": "tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=v0WkD9IhqcVMUxZTH5NyzziTH%2B4%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=%2B5YtEn4f2n3R49xbwbYreVxADHc%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 60,
"last_added_item_time": 1787202999
},
"desc": "川剧喷火传人宋南星十九岁被宋家认回,本以为是团圆归家,却在陌生的家门规则里处处碰壁。面对养女宋妙安、家人与未婚夫的轻视,她没有退缩,而是凭一身川剧绝活与赤诚真心,慢慢站稳脚跟。随着奶奶留下的蜀韵产业和旧日真相逐渐揭开,宋南星一路成长,也让更多人看见了川剧的光彩与力量。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":55,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":13},{\"discount\":0.4,\"unlock_count\":26},{\"discount\":0.3,\"unlock_count\":39}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787209913071,\"charge_count\":55,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":13,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":26,\"start_unlock_threshold\":14},{\"discount\":0.3,\"end_unlock_threshold\":39,\"start_unlock_threshold\":27}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675976307699651647,\"promise_publish_episode\":60,\"promise_update_time\":1787587200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787209913098,\"whole_buy_discount\":0,\"whole_buy_price\":825},\"compass_identifier\":{\"album_id\":7675288900402676265,\"compass_id\":7675298768485122611},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675285106306599961,\"fanqie_publish_album_id\":7675288900402676265,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787202999,\"mix_ad_info\":{\"copy_right_item_count\":59,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1\",\"desc\":\"川剧喷火传人宋南星十九岁被宋家认回,本以为是团圆归家,却在陌生的家门规则里处处碰壁。面对养女宋妙安、家人与未婚夫的轻视,她没有退缩,而是凭一身川剧绝活与赤诚真心,慢慢站稳脚跟。随着奶奶留下的蜀韵产业和旧日真相逐渐揭开,宋南星一路成长,也让更多人看见了川剧的光彩与力量。\",\"name\":\"真千金是喷火大佬\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675977005095749673,\"related_names\":[\"真千金是喷火大佬\"],\"segmentation\":\"真 千金 是 喷火 大佬\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445263号\\\",\\\"should_display\\\":true},\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445263号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675976307699651647,\"top_item_content_label\":{\"-1\":59},\"total_duration\":3780,\"total_episode\":60,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675977004994267172/?schema_type=43&object_id=7675977004994267172&from_ssr=1",
"share_weibo_desc": "4.33 06/26 z@t.EH rEU:/ 我正在看【真千金是喷火大佬】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "1.79 08/11 H@v.fo YzG:/ 我正在看【真千金是喷火大佬】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "4.33 06/26 z@t.EH rEU:/ 我正在看【真千金是喷火大佬】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787202666,
"update_time": 1787210393,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 55,
"sell_type": 2,
"unpaid_count": 55,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675976307699651647&is_purchase_all=1&content_id=7675977004994267172&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%9C%9F%E5%8D%83%E9%87%91%E6%98%AF%E5%96%B7%E7%81%AB%E5%A4%A7%E4%BD%AC",
"promise_update_time": 1787587200,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第445263号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第445263号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675976307699651647&is_purchase_all=1&content_id=7675977004994267172&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%9C%9F%E5%8D%83%E9%87%91%E6%98%AF%E5%96%B7%E7%81%AB%E5%A4%A7%E4%BD%AC"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675976307699651647&is_purchase_all=1&content_id=7675977004994267172&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%9C%9F%E5%8D%83%E9%87%91%E6%98%AF%E5%96%B7%E7%81%AB%E5%A4%A7%E4%BD%AC"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "60集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "真千金是喷火大佬",
"schema": "aweme://playlet?playlet_id=7675977004994267172"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "真千金是喷火大佬",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675801195973183530",
"series_name": "短剧 · 职场笨美人,收起你的柔弱剧本",
"cover_url": {
"uri": "tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=wKLZiPFwzL7mN8FJmveDWffdmsQ%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=uouCit64pKwEpsi322JKJodS9CE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 46,
"last_added_item_time": 1787161981
},
"desc": "风控高材生陈安前世被惯会装无辜的“笨蛋美人”同事夏涵反复构陷,遭总经理骚扰坠楼惨死,一睁眼重生回入职第一天。她收起软善,以其人之道还治其人之身,你烧文件装糊涂甩锅,我就坑你烧掉五千万合同;你泼咖啡栽赃陷害,我就留证让你赔机扣薪社死;你冰水果暗下泻药,我转手请全部门分食反噬其身。假数据钓内鬼、情书局反杀,步步为营掀翻职场蛀虫,从新人一路逆袭成董事长心腹,执掌海外业务,全程高爽无尿点!",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":42,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.16,\"unlock_count\":42}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787193804025,\"charge_count\":42,\"charge_episodes\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.16,\"end_unlock_threshold\":42,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675800818859447338,\"promise_publish_episode\":46,\"promise_update_time\":1787500800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787193804046,\"whole_buy_discount\":0,\"whole_buy_price\":630},\"compass_identifier\":{\"album_id\":7675586965621867023,\"compass_id\":7675616124808987186},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675585653601471512,\"fanqie_publish_album_id\":7675586965621867023,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":4,\"free_to_paid_episodes\":[1,2,3,4]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787161981,\"mix_ad_info\":{\"copy_right_item_count\":45,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea\",\"desc\":\"风控高材生陈安前世被惯会装无辜的“笨蛋美人”同事夏涵反复构陷,遭总经理骚扰坠楼惨死,一睁眼重生回入职第一天。她收起软善,以其人之道还治其人之身,你烧文件装糊涂甩锅,我就坑你烧掉五千万合同;你泼咖啡栽赃陷害,我就留证让你赔机扣薪社死;你冰水果暗下泻药,我转手请全部门分食反噬其身。假数据钓内鬼、情书局反杀,步步为营掀翻职场蛀虫,从新人一路逆袭成董事长心腹,执掌海外业务,全程高爽无尿点!\",\"name\":\"职场笨美人,收起你的柔弱剧本\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675801196086429759,\"related_names\":[\"职场笨美人,收起你的柔弱剧本\",\"职场笨美人收起你的柔弱剧本\"],\"segmentation\":\"职场 笨 美人 , 收起 你 的 柔弱 剧本\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447352号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447352号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675800818859447338,\"top_item_content_label\":{\"-1\":45},\"total_duration\":2332,\"total_episode\":46,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675801195973183530/?schema_type=43&object_id=7675801195973183530&from_ssr=1",
"share_weibo_desc": "7.48 08/02 n@q.Rx IIi:/ 我正在看【职场笨美人,收起你的柔弱剧本】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "9.43 11/17 z@g.BT BTl:/ 我正在看【职场笨美人,收起你的柔弱剧本】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "7.48 08/02 n@q.Rx IIi:/ 我正在看【职场笨美人,收起你的柔弱剧本】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787161733,
"update_time": 1787193804,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 42,
"sell_type": 2,
"unpaid_count": 42,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675800818859447338&is_purchase_all=1&content_id=7675801195973183530&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%81%8C%E5%9C%BA%E7%AC%A8%E7%BE%8E%E4%BA%BA%EF%BC%8C%E6%94%B6%E8%B5%B7%E4%BD%A0%E7%9A%84%E6%9F%94%E5%BC%B1%E5%89%A7%E6%9C%AC",
"promise_update_time": 1787500800,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第447352号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第447352号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675800818859447338&is_purchase_all=1&content_id=7675801195973183530&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%81%8C%E5%9C%BA%E7%AC%A8%E7%BE%8E%E4%BA%BA%EF%BC%8C%E6%94%B6%E8%B5%B7%E4%BD%A0%E7%9A%84%E6%9F%94%E5%BC%B1%E5%89%A7%E6%9C%AC"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675800818859447338&is_purchase_all=1&content_id=7675801195973183530&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%81%8C%E5%9C%BA%E7%AC%A8%E7%BE%8E%E4%BA%BA%EF%BC%8C%E6%94%B6%E8%B5%B7%E4%BD%A0%E7%9A%84%E6%9F%94%E5%BC%B1%E5%89%A7%E6%9C%AC"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "46集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "职场笨美人,收起你的柔弱剧本",
"schema": "aweme://playlet?playlet_id=7675801195973183530"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "职场笨美人,收起你的柔弱剧本",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675660836152543272",
"series_name": "短剧 · 一次假装失忆,五年真心错付",
"cover_url": {
"uri": "tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=vfy89Ld%2BGDHetC6%2B7YM0vf8GfVg%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=lmuGcFLT%2BGRMCTT5Pv9Lhb38U2U%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 68,
"last_added_item_time": 1787129731
},
"desc": "沈梨与傅明淮相恋五年。傅明淮为哄青梅许茜茜,假装车祸失忆,将沈梨赶出家门,并嘲讽她“倒贴”。沈梨每日上门回忆过往,试图唤醒他,却意外偷听到他装失忆的真相,以及他与许茜茜的暧昧。沈梨心死,果断分手,删除所有联系方式,独自调往江城重启事业。傅明淮事后恢复“记忆”,试图挽回,谎称求婚是假、只把许茜茜当妹妹。沈梨早已看透他的算计,并坚决不再回头。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":63,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":15},{\"discount\":0.4,\"unlock_count\":30},{\"discount\":0.3,\"unlock_count\":47},{\"discount\":0.2,\"unlock_count\":63}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787134584229,\"charge_count\":63,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":15,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":30,\"start_unlock_threshold\":16},{\"discount\":0.3,\"end_unlock_threshold\":47,\"start_unlock_threshold\":31},{\"discount\":0.2,\"end_unlock_threshold\":63,\"start_unlock_threshold\":48}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675660146777723919,\"promise_publish_episode\":68,\"promise_update_time\":1787500800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787134584252,\"whole_buy_discount\":0,\"whole_buy_price\":945},\"compass_identifier\":{\"album_id\":7675209583773614627,\"compass_id\":7675236844035899914},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675208272701312025,\"fanqie_publish_album_id\":7675209583773614627,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787129731,\"mix_ad_info\":{\"copy_right_item_count\":67,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef\",\"desc\":\"沈梨与傅明淮相恋五年。傅明淮为哄青梅许茜茜,假装车祸失忆,将沈梨赶出家门,并嘲讽她“倒贴”。沈梨每日上门回忆过往,试图唤醒他,却意外偷听到他装失忆的真相,以及他与许茜茜的暧昧。沈梨心死,果断分手,删除所有联系方式,独自调往江城重启事业。傅明淮事后恢复“记忆”,试图挽回,谎称求婚是假、只把许茜茜当妹妹。沈梨早已看透他的算计,并坚决不再回头。\",\"name\":\"一次假装失忆,五年真心错付\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675660836405020724,\"related_names\":[\"一次假装失忆,五年真心错付\",\"一次假装失忆五年真心错付\"],\"segmentation\":\"一 次 假装 失忆 , 五 年 真心 错 付\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445094号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445094号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675660146777723919,\"top_item_content_label\":{\"-1\":67},\"total_duration\":3337,\"total_episode\":68,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675660836152543272/?schema_type=43&object_id=7675660836152543272&from_ssr=1",
"share_weibo_desc": "6.99 07/10 E@h.Bg GiC:/ 我正在看【一次假装失忆,五年真心错付】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "3.51 O@X.Mw 04/11 goD:/ 我正在看【一次假装失忆,五年真心错付】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "6.99 07/10 E@h.Bg GiC:/ 我正在看【一次假装失忆,五年真心错付】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787129052,
"update_time": 1787134615,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 63,
"sell_type": 2,
"unpaid_count": 63,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675660146777723919&is_purchase_all=1&content_id=7675660836152543272&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%B8%80%E6%AC%A1%E5%81%87%E8%A3%85%E5%A4%B1%E5%BF%86%EF%BC%8C%E4%BA%94%E5%B9%B4%E7%9C%9F%E5%BF%83%E9%94%99%E4%BB%98",
"promise_update_time": 1787500800,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第445094号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第445094号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675660146777723919&is_purchase_all=1&content_id=7675660836152543272&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%B8%80%E6%AC%A1%E5%81%87%E8%A3%85%E5%A4%B1%E5%BF%86%EF%BC%8C%E4%BA%94%E5%B9%B4%E7%9C%9F%E5%BF%83%E9%94%99%E4%BB%98"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675660146777723919&is_purchase_all=1&content_id=7675660836152543272&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%B8%80%E6%AC%A1%E5%81%87%E8%A3%85%E5%A4%B1%E5%BF%86%EF%BC%8C%E4%BA%94%E5%B9%B4%E7%9C%9F%E5%BF%83%E9%94%99%E4%BB%98"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "68集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "一次假装失忆,五年真心错付",
"schema": "aweme://playlet?playlet_id=7675660836152543272"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "一次假装失忆,五年真心错付",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675247188837926950",
"series_name": "短剧 · 领证被戏耍,我当场换新郎",
"cover_url": {
"uri": "tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=a6aJx%2BJHWFJj4HN5tRpvtLi0XvI%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=r%2F0z2fyAkut4RavScxPqyBBMbcQ%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 56,
"last_added_item_time": 1787033052
},
"desc": "顾明舒满心欢喜和相恋三年的裴时南领证,却惨遭男友联合朋友故意退号当众羞辱。看清真心错付,她当即拨通昔日联姻对象周辞的电话,十分钟闪婚换新郎。前男友裴时南幡然悔悟疯狂挽回,其好友赵卓偷拍剪辑视频造谣勒索。顾明舒在周辞全力支持下收集证据,曝光所有霸凌真相,让赵卓获刑、裴家声誉受损。她重拾搁置多年的餐饮梦想创立品牌“归家”,不惧裴家商业打压站稳脚跟,和温柔尊重她的周辞双向奔赴,活成独立耀眼的自己。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":47,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.16,\"unlock_count\":47}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787040803693,\"charge_count\":47,\"charge_episodes\":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.16,\"end_unlock_threshold\":47,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675246238650176522,\"promise_publish_episode\":56,\"promise_update_time\":1787500800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787040803718,\"whole_buy_discount\":0,\"whole_buy_price\":705},\"compass_identifier\":{\"album_id\":7674878711212016162,\"compass_id\":7674888083992478218},\"compass_playlet_tag\":{},\"cp_center_content_id\":7674877395454675992,\"fanqie_publish_album_id\":7674878711212016162,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":9,\"free_to_paid_episodes\":[1,2,3,4,5,6,7,8,9]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787033052,\"mix_ad_info\":{\"copy_right_item_count\":55,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89\",\"desc\":\"顾明舒满心欢喜和相恋三年的裴时南领证,却惨遭男友联合朋友故意退号当众羞辱。看清真心错付,她当即拨通昔日联姻对象周辞的电话,十分钟闪婚换新郎。前男友裴时南幡然悔悟疯狂挽回,其好友赵卓偷拍剪辑视频造谣勒索。顾明舒在周辞全力支持下收集证据,曝光所有霸凌真相,让赵卓获刑、裴家声誉受损。她重拾搁置多年的餐饮梦想创立品牌“归家”,不惧裴家商业打压站稳脚跟,和温柔尊重她的周辞双向奔赴,活成独立耀眼的自己。\",\"name\":\"领证被戏耍,我当场换新郎\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675247188905035786,\"related_names\":[\"领证被戏耍,我当场换新郎\",\"领证被戏耍我当场换新郎\"],\"segmentation\":\"领证 被 戏耍 , 我 当场 换 新郎\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第442800号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第442800号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675246238650176522,\"top_item_content_label\":{\"-1\":55},\"total_duration\":3556,\"total_episode\":56,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675247188837926950/?schema_type=43&object_id=7675247188837926950&from_ssr=1",
"share_weibo_desc": "4.84 wSL:/ 02/20 A@G.VY 我正在看【领证被戏耍,我当场换新郎】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "4.69 Z@z.TY 07/25 RXm:/ 我正在看【领证被戏耍,我当场换新郎】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "4.84 wSL:/ 02/20 A@G.VY 我正在看【领证被戏耍,我当场换新郎】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787032743,
"update_time": 1787041133,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 47,
"sell_type": 2,
"unpaid_count": 47,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675246238650176522&is_purchase_all=1&content_id=7675247188837926950&from_author_id=3010877781453635&video_type=4&mix_short_name=%E9%A2%86%E8%AF%81%E8%A2%AB%E6%88%8F%E8%80%8D%EF%BC%8C%E6%88%91%E5%BD%93%E5%9C%BA%E6%8D%A2%E6%96%B0%E9%83%8E",
"promise_update_time": 1787500800,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第442800号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第442800号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675246238650176522&is_purchase_all=1&content_id=7675247188837926950&from_author_id=3010877781453635&video_type=4&mix_short_name=%E9%A2%86%E8%AF%81%E8%A2%AB%E6%88%8F%E8%80%8D%EF%BC%8C%E6%88%91%E5%BD%93%E5%9C%BA%E6%8D%A2%E6%96%B0%E9%83%8E"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675246238650176522&is_purchase_all=1&content_id=7675247188837926950&from_author_id=3010877781453635&video_type=4&mix_short_name=%E9%A2%86%E8%AF%81%E8%A2%AB%E6%88%8F%E8%80%8D%EF%BC%8C%E6%88%91%E5%BD%93%E5%9C%BA%E6%8D%A2%E6%96%B0%E9%83%8E"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "56集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "领证被戏耍,我当场换新郎",
"schema": "aweme://playlet?playlet_id=7675247188837926950"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "领证被戏耍,我当场换新郎",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675206642442438656",
"series_name": "短剧 · 人间不必再相逢第二季",
"cover_url": {
"uri": "tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=5KX9lZt8rqpW%2BuCT4owH5fWeHYU%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=0z%2FZ53pQ%2FJXt8258E%2Bh0i3rAnyM%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "90集全",
"is_collected": 0
},
"stats": {
"play_vv": 10829,
"collect_vv": 49,
"current_episode": 0,
"updated_to_episode": 90,
"total_episode": 90,
"last_added_item_time": 1787023825
},
"desc": "职场老将喻飞升任项目负责人,却深陷宿敌蒋舟与黑伞机构“评估咨询”的行业规则围猎。面对不公打压与对手抢单,喻飞坚守原则建立铁律,携手正义甲方江澜暗查证据。华光一战虽败犹荣,他主动退避,正蓄势给腐败链条致命一击。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":85,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.1,\"unlock_count\":85}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787044447852,\"charge_count\":85,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.1,\"end_unlock_threshold\":85,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675203750160733236,\"promise_publish_episode\":90,\"promise_update_time\":1787454000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787044447890,\"whole_buy_discount\":0,\"whole_buy_price\":1275},\"compass_identifier\":{\"album_id\":7674157923404087860,\"compass_id\":7674167814738936347},\"compass_playlet_tag\":{},\"cp_center_content_id\":7674156612281437208,\"fanqie_publish_album_id\":7674157923404087860,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787023825,\"mix_ad_info\":{\"copy_right_item_count\":89,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22\",\"desc\":\"职场老将喻飞升任项目负责人,却深陷宿敌蒋舟与黑伞机构“评估咨询”的行业规则围猎。面对不公打压与对手抢单,喻飞坚守原则建立铁律,携手正义甲方江澜暗查证据。华光一战虽败犹荣,他主动退避,正蓄势给腐败链条致命一击。\",\"name\":\"人间不必再相逢第二季\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7675206642589239311,\"related_names\":[\"人间不必再相逢第二季\"],\"segmentation\":\"人间 不必 再 相逢 第二 季\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第443445号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第443445号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675203750160733236,\"top_item_content_label\":{\"-1\":89},\"total_duration\":7964,\"total_episode\":90,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675206642442438656/?schema_type=43&object_id=7675206642442438656&from_ssr=1",
"share_weibo_desc": "3.30 jCu:/ 09/20 n@D.UY 我正在看【人间不必再相逢第二季】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "2.82 10/14 q@E.Uy eoq:/ 我正在看【人间不必再相逢第二季】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "3.30 jCu:/ 09/20 n@D.UY 我正在看【人间不必再相逢第二季】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787023302,
"update_time": 1787195329,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"series_price": 1275,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 1275,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 85,
"sell_type": 2,
"unpaid_count": 85,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675203750160733236&is_purchase_all=1&content_id=7675206642442438656&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%BA%BA%E9%97%B4%E4%B8%8D%E5%BF%85%E5%86%8D%E7%9B%B8%E9%80%A2%E7%AC%AC%E4%BA%8C%E5%AD%A3",
"promise_update_time": 1787454000,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第443445号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第443445号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675203750160733236&is_purchase_all=1&content_id=7675206642442438656&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%BA%BA%E9%97%B4%E4%B8%8D%E5%BF%85%E5%86%8D%E7%9B%B8%E9%80%A2%E7%AC%AC%E4%BA%8C%E5%AD%A3"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675203750160733236&is_purchase_all=1&content_id=7675206642442438656&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%BA%BA%E9%97%B4%E4%B8%8D%E5%BF%85%E5%86%8D%E7%9B%B8%E9%80%A2%E7%AC%AC%E4%BA%8C%E5%AD%A3"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "1万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "90集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "人间不必再相逢第二季",
"schema": "aweme://playlet?playlet_id=7675206642442438656"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "人间不必再相逢第二季",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7674520646517852186",
"series_name": "短剧 · 这次表姐不买单,表妹当场急红眼",
"cover_url": {
"uri": "tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=Wi%2B1FsOrDJf8hEpLdzhbzWqshd0%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=DjsDMKCVd9sHN%2BxSAM7w1IgSfl8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "51集全",
"is_collected": 0
},
"stats": {
"play_vv": 2429882,
"collect_vv": 2698,
"current_episode": 0,
"updated_to_episode": 51,
"total_episode": 51,
"last_added_item_time": 1786864126
},
"desc": "表妹倩倩为撑场面举办西藏自驾婚礼,用表姐许玲的身份信息租赁二十辆豪车,车辆受损后产生巨额维修费,企图让许玲承担债务。许玲发现真相后拒绝背锅,面对家族施压、母亲的不解与亲戚围攻,选择委托律师调查。调查揭开倩倩丈夫周航勾结租车行经理,伪造合同、虚报维修费用的骗局。事情败露,倩倩袒露长久以来对许玲的嫉妒。最终车行倒闭,倩倩与周航婚姻破裂产生裂痕。许玲赢得官司,和母亲达成和解,为自己而活。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":44,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":44}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786871482759,\"charge_count\":44,\"charge_episodes\":[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":44,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7674520000111924233,\"promise_publish_episode\":51,\"promise_update_time\":1787328000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1786871482781,\"whole_buy_discount\":0,\"whole_buy_price\":880},\"compass_identifier\":{\"album_id\":7674132991752274478,\"compass_id\":7674152553890644490},\"compass_playlet_tag\":{},\"cp_center_content_id\":7674131690209430552,\"fanqie_publish_album_id\":7674132991752274478,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":7,\"free_to_paid_episodes\":[1,2,3,4,5,6,7]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786864126,\"mix_ad_info\":{\"copy_right_item_count\":50,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0\",\"desc\":\"表妹倩倩为撑场面举办西藏自驾婚礼,用表姐许玲的身份信息租赁二十辆豪车,车辆受损后产生巨额维修费,企图让许玲承担债务。许玲发现真相后拒绝背锅,面对家族施压、母亲的不解与亲戚围攻,选择委托律师调查。调查揭开倩倩丈夫周航勾结租车行经理,伪造合同、虚报维修费用的骗局。事情败露,倩倩袒露长久以来对许玲的嫉妒。最终车行倒闭,倩倩与周航婚姻破裂产生裂痕。许玲赢得官司,和母亲达成和解,为自己而活。\",\"name\":\"这次表姐不买单,表妹当场急红眼\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7674520646579128330,\"related_names\":[\"这次表姐不买单,表妹当场急红眼\",\"这次表姐不买单表妹当场急红眼\"],\"segmentation\":\"这次 表姐 不 买单 , 表妹 当场 急 红眼\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第439740号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第439740号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7674520000111924233,\"top_item_content_label\":{\"-1\":50},\"total_duration\":2620,\"total_episode\":51,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7674520646517852186/?schema_type=43&object_id=7674520646517852186&from_ssr=1",
"share_weibo_desc": "9.28 09/15 T@L.wS GiC:/ 我正在看【这次表姐不买单,表妹当场急红眼】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.43 03/09 FHI:/ m@q.Eu 我正在看【这次表姐不买单,表妹当场急红眼】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "9.28 09/15 T@L.wS GiC:/ 我正在看【这次表姐不买单,表妹当场急红眼】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786863581,
"update_time": 1787106327,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"series_price": 880,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 880,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 44,
"sell_type": 2,
"unpaid_count": 44,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7674520000111924233&is_purchase_all=1&content_id=7674520646517852186&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%BF%99%E6%AC%A1%E8%A1%A8%E5%A7%90%E4%B8%8D%E4%B9%B0%E5%8D%95%EF%BC%8C%E8%A1%A8%E5%A6%B9%E5%BD%93%E5%9C%BA%E6%80%A5%E7%BA%A2%E7%9C%BC",
"promise_update_time": 1787328000,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第439740号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第439740号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7674520000111924233&is_purchase_all=1&content_id=7674520646517852186&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%BF%99%E6%AC%A1%E8%A1%A8%E5%A7%90%E4%B8%8D%E4%B9%B0%E5%8D%95%EF%BC%8C%E8%A1%A8%E5%A6%B9%E5%BD%93%E5%9C%BA%E6%80%A5%E7%BA%A2%E7%9C%BC"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7674520000111924233&is_purchase_all=1&content_id=7674520646517852186&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%BF%99%E6%AC%A1%E8%A1%A8%E5%A7%90%E4%B8%8D%E4%B9%B0%E5%8D%95%EF%BC%8C%E8%A1%A8%E5%A6%B9%E5%BD%93%E5%9C%BA%E6%80%A5%E7%BA%A2%E7%9C%BC"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 901,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [
"{\"color\":\"FEA32C\",\"alpha\":\"FF\"}",
"{\"color\":\"FF6600\",\"alpha\":\"FF\"}"
],
"corner_radius": 4,
"padding": [
4,
1.5,
4,
1.5
],
"colors_direction": 1,
"css_style": "{\"height\":\"20px\",\"border-radius\":\"4px\",\"background\":\"linear-gradient(180deg, #FEA32C 0%, #FF6600 100%)\",\"padding\":\"1.5px 4px\"}",
"css_style_dark": "{\"height\":\"20px\",\"border-radius\":\"4px\",\"background\":\"linear-gradient(180deg, #FEA32C 0%, #FF6600 100%)\",\"padding\":\"1.5px 4px\"}"
},
"tag_priority": 777,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "热剧",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"500\",\"font-style\":\"Medium\",\"font-size\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"500\",\"font-style\":\"Medium\",\"font-size\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 3001
}
]
},
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "242万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "家长里短·51集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 113
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "这次表姐不买单,表妹当场急红眼",
"schema": "aweme://playlet?playlet_id=7674520646517852186"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "这次表姐不买单,表妹当场急红眼",
"series_content_types_new": [
{
"series_content_type": 113,
"name": "家长里短",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7674263817226127395",
"series_name": "短剧 · 云见花开",
"cover_url": {
"uri": "tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=gKpXOKtkJoYASfExNfGqMy7Vg08%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=c7CmSH8SFoJKHEd81r0txBJzrqA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "53集全",
"is_collected": 0
},
"stats": {
"play_vv": 53616,
"collect_vv": 113,
"current_episode": 0,
"updated_to_episode": 53,
"total_episode": 53,
"last_added_item_time": 1786804076
},
"desc": "裴婉多年来一再承担弟弟裴纶的学业、婚房与各类债务,却在弟弟婚礼上被父母逼迫补齐天价彩礼,彻底心寒决意断绝无底线帮扶、卖房决裂。弟弟创业失败欠下巨债,又联合亲友对她道德绑架,裴婉始终坚守底线。最终裴纶幡然醒悟踏实打拼,裴婉事业蒸蒸日上,一家人解开心结,各自走向安稳的新生活。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":48,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":48}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787123576957,\"charge_count\":48,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":48,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7674262129776497664,\"promise_publish_episode\":53,\"promise_update_time\":1787155200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1787123576979,\"whole_buy_discount\":0,\"whole_buy_price\":960},\"compass_identifier\":{\"album_id\":7673398484971717172,\"compass_id\":7673420932131586587},\"compass_playlet_tag\":{},\"cp_center_content_id\":7673397177527307289,\"fanqie_publish_album_id\":7673398484971717172,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786804076,\"mix_ad_info\":{\"copy_right_item_count\":52,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca\",\"desc\":\"裴婉多年来一再承担弟弟裴纶的学业、婚房与各类债务,却在弟弟婚礼上被父母逼迫补齐天价彩礼,彻底心寒决意断绝无底线帮扶、卖房决裂。弟弟创业失败欠下巨债,又联合亲友对她道德绑架,裴婉始终坚守底线。最终裴纶幡然醒悟踏实打拼,裴婉事业蒸蒸日上,一家人解开心结,各自走向安稳的新生活。\",\"name\":\"云见花开\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7674263817380677632,\"related_names\":[\"云见花开\"],\"segmentation\":\"云 见 花开\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第436380号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第436380号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7674262129776497664,\"top_item_content_label\":{\"-1\":52},\"total_duration\":2690,\"total_episode\":53,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7674263817226127395/?schema_type=43&object_id=7674263817226127395&from_ssr=1",
"share_weibo_desc": "1.56 MWM:/ C@h.bA 07/13 我正在看【云见花开】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "0.25 H@I.Vy wsr:/ 05/23 我正在看【云见花开】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "1.56 MWM:/ C@h.bA 07/13 我正在看【云见花开】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786803784,
"update_time": 1787123576,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 960,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 960,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第436380号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第436380号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "5.4万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "反转打脸·53集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 142
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "云见花开",
"schema": "aweme://playlet?playlet_id=7674263817226127395"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "云见花开",
"series_content_types_new": [
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
},
{
"series_content_type": 144,
"name": "女性成长",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7674131826055677993",
"series_name": "短剧 · 我的女儿,我自己宠",
"cover_url": {
"uri": "tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=5p%2Bx5BTs2BxONZp36DfKH4Xg2Tk%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=mEoH6%2Fc4%2FyD9Jkyd2upIXorENIo%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "61集全",
"is_collected": 0
},
"stats": {
"play_vv": 12342339,
"collect_vv": 12661,
"current_episode": 0,
"updated_to_episode": 61,
"total_episode": 61,
"last_added_item_time": 1786773605
},
"desc": "顾明珠找回失散十八年的女儿顾念安时,意外获得看见剧情弹幕的能力,得知自己染着彩发的“精神小妹”女儿是书中炮灰,而女儿带来的闺蜜阮知棠才是心机女主,注定会鸠占鹊巢夺走一切。顾明珠满心疼惜女儿,坚定站在女儿身边,接连识破阮知棠的诡计。顾明珠提前布局设局,将反派送入法网。最终母女解开误会。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":52,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":13},{\"discount\":0.4,\"unlock_count\":26},{\"discount\":0.3,\"unlock_count\":39},{\"discount\":0.15,\"unlock_count\":52}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787044526445,\"charge_count\":52,\"charge_episodes\":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":13,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":26,\"start_unlock_threshold\":14},{\"discount\":0.3,\"end_unlock_threshold\":39,\"start_unlock_threshold\":27},{\"discount\":0.15,\"end_unlock_threshold\":52,\"start_unlock_threshold\":40}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7674131015615058987,\"promise_publish_episode\":61,\"promise_update_time\":1787068800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787044526470,\"whole_buy_discount\":0,\"whole_buy_price\":780},\"compass_identifier\":{\"album_id\":7673027697722786358,\"compass_id\":7673048853779579419},\"compass_playlet_tag\":{},\"cp_center_content_id\":7673026389393542168,\"fanqie_publish_album_id\":7673027697722786358,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":9,\"free_to_paid_episodes\":[1,2,3,4,5,6,7,8,9]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786773605,\"mix_ad_info\":{\"copy_right_item_count\":60,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666\",\"desc\":\"顾明珠找回失散十八年的女儿顾念安时,意外获得看见剧情弹幕的能力,得知自己染着彩发的“精神小妹”女儿是书中炮灰,而女儿带来的闺蜜阮知棠才是心机女主,注定会鸠占鹊巢夺走一切。顾明珠满心疼惜女儿,坚定站在女儿身边,接连识破阮知棠的诡计。顾明珠提前布局设局,将反派送入法网。最终母女解开误会。\",\"name\":\"我的女儿,我自己宠\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7674131826168596499,\"related_names\":[\"我的女儿,我自己宠\",\"我的女儿我自己宠\"],\"segmentation\":\"我 的 女儿 , 我 自己 宠\",\"series_content_types\":\"\",\"series_eco_feature\":{\"post_quality_rank\":0,\"pre_quality_rank\":3,\"pre_quality_rank_revised\":3,\"quality_rank\":3},\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第434617号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第434617号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7674131015615058987,\"top_item_content_label\":{\"-1\":60},\"total_duration\":3351,\"total_episode\":61,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7674131826055677993/?schema_type=43&object_id=7674131826055677993&from_ssr=1",
"share_weibo_desc": "3.02 05/15 o@Q.Kj aaA:/ 我正在看【我的女儿,我自己宠】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "1.02 08/12 Dhb:/ x@F.hO 我正在看【我的女儿,我自己宠】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "3.02 05/15 o@Q.Kj aaA:/ 我正在看【我的女儿,我自己宠】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786773052,
"update_time": 1787207421,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 780,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 780,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第434617号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第434617号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "1234.2万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "剧情·61集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 140
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4,
5,
6,
7,
8
],
"rewarded_ads_index": [
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4,5,6,7,8],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "我的女儿,我自己宠",
"schema": "aweme://playlet?playlet_id=7674131826055677993"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "我的女儿,我自己宠",
"series_content_types_new": [
{
"series_content_type": 140,
"name": "剧情",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673838596474570802",
"series_name": "短剧 · 锈剪刀裁风华",
"cover_url": {
"uri": "tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=FvmGX9kYjrCZX6Cfjetf%2BRXRLfE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=6IdpVbyU8pd0P1AUoyGe5jf5S7U%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "54集全",
"is_collected": 0
},
"stats": {
"play_vv": 263247,
"collect_vv": 465,
"current_episode": 0,
"updated_to_episode": 54,
"total_episode": 54,
"last_added_item_time": 1786705382
},
"desc": "八十年代,手艺顶尖的女工林秀霞遭厂长马长福恶意裁员,被夺走安置费、逼得无家可归,仅一把锈旧剪刀伴她谋生。为养活女儿花花,她凭祖传瑞香缎针法参赛展露真本事,获程老板赏识开裁缝铺。马长福心怀嫉妒,屡次断布料货源,甚至抢夺大订单,却因做工粗糙接连退货、厂子濒临破产。一众下岗女工投奔林秀霞,程老板鼎力相助,她凭借独家手艺击败对手,拿下出口大单后续又得丝绸宗师印,盘下旧厂房创办林氏成衣一厂。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":48,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":18},{\"discount\":0.3,\"unlock_count\":27},{\"discount\":0.2,\"unlock_count\":38},{\"discount\":0.13,\"unlock_count\":48}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787206226536,\"charge_count\":48,\"charge_episodes\":[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":18,\"start_unlock_threshold\":2},{\"discount\":0.3,\"end_unlock_threshold\":27,\"start_unlock_threshold\":19},{\"discount\":0.2,\"end_unlock_threshold\":38,\"start_unlock_threshold\":28},{\"discount\":0.13,\"end_unlock_threshold\":48,\"start_unlock_threshold\":39}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673837429140624393,\"promise_publish_episode\":54,\"promise_update_time\":1787241600,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1787206226559,\"whole_buy_discount\":0,\"whole_buy_price\":960},\"compass_identifier\":{\"album_id\":7673772816570778146,\"compass_id\":7673779629140509211},\"compass_playlet_tag\":{},\"cp_center_content_id\":7673771448481090584,\"fanqie_publish_album_id\":7673772816570778146,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":6,\"free_to_paid_episodes\":[1,2,3,4,5,6]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786705382,\"mix_ad_info\":{\"copy_right_item_count\":53,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e\",\"desc\":\"八十年代,手艺顶尖的女工林秀霞遭厂长马长福恶意裁员,被夺走安置费、逼得无家可归,仅一把锈旧剪刀伴她谋生。为养活女儿花花,她凭祖传瑞香缎针法参赛展露真本事,获程老板赏识开裁缝铺。马长福心怀嫉妒,屡次断布料货源,甚至抢夺大订单,却因做工粗糙接连退货、厂子濒临破产。一众下岗女工投奔林秀霞,程老板鼎力相助,她凭借独家手艺击败对手,拿下出口大单后续又得丝绸宗师印,盘下旧厂房创办林氏成衣一厂。\",\"name\":\"锈剪刀裁风华\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673838596545873946,\"related_names\":[\"锈剪刀裁风华\"],\"segmentation\":\"锈 剪刀 裁 风华\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第438136号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第438136号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673837429140624393,\"top_item_content_label\":{\"-1\":53},\"total_duration\":2685,\"total_episode\":54,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673838596474570802/?schema_type=43&object_id=7673838596474570802&from_ssr=1",
"share_weibo_desc": "0.53 06/29 s@R.XZ Lws:/ 我正在看【锈剪刀裁风华】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "7.10 JVl:/ 02/11 l@p.DH 我正在看【锈剪刀裁风华】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "0.53 06/29 s@R.XZ Lws:/ 我正在看【锈剪刀裁风华】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786704779,
"update_time": 1787206226,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 960,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 960,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第438136号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第438136号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "26.3万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "反转打脸·54集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 142
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4,
5
],
"rewarded_ads_index": [
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4,5],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "锈剪刀裁风华",
"schema": "aweme://playlet?playlet_id=7673838596474570802"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "锈剪刀裁风华",
"series_content_types_new": [
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
},
{
"series_content_type": 144,
"name": "女性成长",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673710836346521609",
"series_name": "短剧 · 女儿控的炮灰逆袭指南",
"cover_url": {
"uri": "tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=gnUscOTYPxTPZFDz4RuZxRy6jxE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=tun1KddDdRDa4c3GbOvAT1AaS7Y%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "38集全",
"is_collected": 0
},
"stats": {
"play_vv": 27818,
"collect_vv": 41,
"current_episode": 0,
"updated_to_episode": 38,
"total_episode": 38,
"last_added_item_time": 1786675242
},
"desc": "顾明珠根据弹幕提示,找回被拐18年的女儿,却发现女儿是染着五彩头发的“精神小妹”,而弹幕全在夸赞旁边那个乖巧的绿茶女配。所有人都说女儿是炮灰,但顾明珠偏偏要逆天改命。她无视“剧本”安排,手撕心机女、怒怼偏颇儿子,用偏执的母爱为女儿撑起一片天。当弹幕还在叫嚣时,母女联手设局,将试图吞并家产的男女主送入牢房。谁说炮灰不能赢?她的女儿,就是她唯一的底线与珍宝!从此手撕绿茶、守护亲情,逆天改命只为你。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":33,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.2,\"unlock_count\":33}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786860896050,\"charge_count\":33,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.2,\"end_unlock_threshold\":33,\"start_unlock_threshold\":21}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673706190563988526,\"promise_publish_episode\":38,\"promise_update_time\":1786932000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1786860896079,\"whole_buy_discount\":0,\"whole_buy_price\":660},\"compass_identifier\":{\"album_id\":7671941694685708809,\"compass_id\":7671957005816300082},\"compass_playlet_tag\":{},\"cp_center_content_id\":7671940386213858329,\"fanqie_publish_album_id\":7671941694685708809,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786675242,\"mix_ad_info\":{\"copy_right_item_count\":37,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a\",\"desc\":\"顾明珠根据弹幕提示,找回被拐18年的女儿,却发现女儿是染着五彩头发的“精神小妹”,而弹幕全在夸赞旁边那个乖巧的绿茶女配。所有人都说女儿是炮灰,但顾明珠偏偏要逆天改命。她无视“剧本”安排,手撕心机女、怒怼偏颇儿子,用偏执的母爱为女儿撑起一片天。当弹幕还在叫嚣时,母女联手设局,将试图吞并家产的男女主送入牢房。谁说炮灰不能赢?她的女儿,就是她唯一的底线与珍宝!从此手撕绿茶、守护亲情,逆天改命只为你。\",\"name\":\"女儿控的炮灰逆袭指南\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673710836457211914,\"related_names\":[\"女儿控的炮灰逆袭指南\"],\"segmentation\":\"女儿 控 的 炮灰 逆袭 指南\",\"series_content_types\":\"\",\"series_eco_feature\":{\"post_quality_rank\":0,\"pre_quality_rank\":3,\"pre_quality_rank_revised\":3,\"quality_rank\":3},\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第431084号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第431084号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673706190563988526,\"top_item_content_label\":{\"-1\":27,\"2019\":1,\"2025\":4,\"2029\":5},\"total_duration\":1794,\"total_episode\":38,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673710836346521609/?schema_type=43&object_id=7673710836346521609&from_ssr=1",
"share_weibo_desc": "7.48 pDu:/ 05/02 l@p.Qx 我正在看【女儿控的炮灰逆袭指南】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.92 N@J.vS 09/12 cAt:/ 我正在看【女儿控的炮灰逆袭指南】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "7.48 pDu:/ 05/02 l@p.Qx 我正在看【女儿控的炮灰逆袭指南】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786675033,
"update_time": 1786890752,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 660,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 660,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第431084号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第431084号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "2.8万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "奇幻脑洞·38集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 119
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "女儿控的炮灰逆袭指南",
"schema": "aweme://playlet?playlet_id=7673710836346521609"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "女儿控的炮灰逆袭指南",
"series_content_types_new": [
{
"series_content_type": 119,
"name": "奇幻脑洞",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673485456104753198",
"series_name": "短剧 · 身份揭晓,男友执掌资本版图",
"cover_url": {
"uri": "tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=xwm2FzkDd1jRlskV8gQein12%2FrE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=0yysi2z8ugkGqoHMWAssDV%2BzrdY%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "70集全",
"is_collected": 0
},
"stats": {
"play_vv": 60752,
"collect_vv": 249,
"current_episode": 0,
"updated_to_episode": 70,
"total_episode": 70,
"last_added_item_time": 1787033106
},
"desc": "谢氏集团掌权人谢景庭低调骑电动车赴女友苏清禾的家宴,不料遭势利亲戚与情敌顾承泽百般刁难。宴上对方故意栽赃他,谢景庭的下属到场揭穿全部真相,令二人颜面尽失。后续顾承泽与苏家舅舅舅妈仍不断算计苏清禾,试图用联姻、伪造债务逼迫她妥协。谢景庭始终默默守护,在慈善晚宴公开真实身份,拿出完整证据揭露众人算计,帮苏禾夺回父母遗留财产,二人抛开所有隔阂,携手相守。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":65,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.1,\"unlock_count\":65}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786641330022,\"charge_count\":65,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.1,\"end_unlock_threshold\":65,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673483997041038382,\"promise_publish_episode\":70,\"promise_update_time\":1786935600,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786641330050,\"whole_buy_discount\":0,\"whole_buy_price\":975},\"compass_identifier\":{\"album_id\":7672276284226929190,\"compass_id\":7672294439716389427},\"compass_playlet_tag\":{},\"cp_center_content_id\":7672274975755078681,\"fanqie_publish_album_id\":7672276284226929190,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787033106,\"mix_ad_info\":{\"copy_right_item_count\":4,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":65},\"next_info\":{\"cover\":\"tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949\",\"desc\":\"谢氏集团掌权人谢景庭低调骑电动车赴女友苏清禾的家宴,不料遭势利亲戚与情敌顾承泽百般刁难。宴上对方故意栽赃他,谢景庭的下属到场揭穿全部真相,令二人颜面尽失。后续顾承泽与苏家舅舅舅妈仍不断算计苏清禾,试图用联姻、伪造债务逼迫她妥协。谢景庭始终默默守护,在慈善晚宴公开真实身份,拿出完整证据揭露众人算计,帮苏禾夺回父母遗留财产,二人抛开所有隔阂,携手相守。\",\"name\":\"身份揭晓,男友执掌资本版图\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673485456189786163,\"related_names\":[\"身份揭晓,男友执掌资本版图\",\"身份揭晓男友执掌资本版图\"],\"segmentation\":\"身份 揭晓 , 男友 执掌 资本 版图\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第430816号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第430816号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673483997041038382,\"top_item_content_label\":{\"2009\":6,\"2014\":10,\"2019\":18,\"2025\":32,\"2029\":2},\"total_duration\":3105,\"total_episode\":70,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673485456104753198/?schema_type=43&object_id=7673485456104753198&from_ssr=1",
"share_weibo_desc": "0.71 N@J.II 06/22 ytR:/ 我正在看【身份揭晓,男友执掌资本版图】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.41 04/15 oQX:/ j@P.Kj 我正在看【身份揭晓,男友执掌资本版图】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "0.71 N@J.II 06/22 ytR:/ 我正在看【身份揭晓,男友执掌资本版图】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786622557,
"update_time": 1787033106,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 975,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 975,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第430816号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第430816号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "6万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "现代爱情·70集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 127
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "身份揭晓,男友执掌资本版图",
"schema": "aweme://playlet?playlet_id=7673485456104753198"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "身份揭晓,男友执掌资本版图",
"series_content_types_new": [
{
"series_content_type": 127,
"name": "现代爱情",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673446998829172742",
"series_name": "短剧 · 迟夏书",
"cover_url": {
"uri": "tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=%2BC7WSsIu2WifQvM6Q8Re4BMdcBI%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=tOXDaeZUn2tQBI5903Imj%2B7IXJg%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "59集全",
"is_collected": 0
},
"stats": {
"play_vv": 276880,
"collect_vv": 410,
"current_episode": 0,
"updated_to_episode": 59,
"total_episode": 59,
"last_added_item_time": 1786615619
},
"desc": "林译因青梅女友梁听晚长期的敷衍与偏心彻底心冷,放弃两人约定的城市,远赴千里之外的南临大学求学。在校报学姐苏怀瑾的温柔引导与并肩陪伴下,他逐渐走出情绪低谷,在新闻写作中找到自我价值,成长为备受认可的校报主编。当梁听晚感情受挫回头挽回时,林译已彻底释怀,体面告别过往,与苏怀瑾携手奔赴崭新人生。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":55,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":55}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786947268261,\"charge_count\":55,\"charge_episodes\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":55,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673446302747087926,\"promise_publish_episode\":59,\"promise_update_time\":1786982400,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786947268284,\"whole_buy_discount\":0,\"whole_buy_price\":825},\"compass_identifier\":{\"album_id\":7672651739798962724,\"compass_id\":7672659201612579338},\"compass_playlet_tag\":{},\"cp_center_content_id\":7672650429196405784,\"fanqie_publish_album_id\":7672651739798962724,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":4,\"free_to_paid_episodes\":[1,2,3,4]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786615619,\"mix_ad_info\":{\"copy_right_item_count\":58,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b\",\"desc\":\"林译因青梅女友梁听晚长期的敷衍与偏心彻底心冷,放弃两人约定的城市,远赴千里之外的南临大学求学。在校报学姐苏怀瑾的温柔引导与并肩陪伴下,他逐渐走出情绪低谷,在新闻写作中找到自我价值,成长为备受认可的校报主编。当梁听晚感情受挫回头挽回时,林译已彻底释怀,体面告别过往,与苏怀瑾携手奔赴崭新人生。\",\"name\":\"迟夏书\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673446998935668790,\"related_names\":[\"迟夏书\"],\"segmentation\":\"迟 夏书\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第432822号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第432822号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673446302747087926,\"top_item_content_label\":{\"-1\":58},\"total_duration\":4311,\"total_episode\":59,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673446998829172742/?schema_type=43&object_id=7673446998829172742&from_ssr=1",
"share_weibo_desc": "9.43 12/12 R@X.zg xsR:/ 我正在看【迟夏书】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "4.15 EHi:/ 01/17 R@K.Wm 我正在看【迟夏书】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "9.43 12/12 R@X.zg xsR:/ 我正在看【迟夏书】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786613603,
"update_time": 1786947268,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 825,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 825,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第432822号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第432822号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "27.7万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "言情虐恋·59集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 107
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3
],
"rewarded_ads_index": [
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "迟夏书",
"schema": "aweme://playlet?playlet_id=7673446998829172742"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "迟夏书",
"series_content_types_new": [
{
"series_content_type": 107,
"name": "言情虐恋",
"jump_schema": ""
},
{
"series_content_type": 127,
"name": "现代爱情",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7671997360968304667",
"series_name": "短剧 · 心界",
"cover_url": {
"uri": "tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=JqpITagqMBB6Na5i9y6Gqa9hPgU%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=rLNaNkmoRdH8l63DLywt9cce8%2BI%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "62集全",
"is_collected": 0
},
"stats": {
"play_vv": 4488,
"collect_vv": 13,
"current_episode": 0,
"updated_to_episode": 62,
"total_episode": 62,
"last_added_item_time": 1786276426
},
"desc": "天神殿殿主张岳厌倦杀伐,又逢妻子病逝,所以褪去神位,携女儿张瑶隐居都市。不料女儿在校遭受富二代校园欺凌,这群纨绔背后的家族觊觎张瑶容貌,打算掳走她献给东瀛势力换取资本扶持。得知噩耗,张岳不再隐忍,重启殿主身份强势归来。他接连对抗一众家族,奋力营救女儿,一路横扫外敌,击碎东瀛资本图谋,守护住大夏利益。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":55,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":55}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":32,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786448770046,\"charge_count\":55,\"charge_episodes\":[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":55,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7671995970720486451,\"promise_publish_episode\":62,\"promise_update_time\":1786291200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786448770067,\"whole_buy_discount\":0,\"whole_buy_price\":825},\"compass_identifier\":{\"album_id\":7663019144991736330,\"compass_id\":7663037201421763122},\"compass_playlet_tag\":{},\"cp_center_content_id\":7663017833671953432,\"fanqie_publish_album_id\":7663019144991736330,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":7,\"free_to_paid_episodes\":[1,2,3,4,5,6,7]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786276426,\"mix_ad_info\":{\"copy_right_item_count\":61,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2\",\"desc\":\"天神殿殿主张岳厌倦杀伐,又逢妻子病逝,所以褪去神位,携女儿张瑶隐居都市。不料女儿在校遭受富二代校园欺凌,这群纨绔背后的家族觊觎张瑶容貌,打算掳走她献给东瀛势力换取资本扶持。得知噩耗,张岳不再隐忍,重启殿主身份强势归来。他接连对抗一众家族,奋力营救女儿,一路横扫外敌,击碎东瀛资本图谋,守护住大夏利益。\",\"name\":\"心界\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7671997361015605274,\"related_names\":[\"心界\"],\"segmentation\":\"心界\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第382811号\\\",\\\"should_display\\\":true},\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第382811号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7671995970720486451,\"top_item_content_label\":{\"-1\":61},\"total_duration\":4179,\"total_episode\":62,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7671997360968304667/?schema_type=43&object_id=7671997360968304667&from_ssr=1",
"share_weibo_desc": "8.97 H@i.CU 03/18 lcn:/ 我正在看【心界】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.43 o@Q.kP 09/13 vfb:/ 我正在看【心界】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "8.97 H@i.CU 03/18 lcn:/ 我正在看【心界】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786276083,
"update_time": 1786448770,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 825,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 825,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第382811号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第382811号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "4488",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "战神回归·62集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 103
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4,
5,
6
],
"rewarded_ads_index": [
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4,5,6],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "心界",
"schema": "aweme://playlet?playlet_id=7671997360968304667"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "心界",
"series_content_types_new": [
{
"series_content_type": 103,
"name": "战神回归",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7671581789751789609",
"series_name": "短剧 · 狮爪可爱法则",
"cover_url": {
"uri": "tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=IztePShj%2FAaAEDYm2Fvqg%2BX54NE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=NI%2BKdjroyTxrdxlxJHeFzNXvluk%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "59集全",
"is_collected": 0
},
"stats": {
"play_vv": 24701,
"collect_vv": 189,
"current_episode": 0,
"updated_to_episode": 59,
"total_episode": 59,
"last_added_item_time": 1786179652
},
"desc": "讲述红发少女薇拉被父亲献给古堡“野兽”,却发现对方是长着狮耳狮尾的半兽人塔伦。亲吻可解除诅咒令他化为人形,但偏爱毛茸茸的薇拉反而大失所望。相处中两人渐生情愫,薇拉却因母亲留下的“动情即死”诅咒忍痛离去。她在姨妈指引下破除诅咒、觉醒女巫力量,及时赶回救下被魔法师军队围攻的塔伦,夺回他被夺走的名字。最终两人解开误会,在草原举办婚礼,甜蜜相守。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":54,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.2,\"unlock_count\":54}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":32,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786522494351,\"charge_count\":54,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.2,\"end_unlock_threshold\":54,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7671581179698582570,\"promise_publish_episode\":59,\"promise_update_time\":1786633200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786522494382,\"whole_buy_discount\":0,\"whole_buy_price\":810},\"compass_identifier\":{\"album_id\":7670845685370520091,\"compass_id\":7670835881493660186},\"compass_playlet_tag\":{},\"cp_center_content_id\":7670844378297928766,\"fanqie_publish_album_id\":7670845685370520091,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786179652,\"mix_ad_info\":{\"copy_right_item_count\":58,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e\",\"desc\":\"讲述红发少女薇拉被父亲献给古堡“野兽”,却发现对方是长着狮耳狮尾的半兽人塔伦。亲吻可解除诅咒令他化为人形,但偏爱毛茸茸的薇拉反而大失所望。相处中两人渐生情愫,薇拉却因母亲留下的“动情即死”诅咒忍痛离去。她在姨妈指引下破除诅咒、觉醒女巫力量,及时赶回救下被魔法师军队围攻的塔伦,夺回他被夺走的名字。最终两人解开误会,在草原举办婚礼,甜蜜相守。\",\"name\":\"狮爪可爱法则\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7671581789976365110,\"related_names\":[\"狮爪可爱法则\"],\"segmentation\":\"狮 爪 可爱 法则\",\"series_content_types\":\"\",\"series_eco_feature\":{\"post_quality_rank\":0,\"pre_quality_rank\":3,\"pre_quality_rank_revised\":3,\"quality_rank\":3},\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第422639号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第422639号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7671581179698582570,\"top_item_content_label\":{\"-1\":58},\"total_duration\":2959,\"total_episode\":59,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7671581789751789609/?schema_type=43&object_id=7671581789751789609&from_ssr=1",
"share_weibo_desc": "6.92 zte:/ 07/30 T@Y.MW 我正在看【狮爪可爱法则】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "5.17 y@G.iP 11/15 dAT:/ 我正在看【狮爪可爱法则】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "6.92 zte:/ 07/30 T@Y.MW 我正在看【狮爪可爱法则】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786179325,
"update_time": 1786669574,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 810,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 810,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第422639号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第422639号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "2.5万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "奇幻脑洞·59集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 119
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "狮爪可爱法则",
"schema": "aweme://playlet?playlet_id=7671581789751789609"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "狮爪可爱法则",
"series_content_types_new": [
{
"series_content_type": 119,
"name": "奇幻脑洞",
"jump_schema": ""
},
{
"series_content_type": 143,
"name": "高糖纯爱",
"jump_schema": ""
}
],
"series_form_type": 1
}
],
"status_code": 0,
"status_msg": "",
"cursor": 1786179325,
"has_more": 1,
"total": 194,
"extra": {
"fatal_item_ids": [],
"logid": "20260820154046BE8C34D947B253FDEA72",
"now": 1787211647000
},
"log_pb": {
"impr_id": "20260820154046BE8C34D947B253FDEA72"
}
},
"requestId": "2c59c78f-a0fc-4adc-8201-d801a05b8412"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}Douyin App API
获取用户短剧合集列表
获取用户的短剧合集列表,该接口返回用户发布的所有短剧合集,响应中的 series_id 可用于获取短剧详情和视频列表
GET
/
v1
/
douyin
/
app
/
fetch_user_series_list
cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/douyin/app/fetch_user_series_list?user_id=3010877781453635&sec_user_id=MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK&cursor=0' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/douyin/app/fetch_user_series_list',
params={"user_id": "3010877781453635", "sec_user_id": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK", "cursor": 0},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"user_id": "3010877781453635", "sec_user_id": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK", "cursor": 0});
const response = await fetch(`https://api.keyapi.ai/v1/douyin/app/fetch_user_series_list?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": {
"series_infos": [
{
"series_id": "7675990083089991686",
"series_name": "短剧 · 爱意停在婚前",
"cover_url": {
"uri": "tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=tBhVwxW3E7HSfw7a79VTmW%2BK3%2Fg%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=pUYjkAQyyA1x%2B16824v%2Bw0VEAjQ%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 57,
"last_added_item_time": 1787206025
},
"desc": "广告策划林知微婚前一周,发现未婚夫顾承泽动用二人共同积蓄,给前女友沈瑶全款买房,还隐瞒对方怀有身孕的事实。她冷静收集证据,委托律师维权,坚决取消婚礼。顾承泽假意挽回,其母亲也道德绑架劝她妥协,均被她拒绝。在亲友支持下,林知微理清损失,配合调查揭露顾承泽挪用公款的真相。她走出伤痛专心搞事业,结识通透稳重的陆时刻,二人互相尊重、双向奔赴,收获安稳幸福,诠释女性独立自爱、及时止损的正向观念。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"charge_strategy\":{\"charge_count\":52,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.15,\"unlock_count\":52}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":0,\"attr_config_detail\":\"\",\"attr_config_version\":0,\"charge_count\":52,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.15,\"end_unlock_threshold\":52,\"start_unlock_threshold\":21}],\"not_allow_single_buy\":false,\"pay_method\":0,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675989541236593705,\"promise_publish_episode\":57,\"promise_update_time\":1787724000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787205711664,\"whole_buy_discount\":0,\"whole_buy_price\":780},\"compass_identifier\":{\"album_id\":7675642572210962944,\"compass_id\":7675644235986502182},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675640550917147710,\"fanqie_publish_album_id\":7675642572210962944,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787206025,\"mix_ad_info\":{\"copy_right_item_count\":56,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/2a3b90e93bd3160da84fe085ed1c8cf4\",\"desc\":\"广告策划林知微婚前一周,发现未婚夫顾承泽动用二人共同积蓄,给前女友沈瑶全款买房,还隐瞒对方怀有身孕的事实。她冷静收集证据,委托律师维权,坚决取消婚礼。顾承泽假意挽回,其母亲也道德绑架劝她妥协,均被她拒绝。在亲友支持下,林知微理清损失,配合调查揭露顾承泽挪用公款的真相。她走出伤痛专心搞事业,结识通透稳重的陆时刻,二人互相尊重、双向奔赴,收获安稳幸福,诠释女性独立自爱、及时止损的正向观念。\",\"name\":\"爱意停在婚前\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675990083230058539,\"related_names\":[\"爱意停在婚前\"],\"segmentation\":\"爱意 停 在 婚前\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447156号\\\",\\\"should_display\\\":true},\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447156号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675989541236593705,\"top_item_content_label\":{\"-1\":56},\"total_duration\":2899,\"total_episode\":57,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675990083089991686/?schema_type=43&object_id=7675990083089991686&from_ssr=1",
"share_weibo_desc": "8.28 s@R.kp LwF:/ 04/15 我正在看【爱意停在婚前】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "9.48 03/09 NWM:/ r@r.rr 我正在看【爱意停在婚前】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "8.28 s@R.kp LwF:/ 04/15 我正在看【爱意停在婚前】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787205711,
"update_time": 1787209184,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 52,
"sell_type": 2,
"unpaid_count": 52,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675989541236593705&is_purchase_all=1&content_id=7675990083089991686&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%88%B1%E6%84%8F%E5%81%9C%E5%9C%A8%E5%A9%9A%E5%89%8D",
"promise_update_time": 1787724000,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第447156号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第447156号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675989541236593705&is_purchase_all=1&content_id=7675990083089991686&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%88%B1%E6%84%8F%E5%81%9C%E5%9C%A8%E5%A9%9A%E5%89%8D"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675989541236593705&is_purchase_all=1&content_id=7675990083089991686&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%88%B1%E6%84%8F%E5%81%9C%E5%9C%A8%E5%A9%9A%E5%89%8D"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "57集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "爱意停在婚前",
"schema": "aweme://playlet?playlet_id=7675990083089991686"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "爱意停在婚前",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675977004994267172",
"series_name": "短剧 · 真千金是喷火大佬",
"cover_url": {
"uri": "tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=v0WkD9IhqcVMUxZTH5NyzziTH%2B4%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=%2B5YtEn4f2n3R49xbwbYreVxADHc%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 60,
"last_added_item_time": 1787202999
},
"desc": "川剧喷火传人宋南星十九岁被宋家认回,本以为是团圆归家,却在陌生的家门规则里处处碰壁。面对养女宋妙安、家人与未婚夫的轻视,她没有退缩,而是凭一身川剧绝活与赤诚真心,慢慢站稳脚跟。随着奶奶留下的蜀韵产业和旧日真相逐渐揭开,宋南星一路成长,也让更多人看见了川剧的光彩与力量。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":55,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":13},{\"discount\":0.4,\"unlock_count\":26},{\"discount\":0.3,\"unlock_count\":39}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787209913071,\"charge_count\":55,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":13,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":26,\"start_unlock_threshold\":14},{\"discount\":0.3,\"end_unlock_threshold\":39,\"start_unlock_threshold\":27}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675976307699651647,\"promise_publish_episode\":60,\"promise_update_time\":1787587200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787209913098,\"whole_buy_discount\":0,\"whole_buy_price\":825},\"compass_identifier\":{\"album_id\":7675288900402676265,\"compass_id\":7675298768485122611},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675285106306599961,\"fanqie_publish_album_id\":7675288900402676265,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787202999,\"mix_ad_info\":{\"copy_right_item_count\":59,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/bfae78b1947f307b45550f14aefe06a1\",\"desc\":\"川剧喷火传人宋南星十九岁被宋家认回,本以为是团圆归家,却在陌生的家门规则里处处碰壁。面对养女宋妙安、家人与未婚夫的轻视,她没有退缩,而是凭一身川剧绝活与赤诚真心,慢慢站稳脚跟。随着奶奶留下的蜀韵产业和旧日真相逐渐揭开,宋南星一路成长,也让更多人看见了川剧的光彩与力量。\",\"name\":\"真千金是喷火大佬\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675977005095749673,\"related_names\":[\"真千金是喷火大佬\"],\"segmentation\":\"真 千金 是 喷火 大佬\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445263号\\\",\\\"should_display\\\":true},\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445263号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675976307699651647,\"top_item_content_label\":{\"-1\":59},\"total_duration\":3780,\"total_episode\":60,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675977004994267172/?schema_type=43&object_id=7675977004994267172&from_ssr=1",
"share_weibo_desc": "4.33 06/26 z@t.EH rEU:/ 我正在看【真千金是喷火大佬】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "1.79 08/11 H@v.fo YzG:/ 我正在看【真千金是喷火大佬】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "4.33 06/26 z@t.EH rEU:/ 我正在看【真千金是喷火大佬】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787202666,
"update_time": 1787210393,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 55,
"sell_type": 2,
"unpaid_count": 55,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675976307699651647&is_purchase_all=1&content_id=7675977004994267172&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%9C%9F%E5%8D%83%E9%87%91%E6%98%AF%E5%96%B7%E7%81%AB%E5%A4%A7%E4%BD%AC",
"promise_update_time": 1787587200,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第445263号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第445263号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675976307699651647&is_purchase_all=1&content_id=7675977004994267172&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%9C%9F%E5%8D%83%E9%87%91%E6%98%AF%E5%96%B7%E7%81%AB%E5%A4%A7%E4%BD%AC"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675976307699651647&is_purchase_all=1&content_id=7675977004994267172&from_author_id=3010877781453635&video_type=4&mix_short_name=%E7%9C%9F%E5%8D%83%E9%87%91%E6%98%AF%E5%96%B7%E7%81%AB%E5%A4%A7%E4%BD%AC"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "60集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "真千金是喷火大佬",
"schema": "aweme://playlet?playlet_id=7675977004994267172"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "真千金是喷火大佬",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675801195973183530",
"series_name": "短剧 · 职场笨美人,收起你的柔弱剧本",
"cover_url": {
"uri": "tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=wKLZiPFwzL7mN8FJmveDWffdmsQ%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=uouCit64pKwEpsi322JKJodS9CE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 46,
"last_added_item_time": 1787161981
},
"desc": "风控高材生陈安前世被惯会装无辜的“笨蛋美人”同事夏涵反复构陷,遭总经理骚扰坠楼惨死,一睁眼重生回入职第一天。她收起软善,以其人之道还治其人之身,你烧文件装糊涂甩锅,我就坑你烧掉五千万合同;你泼咖啡栽赃陷害,我就留证让你赔机扣薪社死;你冰水果暗下泻药,我转手请全部门分食反噬其身。假数据钓内鬼、情书局反杀,步步为营掀翻职场蛀虫,从新人一路逆袭成董事长心腹,执掌海外业务,全程高爽无尿点!",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":42,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.16,\"unlock_count\":42}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787193804025,\"charge_count\":42,\"charge_episodes\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.16,\"end_unlock_threshold\":42,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675800818859447338,\"promise_publish_episode\":46,\"promise_update_time\":1787500800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787193804046,\"whole_buy_discount\":0,\"whole_buy_price\":630},\"compass_identifier\":{\"album_id\":7675586965621867023,\"compass_id\":7675616124808987186},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675585653601471512,\"fanqie_publish_album_id\":7675586965621867023,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":4,\"free_to_paid_episodes\":[1,2,3,4]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787161981,\"mix_ad_info\":{\"copy_right_item_count\":45,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/39d978c0f4525edd80105a93fb45abea\",\"desc\":\"风控高材生陈安前世被惯会装无辜的“笨蛋美人”同事夏涵反复构陷,遭总经理骚扰坠楼惨死,一睁眼重生回入职第一天。她收起软善,以其人之道还治其人之身,你烧文件装糊涂甩锅,我就坑你烧掉五千万合同;你泼咖啡栽赃陷害,我就留证让你赔机扣薪社死;你冰水果暗下泻药,我转手请全部门分食反噬其身。假数据钓内鬼、情书局反杀,步步为营掀翻职场蛀虫,从新人一路逆袭成董事长心腹,执掌海外业务,全程高爽无尿点!\",\"name\":\"职场笨美人,收起你的柔弱剧本\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675801196086429759,\"related_names\":[\"职场笨美人,收起你的柔弱剧本\",\"职场笨美人收起你的柔弱剧本\"],\"segmentation\":\"职场 笨 美人 , 收起 你 的 柔弱 剧本\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447352号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第447352号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675800818859447338,\"top_item_content_label\":{\"-1\":45},\"total_duration\":2332,\"total_episode\":46,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675801195973183530/?schema_type=43&object_id=7675801195973183530&from_ssr=1",
"share_weibo_desc": "7.48 08/02 n@q.Rx IIi:/ 我正在看【职场笨美人,收起你的柔弱剧本】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "9.43 11/17 z@g.BT BTl:/ 我正在看【职场笨美人,收起你的柔弱剧本】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "7.48 08/02 n@q.Rx IIi:/ 我正在看【职场笨美人,收起你的柔弱剧本】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787161733,
"update_time": 1787193804,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 42,
"sell_type": 2,
"unpaid_count": 42,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675800818859447338&is_purchase_all=1&content_id=7675801195973183530&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%81%8C%E5%9C%BA%E7%AC%A8%E7%BE%8E%E4%BA%BA%EF%BC%8C%E6%94%B6%E8%B5%B7%E4%BD%A0%E7%9A%84%E6%9F%94%E5%BC%B1%E5%89%A7%E6%9C%AC",
"promise_update_time": 1787500800,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第447352号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第447352号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675800818859447338&is_purchase_all=1&content_id=7675801195973183530&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%81%8C%E5%9C%BA%E7%AC%A8%E7%BE%8E%E4%BA%BA%EF%BC%8C%E6%94%B6%E8%B5%B7%E4%BD%A0%E7%9A%84%E6%9F%94%E5%BC%B1%E5%89%A7%E6%9C%AC"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675800818859447338&is_purchase_all=1&content_id=7675801195973183530&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%81%8C%E5%9C%BA%E7%AC%A8%E7%BE%8E%E4%BA%BA%EF%BC%8C%E6%94%B6%E8%B5%B7%E4%BD%A0%E7%9A%84%E6%9F%94%E5%BC%B1%E5%89%A7%E6%9C%AC"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "46集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "职场笨美人,收起你的柔弱剧本",
"schema": "aweme://playlet?playlet_id=7675801195973183530"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "职场笨美人,收起你的柔弱剧本",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675660836152543272",
"series_name": "短剧 · 一次假装失忆,五年真心错付",
"cover_url": {
"uri": "tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=vfy89Ld%2BGDHetC6%2B7YM0vf8GfVg%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=lmuGcFLT%2BGRMCTT5Pv9Lhb38U2U%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 68,
"last_added_item_time": 1787129731
},
"desc": "沈梨与傅明淮相恋五年。傅明淮为哄青梅许茜茜,假装车祸失忆,将沈梨赶出家门,并嘲讽她“倒贴”。沈梨每日上门回忆过往,试图唤醒他,却意外偷听到他装失忆的真相,以及他与许茜茜的暧昧。沈梨心死,果断分手,删除所有联系方式,独自调往江城重启事业。傅明淮事后恢复“记忆”,试图挽回,谎称求婚是假、只把许茜茜当妹妹。沈梨早已看透他的算计,并坚决不再回头。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":63,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":15},{\"discount\":0.4,\"unlock_count\":30},{\"discount\":0.3,\"unlock_count\":47},{\"discount\":0.2,\"unlock_count\":63}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787134584229,\"charge_count\":63,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":15,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":30,\"start_unlock_threshold\":16},{\"discount\":0.3,\"end_unlock_threshold\":47,\"start_unlock_threshold\":31},{\"discount\":0.2,\"end_unlock_threshold\":63,\"start_unlock_threshold\":48}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675660146777723919,\"promise_publish_episode\":68,\"promise_update_time\":1787500800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787134584252,\"whole_buy_discount\":0,\"whole_buy_price\":945},\"compass_identifier\":{\"album_id\":7675209583773614627,\"compass_id\":7675236844035899914},\"compass_playlet_tag\":{},\"cp_center_content_id\":7675208272701312025,\"fanqie_publish_album_id\":7675209583773614627,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787129731,\"mix_ad_info\":{\"copy_right_item_count\":67,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/130b0306df90e89fbd37ec05771f85ef\",\"desc\":\"沈梨与傅明淮相恋五年。傅明淮为哄青梅许茜茜,假装车祸失忆,将沈梨赶出家门,并嘲讽她“倒贴”。沈梨每日上门回忆过往,试图唤醒他,却意外偷听到他装失忆的真相,以及他与许茜茜的暧昧。沈梨心死,果断分手,删除所有联系方式,独自调往江城重启事业。傅明淮事后恢复“记忆”,试图挽回,谎称求婚是假、只把许茜茜当妹妹。沈梨早已看透他的算计,并坚决不再回头。\",\"name\":\"一次假装失忆,五年真心错付\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675660836405020724,\"related_names\":[\"一次假装失忆,五年真心错付\",\"一次假装失忆五年真心错付\"],\"segmentation\":\"一 次 假装 失忆 , 五 年 真心 错 付\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445094号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第445094号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675660146777723919,\"top_item_content_label\":{\"-1\":67},\"total_duration\":3337,\"total_episode\":68,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675660836152543272/?schema_type=43&object_id=7675660836152543272&from_ssr=1",
"share_weibo_desc": "6.99 07/10 E@h.Bg GiC:/ 我正在看【一次假装失忆,五年真心错付】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "3.51 O@X.Mw 04/11 goD:/ 我正在看【一次假装失忆,五年真心错付】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "6.99 07/10 E@h.Bg GiC:/ 我正在看【一次假装失忆,五年真心错付】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787129052,
"update_time": 1787134615,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 63,
"sell_type": 2,
"unpaid_count": 63,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675660146777723919&is_purchase_all=1&content_id=7675660836152543272&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%B8%80%E6%AC%A1%E5%81%87%E8%A3%85%E5%A4%B1%E5%BF%86%EF%BC%8C%E4%BA%94%E5%B9%B4%E7%9C%9F%E5%BF%83%E9%94%99%E4%BB%98",
"promise_update_time": 1787500800,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第445094号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第445094号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675660146777723919&is_purchase_all=1&content_id=7675660836152543272&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%B8%80%E6%AC%A1%E5%81%87%E8%A3%85%E5%A4%B1%E5%BF%86%EF%BC%8C%E4%BA%94%E5%B9%B4%E7%9C%9F%E5%BF%83%E9%94%99%E4%BB%98"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675660146777723919&is_purchase_all=1&content_id=7675660836152543272&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%B8%80%E6%AC%A1%E5%81%87%E8%A3%85%E5%A4%B1%E5%BF%86%EF%BC%8C%E4%BA%94%E5%B9%B4%E7%9C%9F%E5%BF%83%E9%94%99%E4%BB%98"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "68集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "一次假装失忆,五年真心错付",
"schema": "aweme://playlet?playlet_id=7675660836152543272"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "一次假装失忆,五年真心错付",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675247188837926950",
"series_name": "短剧 · 领证被戏耍,我当场换新郎",
"cover_url": {
"uri": "tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=a6aJx%2BJHWFJj4HN5tRpvtLi0XvI%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=r%2F0z2fyAkut4RavScxPqyBBMbcQ%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "",
"is_collected": 0
},
"stats": {
"play_vv": 0,
"collect_vv": 0,
"current_episode": 0,
"updated_to_episode": 0,
"total_episode": 56,
"last_added_item_time": 1787033052
},
"desc": "顾明舒满心欢喜和相恋三年的裴时南领证,却惨遭男友联合朋友故意退号当众羞辱。看清真心错付,她当即拨通昔日联姻对象周辞的电话,十分钟闪婚换新郎。前男友裴时南幡然悔悟疯狂挽回,其好友赵卓偷拍剪辑视频造谣勒索。顾明舒在周辞全力支持下收集证据,曝光所有霸凌真相,让赵卓获刑、裴家声誉受损。她重拾搁置多年的餐饮梦想创立品牌“归家”,不惧裴家商业打压站稳脚跟,和温柔尊重她的周辞双向奔赴,活成独立耀眼的自己。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":47,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.16,\"unlock_count\":47}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787040803693,\"charge_count\":47,\"charge_episodes\":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.16,\"end_unlock_threshold\":47,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675246238650176522,\"promise_publish_episode\":56,\"promise_update_time\":1787500800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787040803718,\"whole_buy_discount\":0,\"whole_buy_price\":705},\"compass_identifier\":{\"album_id\":7674878711212016162,\"compass_id\":7674888083992478218},\"compass_playlet_tag\":{},\"cp_center_content_id\":7674877395454675992,\"fanqie_publish_album_id\":7674878711212016162,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":9,\"free_to_paid_episodes\":[1,2,3,4,5,6,7,8,9]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787033052,\"mix_ad_info\":{\"copy_right_item_count\":55,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/a8d2cd0dbdced8575e080817ba599f89\",\"desc\":\"顾明舒满心欢喜和相恋三年的裴时南领证,却惨遭男友联合朋友故意退号当众羞辱。看清真心错付,她当即拨通昔日联姻对象周辞的电话,十分钟闪婚换新郎。前男友裴时南幡然悔悟疯狂挽回,其好友赵卓偷拍剪辑视频造谣勒索。顾明舒在周辞全力支持下收集证据,曝光所有霸凌真相,让赵卓获刑、裴家声誉受损。她重拾搁置多年的餐饮梦想创立品牌“归家”,不惧裴家商业打压站稳脚跟,和温柔尊重她的周辞双向奔赴,活成独立耀眼的自己。\",\"name\":\"领证被戏耍,我当场换新郎\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,604],\"related_id\":7675247188905035786,\"related_names\":[\"领证被戏耍,我当场换新郎\",\"领证被戏耍我当场换新郎\"],\"segmentation\":\"领证 被 戏耍 , 我 当场 换 新郎\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第442800号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第442800号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675246238650176522,\"top_item_content_label\":{\"-1\":55},\"total_duration\":3556,\"total_episode\":56,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675247188837926950/?schema_type=43&object_id=7675247188837926950&from_ssr=1",
"share_weibo_desc": "4.84 wSL:/ 02/20 A@G.VY 我正在看【领证被戏耍,我当场换新郎】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "4.69 Z@z.TY 07/25 RXm:/ 我正在看【领证被戏耍,我当场换新郎】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "4.84 wSL:/ 02/20 A@G.VY 我正在看【领证被戏耍,我当场换新郎】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787032743,
"update_time": 1787041133,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"is_exclusive": false,
"recommend_color": null,
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 47,
"sell_type": 2,
"unpaid_count": 47,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675246238650176522&is_purchase_all=1&content_id=7675247188837926950&from_author_id=3010877781453635&video_type=4&mix_short_name=%E9%A2%86%E8%AF%81%E8%A2%AB%E6%88%8F%E8%80%8D%EF%BC%8C%E6%88%91%E5%BD%93%E5%9C%BA%E6%8D%A2%E6%96%B0%E9%83%8E",
"promise_update_time": 1787500800,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第442800号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第442800号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675246238650176522&is_purchase_all=1&content_id=7675247188837926950&from_author_id=3010877781453635&video_type=4&mix_short_name=%E9%A2%86%E8%AF%81%E8%A2%AB%E6%88%8F%E8%80%8D%EF%BC%8C%E6%88%91%E5%BD%93%E5%9C%BA%E6%8D%A2%E6%96%B0%E9%83%8E"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675246238650176522&is_purchase_all=1&content_id=7675247188837926950&from_author_id=3010877781453635&video_type=4&mix_short_name=%E9%A2%86%E8%AF%81%E8%A2%AB%E6%88%8F%E8%80%8D%EF%BC%8C%E6%88%91%E5%BD%93%E5%9C%BA%E6%8D%A2%E6%96%B0%E9%83%8E"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
}
],
"tag_id": 5001
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "56集",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "领证被戏耍,我当场换新郎",
"schema": "aweme://playlet?playlet_id=7675247188837926950"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "领证被戏耍,我当场换新郎",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7675206642442438656",
"series_name": "短剧 · 人间不必再相逢第二季",
"cover_url": {
"uri": "tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=5KX9lZt8rqpW%2BuCT4owH5fWeHYU%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=0z%2FZ53pQ%2FJXt8258E%2Bh0i3rAnyM%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "90集全",
"is_collected": 0
},
"stats": {
"play_vv": 10829,
"collect_vv": 49,
"current_episode": 0,
"updated_to_episode": 90,
"total_episode": 90,
"last_added_item_time": 1787023825
},
"desc": "职场老将喻飞升任项目负责人,却深陷宿敌蒋舟与黑伞机构“评估咨询”的行业规则围猎。面对不公打压与对手抢单,喻飞坚守原则建立铁律,携手正义甲方江澜暗查证据。华光一战虽败犹荣,他主动退避,正蓄势给腐败链条致命一击。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":85,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.1,\"unlock_count\":85}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787044447852,\"charge_count\":85,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.1,\"end_unlock_threshold\":85,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7675203750160733236,\"promise_publish_episode\":90,\"promise_update_time\":1787454000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787044447890,\"whole_buy_discount\":0,\"whole_buy_price\":1275},\"compass_identifier\":{\"album_id\":7674157923404087860,\"compass_id\":7674167814738936347},\"compass_playlet_tag\":{},\"cp_center_content_id\":7674156612281437208,\"fanqie_publish_album_id\":7674157923404087860,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787023825,\"mix_ad_info\":{\"copy_right_item_count\":89,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/7f42fe401e47fe4053dfcea628f0ae22\",\"desc\":\"职场老将喻飞升任项目负责人,却深陷宿敌蒋舟与黑伞机构“评估咨询”的行业规则围猎。面对不公打压与对手抢单,喻飞坚守原则建立铁律,携手正义甲方江澜暗查证据。华光一战虽败犹荣,他主动退避,正蓄势给腐败链条致命一击。\",\"name\":\"人间不必再相逢第二季\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7675206642589239311,\"related_names\":[\"人间不必再相逢第二季\"],\"segmentation\":\"人间 不必 再 相逢 第二 季\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第443445号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第443445号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7675203750160733236,\"top_item_content_label\":{\"-1\":89},\"total_duration\":7964,\"total_episode\":90,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7675206642442438656/?schema_type=43&object_id=7675206642442438656&from_ssr=1",
"share_weibo_desc": "3.30 jCu:/ 09/20 n@D.UY 我正在看【人间不必再相逢第二季】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "2.82 10/14 q@E.Uy eoq:/ 我正在看【人间不必再相逢第二季】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "3.30 jCu:/ 09/20 n@D.UY 我正在看【人间不必再相逢第二季】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1787023302,
"update_time": 1787195329,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"series_price": 1275,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 1275,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 85,
"sell_type": 2,
"unpaid_count": 85,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675203750160733236&is_purchase_all=1&content_id=7675206642442438656&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%BA%BA%E9%97%B4%E4%B8%8D%E5%BF%85%E5%86%8D%E7%9B%B8%E9%80%A2%E7%AC%AC%E4%BA%8C%E5%AD%A3",
"promise_update_time": 1787454000,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第443445号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第443445号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675203750160733236&is_purchase_all=1&content_id=7675206642442438656&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%BA%BA%E9%97%B4%E4%B8%8D%E5%BF%85%E5%86%8D%E7%9B%B8%E9%80%A2%E7%AC%AC%E4%BA%8C%E5%AD%A3"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7675203750160733236&is_purchase_all=1&content_id=7675206642442438656&from_author_id=3010877781453635&video_type=4&mix_short_name=%E4%BA%BA%E9%97%B4%E4%B8%8D%E5%BF%85%E5%86%8D%E7%9B%B8%E9%80%A2%E7%AC%AC%E4%BA%8C%E5%AD%A3"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "1万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "90集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 1101
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "人间不必再相逢第二季",
"schema": "aweme://playlet?playlet_id=7675206642442438656"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "人间不必再相逢第二季",
"series_content_types_new": null,
"series_form_type": 1
},
{
"series_id": "7674520646517852186",
"series_name": "短剧 · 这次表姐不买单,表妹当场急红眼",
"cover_url": {
"uri": "tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=Wi%2B1FsOrDJf8hEpLdzhbzWqshd0%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=DjsDMKCVd9sHN%2BxSAM7w1IgSfl8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "51集全",
"is_collected": 0
},
"stats": {
"play_vv": 2429882,
"collect_vv": 2698,
"current_episode": 0,
"updated_to_episode": 51,
"total_episode": 51,
"last_added_item_time": 1786864126
},
"desc": "表妹倩倩为撑场面举办西藏自驾婚礼,用表姐许玲的身份信息租赁二十辆豪车,车辆受损后产生巨额维修费,企图让许玲承担债务。许玲发现真相后拒绝背锅,面对家族施压、母亲的不解与亲戚围攻,选择委托律师调查。调查揭开倩倩丈夫周航勾结租车行经理,伪造合同、虚报维修费用的骗局。事情败露,倩倩袒露长久以来对许玲的嫉妒。最终车行倒闭,倩倩与周航婚姻破裂产生裂痕。许玲赢得官司,和母亲达成和解,为自己而活。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":44,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":44}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786871482759,\"charge_count\":44,\"charge_episodes\":[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":44,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7674520000111924233,\"promise_publish_episode\":51,\"promise_update_time\":1787328000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1786871482781,\"whole_buy_discount\":0,\"whole_buy_price\":880},\"compass_identifier\":{\"album_id\":7674132991752274478,\"compass_id\":7674152553890644490},\"compass_playlet_tag\":{},\"cp_center_content_id\":7674131690209430552,\"fanqie_publish_album_id\":7674132991752274478,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":7,\"free_to_paid_episodes\":[1,2,3,4,5,6,7]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786864126,\"mix_ad_info\":{\"copy_right_item_count\":50,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/64475c98b2c49f305e577da685ae15e0\",\"desc\":\"表妹倩倩为撑场面举办西藏自驾婚礼,用表姐许玲的身份信息租赁二十辆豪车,车辆受损后产生巨额维修费,企图让许玲承担债务。许玲发现真相后拒绝背锅,面对家族施压、母亲的不解与亲戚围攻,选择委托律师调查。调查揭开倩倩丈夫周航勾结租车行经理,伪造合同、虚报维修费用的骗局。事情败露,倩倩袒露长久以来对许玲的嫉妒。最终车行倒闭,倩倩与周航婚姻破裂产生裂痕。许玲赢得官司,和母亲达成和解,为自己而活。\",\"name\":\"这次表姐不买单,表妹当场急红眼\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7674520646579128330,\"related_names\":[\"这次表姐不买单,表妹当场急红眼\",\"这次表姐不买单表妹当场急红眼\"],\"segmentation\":\"这次 表姐 不 买单 , 表妹 当场 急 红眼\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第439740号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第439740号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7674520000111924233,\"top_item_content_label\":{\"-1\":50},\"total_duration\":2620,\"total_episode\":51,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7674520646517852186/?schema_type=43&object_id=7674520646517852186&from_ssr=1",
"share_weibo_desc": "9.28 09/15 T@L.wS GiC:/ 我正在看【这次表姐不买单,表妹当场急红眼】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.43 03/09 FHI:/ m@q.Eu 我正在看【这次表姐不买单,表妹当场急红眼】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "9.28 09/15 T@L.wS GiC:/ 我正在看【这次表姐不买单,表妹当场急红眼】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786863581,
"update_time": 1787106327,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 1,
"series_price": 880,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 880,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"charge_info": {
"charge_type": 1,
"has_paid": false,
"charge_count": 44,
"sell_type": 2,
"unpaid_count": 44,
"use_demotion": false,
"buy_schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7674520000111924233&is_purchase_all=1&content_id=7674520646517852186&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%BF%99%E6%AC%A1%E8%A1%A8%E5%A7%90%E4%B8%8D%E4%B9%B0%E5%8D%95%EF%BC%8C%E8%A1%A8%E5%A6%B9%E5%BD%93%E5%9C%BA%E6%80%A5%E7%BA%A2%E7%9C%BC",
"promise_update_time": 1787328000,
"paid_episodes": null,
"charge_episodes": null
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第439740号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第439740号",
"card_font_size": 9
},
"series_ui_config": {
"detail_page_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7674520000111924233&is_purchase_all=1&content_id=7674520646517852186&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%BF%99%E6%AC%A1%E8%A1%A8%E5%A7%90%E4%B8%8D%E4%B9%B0%E5%8D%95%EF%BC%8C%E8%A1%A8%E5%A6%B9%E5%BD%93%E5%9C%BA%E6%80%A5%E7%BA%A2%E7%9C%BC"
},
"select_panel_buy_button": {
"text": "解锁全集",
"schema": "sslocal://webcast_redirect?entry=ent_playlet_bill&product_id=7674520000111924233&is_purchase_all=1&content_id=7674520646517852186&from_author_id=3010877781453635&video_type=4&mix_short_name=%E8%BF%99%E6%AC%A1%E8%A1%A8%E5%A7%90%E4%B8%8D%E4%B9%B0%E5%8D%95%EF%BC%8C%E8%A1%A8%E5%A6%B9%E5%BD%93%E5%9C%BA%E6%80%A5%E7%BA%A2%E7%9C%BC"
},
"universal_cover_label": {
"text": "付费",
"text_color": "#703a17",
"background_color": "#ffdd99"
},
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 901,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [
"{\"color\":\"FEA32C\",\"alpha\":\"FF\"}",
"{\"color\":\"FF6600\",\"alpha\":\"FF\"}"
],
"corner_radius": 4,
"padding": [
4,
1.5,
4,
1.5
],
"colors_direction": 1,
"css_style": "{\"height\":\"20px\",\"border-radius\":\"4px\",\"background\":\"linear-gradient(180deg, #FEA32C 0%, #FF6600 100%)\",\"padding\":\"1.5px 4px\"}",
"css_style_dark": "{\"height\":\"20px\",\"border-radius\":\"4px\",\"background\":\"linear-gradient(180deg, #FEA32C 0%, #FF6600 100%)\",\"padding\":\"1.5px 4px\"}"
},
"tag_priority": 777,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "热剧",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"500\",\"font-style\":\"Medium\",\"font-size\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"500\",\"font-style\":\"Medium\",\"font-size\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 3001
}
]
},
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "242万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "家长里短·51集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 113
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
1
],
"paid_episodes": null,
"series_comment_top_bar": {
"pre_title": "去看短剧:",
"sub_title": "这次表姐不买单,表妹当场急红眼",
"schema": "aweme://playlet?playlet_id=7674520646517852186"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "这次表姐不买单,表妹当场急红眼",
"series_content_types_new": [
{
"series_content_type": 113,
"name": "家长里短",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7674263817226127395",
"series_name": "短剧 · 云见花开",
"cover_url": {
"uri": "tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=gKpXOKtkJoYASfExNfGqMy7Vg08%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=c7CmSH8SFoJKHEd81r0txBJzrqA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "53集全",
"is_collected": 0
},
"stats": {
"play_vv": 53616,
"collect_vv": 113,
"current_episode": 0,
"updated_to_episode": 53,
"total_episode": 53,
"last_added_item_time": 1786804076
},
"desc": "裴婉多年来一再承担弟弟裴纶的学业、婚房与各类债务,却在弟弟婚礼上被父母逼迫补齐天价彩礼,彻底心寒决意断绝无底线帮扶、卖房决裂。弟弟创业失败欠下巨债,又联合亲友对她道德绑架,裴婉始终坚守底线。最终裴纶幡然醒悟踏实打拼,裴婉事业蒸蒸日上,一家人解开心结,各自走向安稳的新生活。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":48,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":48}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787123576957,\"charge_count\":48,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":48,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7674262129776497664,\"promise_publish_episode\":53,\"promise_update_time\":1787155200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1787123576979,\"whole_buy_discount\":0,\"whole_buy_price\":960},\"compass_identifier\":{\"album_id\":7673398484971717172,\"compass_id\":7673420932131586587},\"compass_playlet_tag\":{},\"cp_center_content_id\":7673397177527307289,\"fanqie_publish_album_id\":7673398484971717172,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786804076,\"mix_ad_info\":{\"copy_right_item_count\":52,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/a13b6594fd13380853c41cdc1ca92cca\",\"desc\":\"裴婉多年来一再承担弟弟裴纶的学业、婚房与各类债务,却在弟弟婚礼上被父母逼迫补齐天价彩礼,彻底心寒决意断绝无底线帮扶、卖房决裂。弟弟创业失败欠下巨债,又联合亲友对她道德绑架,裴婉始终坚守底线。最终裴纶幡然醒悟踏实打拼,裴婉事业蒸蒸日上,一家人解开心结,各自走向安稳的新生活。\",\"name\":\"云见花开\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7674263817380677632,\"related_names\":[\"云见花开\"],\"segmentation\":\"云 见 花开\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第436380号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第436380号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7674262129776497664,\"top_item_content_label\":{\"-1\":52},\"total_duration\":2690,\"total_episode\":53,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7674263817226127395/?schema_type=43&object_id=7674263817226127395&from_ssr=1",
"share_weibo_desc": "1.56 MWM:/ C@h.bA 07/13 我正在看【云见花开】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "0.25 H@I.Vy wsr:/ 05/23 我正在看【云见花开】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "1.56 MWM:/ C@h.bA 07/13 我正在看【云见花开】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786803784,
"update_time": 1787123576,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 960,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 960,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第436380号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第436380号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "5.4万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "反转打脸·53集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 142
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "云见花开",
"schema": "aweme://playlet?playlet_id=7674263817226127395"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "云见花开",
"series_content_types_new": [
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
},
{
"series_content_type": 144,
"name": "女性成长",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7674131826055677993",
"series_name": "短剧 · 我的女儿,我自己宠",
"cover_url": {
"uri": "tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=5p%2Bx5BTs2BxONZp36DfKH4Xg2Tk%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=mEoH6%2Fc4%2FyD9Jkyd2upIXorENIo%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "61集全",
"is_collected": 0
},
"stats": {
"play_vv": 12342339,
"collect_vv": 12661,
"current_episode": 0,
"updated_to_episode": 61,
"total_episode": 61,
"last_added_item_time": 1786773605
},
"desc": "顾明珠找回失散十八年的女儿顾念安时,意外获得看见剧情弹幕的能力,得知自己染着彩发的“精神小妹”女儿是书中炮灰,而女儿带来的闺蜜阮知棠才是心机女主,注定会鸠占鹊巢夺走一切。顾明珠满心疼惜女儿,坚定站在女儿身边,接连识破阮知棠的诡计。顾明珠提前布局设局,将反派送入法网。最终母女解开误会。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":52,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":13},{\"discount\":0.4,\"unlock_count\":26},{\"discount\":0.3,\"unlock_count\":39},{\"discount\":0.15,\"unlock_count\":52}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787044526445,\"charge_count\":52,\"charge_episodes\":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":13,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":26,\"start_unlock_threshold\":14},{\"discount\":0.3,\"end_unlock_threshold\":39,\"start_unlock_threshold\":27},{\"discount\":0.15,\"end_unlock_threshold\":52,\"start_unlock_threshold\":40}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7674131015615058987,\"promise_publish_episode\":61,\"promise_update_time\":1787068800,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1787044526470,\"whole_buy_discount\":0,\"whole_buy_price\":780},\"compass_identifier\":{\"album_id\":7673027697722786358,\"compass_id\":7673048853779579419},\"compass_playlet_tag\":{},\"cp_center_content_id\":7673026389393542168,\"fanqie_publish_album_id\":7673027697722786358,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":9,\"free_to_paid_episodes\":[1,2,3,4,5,6,7,8,9]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786773605,\"mix_ad_info\":{\"copy_right_item_count\":60,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/ac6b2372f2e2860e72e32184d4754666\",\"desc\":\"顾明珠找回失散十八年的女儿顾念安时,意外获得看见剧情弹幕的能力,得知自己染着彩发的“精神小妹”女儿是书中炮灰,而女儿带来的闺蜜阮知棠才是心机女主,注定会鸠占鹊巢夺走一切。顾明珠满心疼惜女儿,坚定站在女儿身边,接连识破阮知棠的诡计。顾明珠提前布局设局,将反派送入法网。最终母女解开误会。\",\"name\":\"我的女儿,我自己宠\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7674131826168596499,\"related_names\":[\"我的女儿,我自己宠\",\"我的女儿我自己宠\"],\"segmentation\":\"我 的 女儿 , 我 自己 宠\",\"series_content_types\":\"\",\"series_eco_feature\":{\"post_quality_rank\":0,\"pre_quality_rank\":3,\"pre_quality_rank_revised\":3,\"quality_rank\":3},\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第434617号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第434617号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7674131015615058987,\"top_item_content_label\":{\"-1\":60},\"total_duration\":3351,\"total_episode\":61,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7674131826055677993/?schema_type=43&object_id=7674131826055677993&from_ssr=1",
"share_weibo_desc": "3.02 05/15 o@Q.Kj aaA:/ 我正在看【我的女儿,我自己宠】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "1.02 08/12 Dhb:/ x@F.hO 我正在看【我的女儿,我自己宠】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "3.02 05/15 o@Q.Kj aaA:/ 我正在看【我的女儿,我自己宠】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786773052,
"update_time": 1787207421,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 780,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 780,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第434617号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第434617号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "1234.2万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "剧情·61集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 140
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4,
5,
6,
7,
8
],
"rewarded_ads_index": [
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4,5,6,7,8],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "我的女儿,我自己宠",
"schema": "aweme://playlet?playlet_id=7674131826055677993"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "我的女儿,我自己宠",
"series_content_types_new": [
{
"series_content_type": 140,
"name": "剧情",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673838596474570802",
"series_name": "短剧 · 锈剪刀裁风华",
"cover_url": {
"uri": "tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=FvmGX9kYjrCZX6Cfjetf%2BRXRLfE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=6IdpVbyU8pd0P1AUoyGe5jf5S7U%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "54集全",
"is_collected": 0
},
"stats": {
"play_vv": 263247,
"collect_vv": 465,
"current_episode": 0,
"updated_to_episode": 54,
"total_episode": 54,
"last_added_item_time": 1786705382
},
"desc": "八十年代,手艺顶尖的女工林秀霞遭厂长马长福恶意裁员,被夺走安置费、逼得无家可归,仅一把锈旧剪刀伴她谋生。为养活女儿花花,她凭祖传瑞香缎针法参赛展露真本事,获程老板赏识开裁缝铺。马长福心怀嫉妒,屡次断布料货源,甚至抢夺大订单,却因做工粗糙接连退货、厂子濒临破产。一众下岗女工投奔林秀霞,程老板鼎力相助,她凭借独家手艺击败对手,拿下出口大单后续又得丝绸宗师印,盘下旧厂房创办林氏成衣一厂。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":48,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":18},{\"discount\":0.3,\"unlock_count\":27},{\"discount\":0.2,\"unlock_count\":38},{\"discount\":0.13,\"unlock_count\":48}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1787206226536,\"charge_count\":48,\"charge_episodes\":[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":18,\"start_unlock_threshold\":2},{\"discount\":0.3,\"end_unlock_threshold\":27,\"start_unlock_threshold\":19},{\"discount\":0.2,\"end_unlock_threshold\":38,\"start_unlock_threshold\":28},{\"discount\":0.13,\"end_unlock_threshold\":48,\"start_unlock_threshold\":39}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673837429140624393,\"promise_publish_episode\":54,\"promise_update_time\":1787241600,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1787206226559,\"whole_buy_discount\":0,\"whole_buy_price\":960},\"compass_identifier\":{\"album_id\":7673772816570778146,\"compass_id\":7673779629140509211},\"compass_playlet_tag\":{},\"cp_center_content_id\":7673771448481090584,\"fanqie_publish_album_id\":7673772816570778146,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":6,\"free_to_paid_episodes\":[1,2,3,4,5,6]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786705382,\"mix_ad_info\":{\"copy_right_item_count\":53,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/52a671dcc8117e96170fbf8c09f69d8e\",\"desc\":\"八十年代,手艺顶尖的女工林秀霞遭厂长马长福恶意裁员,被夺走安置费、逼得无家可归,仅一把锈旧剪刀伴她谋生。为养活女儿花花,她凭祖传瑞香缎针法参赛展露真本事,获程老板赏识开裁缝铺。马长福心怀嫉妒,屡次断布料货源,甚至抢夺大订单,却因做工粗糙接连退货、厂子濒临破产。一众下岗女工投奔林秀霞,程老板鼎力相助,她凭借独家手艺击败对手,拿下出口大单后续又得丝绸宗师印,盘下旧厂房创办林氏成衣一厂。\",\"name\":\"锈剪刀裁风华\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673838596545873946,\"related_names\":[\"锈剪刀裁风华\"],\"segmentation\":\"锈 剪刀 裁 风华\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第438136号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第438136号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673837429140624393,\"top_item_content_label\":{\"-1\":53},\"total_duration\":2685,\"total_episode\":54,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673838596474570802/?schema_type=43&object_id=7673838596474570802&from_ssr=1",
"share_weibo_desc": "0.53 06/29 s@R.XZ Lws:/ 我正在看【锈剪刀裁风华】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "7.10 JVl:/ 02/11 l@p.DH 我正在看【锈剪刀裁风华】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "0.53 06/29 s@R.XZ Lws:/ 我正在看【锈剪刀裁风华】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786704779,
"update_time": 1787206226,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 960,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 960,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第438136号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第438136号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "26.3万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "反转打脸·54集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 142
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4,
5
],
"rewarded_ads_index": [
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4,5],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "锈剪刀裁风华",
"schema": "aweme://playlet?playlet_id=7673838596474570802"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "锈剪刀裁风华",
"series_content_types_new": [
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
},
{
"series_content_type": 144,
"name": "女性成长",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673710836346521609",
"series_name": "短剧 · 女儿控的炮灰逆袭指南",
"cover_url": {
"uri": "tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=gnUscOTYPxTPZFDz4RuZxRy6jxE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=tun1KddDdRDa4c3GbOvAT1AaS7Y%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "38集全",
"is_collected": 0
},
"stats": {
"play_vv": 27818,
"collect_vv": 41,
"current_episode": 0,
"updated_to_episode": 38,
"total_episode": 38,
"last_added_item_time": 1786675242
},
"desc": "顾明珠根据弹幕提示,找回被拐18年的女儿,却发现女儿是染着五彩头发的“精神小妹”,而弹幕全在夸赞旁边那个乖巧的绿茶女配。所有人都说女儿是炮灰,但顾明珠偏偏要逆天改命。她无视“剧本”安排,手撕心机女、怒怼偏颇儿子,用偏执的母爱为女儿撑起一片天。当弹幕还在叫嚣时,母女联手设局,将试图吞并家产的男女主送入牢房。谁说炮灰不能赢?她的女儿,就是她唯一的底线与珍宝!从此手撕绿茶、守护亲情,逆天改命只为你。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":33,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.2,\"unlock_count\":33}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":20},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786860896050,\"charge_count\":33,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.2,\"end_unlock_threshold\":33,\"start_unlock_threshold\":21}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673706190563988526,\"promise_publish_episode\":38,\"promise_update_time\":1786932000,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":20,\"update_time\":1786860896079,\"whole_buy_discount\":0,\"whole_buy_price\":660},\"compass_identifier\":{\"album_id\":7671941694685708809,\"compass_id\":7671957005816300082},\"compass_playlet_tag\":{},\"cp_center_content_id\":7671940386213858329,\"fanqie_publish_album_id\":7671941694685708809,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786675242,\"mix_ad_info\":{\"copy_right_item_count\":37,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/c4d77e402598edc64fbfa870784c157a\",\"desc\":\"顾明珠根据弹幕提示,找回被拐18年的女儿,却发现女儿是染着五彩头发的“精神小妹”,而弹幕全在夸赞旁边那个乖巧的绿茶女配。所有人都说女儿是炮灰,但顾明珠偏偏要逆天改命。她无视“剧本”安排,手撕心机女、怒怼偏颇儿子,用偏执的母爱为女儿撑起一片天。当弹幕还在叫嚣时,母女联手设局,将试图吞并家产的男女主送入牢房。谁说炮灰不能赢?她的女儿,就是她唯一的底线与珍宝!从此手撕绿茶、守护亲情,逆天改命只为你。\",\"name\":\"女儿控的炮灰逆袭指南\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673710836457211914,\"related_names\":[\"女儿控的炮灰逆袭指南\"],\"segmentation\":\"女儿 控 的 炮灰 逆袭 指南\",\"series_content_types\":\"\",\"series_eco_feature\":{\"post_quality_rank\":0,\"pre_quality_rank\":3,\"pre_quality_rank_revised\":3,\"quality_rank\":3},\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第431084号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第431084号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673706190563988526,\"top_item_content_label\":{\"-1\":27,\"2019\":1,\"2025\":4,\"2029\":5},\"total_duration\":1794,\"total_episode\":38,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673710836346521609/?schema_type=43&object_id=7673710836346521609&from_ssr=1",
"share_weibo_desc": "7.48 pDu:/ 05/02 l@p.Qx 我正在看【女儿控的炮灰逆袭指南】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.92 N@J.vS 09/12 cAt:/ 我正在看【女儿控的炮灰逆袭指南】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "7.48 pDu:/ 05/02 l@p.Qx 我正在看【女儿控的炮灰逆袭指南】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786675033,
"update_time": 1786890752,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 660,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 660,
"support_segment_unlock": true,
"unit_price": 20,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第431084号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第431084号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "2.8万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "奇幻脑洞·38集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 119
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "女儿控的炮灰逆袭指南",
"schema": "aweme://playlet?playlet_id=7673710836346521609"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "女儿控的炮灰逆袭指南",
"series_content_types_new": [
{
"series_content_type": 119,
"name": "奇幻脑洞",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673485456104753198",
"series_name": "短剧 · 身份揭晓,男友执掌资本版图",
"cover_url": {
"uri": "tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=xwm2FzkDd1jRlskV8gQein12%2FrE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=0yysi2z8ugkGqoHMWAssDV%2BzrdY%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "70集全",
"is_collected": 0
},
"stats": {
"play_vv": 60752,
"collect_vv": 249,
"current_episode": 0,
"updated_to_episode": 70,
"total_episode": 70,
"last_added_item_time": 1787033106
},
"desc": "谢氏集团掌权人谢景庭低调骑电动车赴女友苏清禾的家宴,不料遭势利亲戚与情敌顾承泽百般刁难。宴上对方故意栽赃他,谢景庭的下属到场揭穿全部真相,令二人颜面尽失。后续顾承泽与苏家舅舅舅妈仍不断算计苏清禾,试图用联姻、伪造债务逼迫她妥协。谢景庭始终默默守护,在慈善晚宴公开真实身份,拿出完整证据揭露众人算计,帮苏禾夺回父母遗留财产,二人抛开所有隔阂,携手相守。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":65,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.1,\"unlock_count\":65}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786641330022,\"charge_count\":65,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.1,\"end_unlock_threshold\":65,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673483997041038382,\"promise_publish_episode\":70,\"promise_update_time\":1786935600,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786641330050,\"whole_buy_discount\":0,\"whole_buy_price\":975},\"compass_identifier\":{\"album_id\":7672276284226929190,\"compass_id\":7672294439716389427},\"compass_playlet_tag\":{},\"cp_center_content_id\":7672274975755078681,\"fanqie_publish_album_id\":7672276284226929190,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1787033106,\"mix_ad_info\":{\"copy_right_item_count\":4,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":65},\"next_info\":{\"cover\":\"tos-cn-i-dy/d7b7f6dfaec7212dcbc6bd74afade949\",\"desc\":\"谢氏集团掌权人谢景庭低调骑电动车赴女友苏清禾的家宴,不料遭势利亲戚与情敌顾承泽百般刁难。宴上对方故意栽赃他,谢景庭的下属到场揭穿全部真相,令二人颜面尽失。后续顾承泽与苏家舅舅舅妈仍不断算计苏清禾,试图用联姻、伪造债务逼迫她妥协。谢景庭始终默默守护,在慈善晚宴公开真实身份,拿出完整证据揭露众人算计,帮苏禾夺回父母遗留财产,二人抛开所有隔阂,携手相守。\",\"name\":\"身份揭晓,男友执掌资本版图\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673485456189786163,\"related_names\":[\"身份揭晓,男友执掌资本版图\",\"身份揭晓男友执掌资本版图\"],\"segmentation\":\"身份 揭晓 , 男友 执掌 资本 版图\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第430816号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第430816号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673483997041038382,\"top_item_content_label\":{\"2009\":6,\"2014\":10,\"2019\":18,\"2025\":32,\"2029\":2},\"total_duration\":3105,\"total_episode\":70,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673485456104753198/?schema_type=43&object_id=7673485456104753198&from_ssr=1",
"share_weibo_desc": "0.71 N@J.II 06/22 ytR:/ 我正在看【身份揭晓,男友执掌资本版图】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.41 04/15 oQX:/ j@P.Kj 我正在看【身份揭晓,男友执掌资本版图】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "0.71 N@J.II 06/22 ytR:/ 我正在看【身份揭晓,男友执掌资本版图】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786622557,
"update_time": 1787033106,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 975,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 975,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第430816号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第430816号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "6万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "现代爱情·70集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 127
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "身份揭晓,男友执掌资本版图",
"schema": "aweme://playlet?playlet_id=7673485456104753198"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "身份揭晓,男友执掌资本版图",
"series_content_types_new": [
{
"series_content_type": 127,
"name": "现代爱情",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7673446998829172742",
"series_name": "短剧 · 迟夏书",
"cover_url": {
"uri": "tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=%2BC7WSsIu2WifQvM6Q8Re4BMdcBI%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=tOXDaeZUn2tQBI5903Imj%2B7IXJg%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "59集全",
"is_collected": 0
},
"stats": {
"play_vv": 276880,
"collect_vv": 410,
"current_episode": 0,
"updated_to_episode": 59,
"total_episode": 59,
"last_added_item_time": 1786615619
},
"desc": "林译因青梅女友梁听晚长期的敷衍与偏心彻底心冷,放弃两人约定的城市,远赴千里之外的南临大学求学。在校报学姐苏怀瑾的温柔引导与并肩陪伴下,他逐渐走出情绪低谷,在新闻写作中找到自我价值,成长为备受认可的校报主编。当梁听晚感情受挫回头挽回时,林译已彻底释怀,体面告别过往,与苏怀瑾携手奔赴崭新人生。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":55,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":55}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786947268261,\"charge_count\":55,\"charge_episodes\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":55,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7673446302747087926,\"promise_publish_episode\":59,\"promise_update_time\":1786982400,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786947268284,\"whole_buy_discount\":0,\"whole_buy_price\":825},\"compass_identifier\":{\"album_id\":7672651739798962724,\"compass_id\":7672659201612579338},\"compass_playlet_tag\":{},\"cp_center_content_id\":7672650429196405784,\"fanqie_publish_album_id\":7672651739798962724,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":4,\"free_to_paid_episodes\":[1,2,3,4]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786615619,\"mix_ad_info\":{\"copy_right_item_count\":58,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/8f884ca3e5e570026e0c6e0255c9db5b\",\"desc\":\"林译因青梅女友梁听晚长期的敷衍与偏心彻底心冷,放弃两人约定的城市,远赴千里之外的南临大学求学。在校报学姐苏怀瑾的温柔引导与并肩陪伴下,他逐渐走出情绪低谷,在新闻写作中找到自我价值,成长为备受认可的校报主编。当梁听晚感情受挫回头挽回时,林译已彻底释怀,体面告别过往,与苏怀瑾携手奔赴崭新人生。\",\"name\":\"迟夏书\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7673446998935668790,\"related_names\":[\"迟夏书\"],\"segmentation\":\"迟 夏书\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第432822号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第432822号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7673446302747087926,\"top_item_content_label\":{\"-1\":58},\"total_duration\":4311,\"total_episode\":59,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7673446998829172742/?schema_type=43&object_id=7673446998829172742&from_ssr=1",
"share_weibo_desc": "9.43 12/12 R@X.zg xsR:/ 我正在看【迟夏书】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "4.15 EHi:/ 01/17 R@K.Wm 我正在看【迟夏书】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "9.43 12/12 R@X.zg xsR:/ 我正在看【迟夏书】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786613603,
"update_time": 1786947268,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 825,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 825,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第432822号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第432822号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "27.7万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "言情虐恋·59集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 107
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3
],
"rewarded_ads_index": [
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "迟夏书",
"schema": "aweme://playlet?playlet_id=7673446998829172742"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "迟夏书",
"series_content_types_new": [
{
"series_content_type": 107,
"name": "言情虐恋",
"jump_schema": ""
},
{
"series_content_type": 127,
"name": "现代爱情",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7671997360968304667",
"series_name": "短剧 · 心界",
"cover_url": {
"uri": "tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=JqpITagqMBB6Na5i9y6Gqa9hPgU%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=rLNaNkmoRdH8l63DLywt9cce8%2BI%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "62集全",
"is_collected": 0
},
"stats": {
"play_vv": 4488,
"collect_vv": 13,
"current_episode": 0,
"updated_to_episode": 62,
"total_episode": 62,
"last_added_item_time": 1786276426
},
"desc": "天神殿殿主张岳厌倦杀伐,又逢妻子病逝,所以褪去神位,携女儿张瑶隐居都市。不料女儿在校遭受富二代校园欺凌,这群纨绔背后的家族觊觎张瑶容貌,打算掳走她献给东瀛势力换取资本扶持。得知噩耗,张岳不再隐忍,重启殿主身份强势归来。他接连对抗一众家族,奋力营救女儿,一路横扫外敌,击碎东瀛资本图谋,守护住大夏利益。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":55,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.15,\"unlock_count\":55}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":32,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786448770046,\"charge_count\":55,\"charge_episodes\":[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.15,\"end_unlock_threshold\":55,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7671995970720486451,\"promise_publish_episode\":62,\"promise_update_time\":1786291200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786448770067,\"whole_buy_discount\":0,\"whole_buy_price\":825},\"compass_identifier\":{\"album_id\":7663019144991736330,\"compass_id\":7663037201421763122},\"compass_playlet_tag\":{},\"cp_center_content_id\":7663017833671953432,\"fanqie_publish_album_id\":7663019144991736330,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":7,\"free_to_paid_episodes\":[1,2,3,4,5,6,7]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786276426,\"mix_ad_info\":{\"copy_right_item_count\":61,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/536aac03ff02180c28615063ebb99fb2\",\"desc\":\"天神殿殿主张岳厌倦杀伐,又逢妻子病逝,所以褪去神位,携女儿张瑶隐居都市。不料女儿在校遭受富二代校园欺凌,这群纨绔背后的家族觊觎张瑶容貌,打算掳走她献给东瀛势力换取资本扶持。得知噩耗,张岳不再隐忍,重启殿主身份强势归来。他接连对抗一众家族,奋力营救女儿,一路横扫外敌,击碎东瀛资本图谋,守护住大夏利益。\",\"name\":\"心界\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7671997361015605274,\"related_names\":[\"心界\"],\"segmentation\":\"心界\",\"series_content_types\":\"\",\"series_form_type\":1,\"series_icp\":\"{\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第382811号\\\",\\\"should_display\\\":true},\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第382811号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7671995970720486451,\"top_item_content_label\":{\"-1\":61},\"total_duration\":4179,\"total_episode\":62,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7671997360968304667/?schema_type=43&object_id=7671997360968304667&from_ssr=1",
"share_weibo_desc": "8.97 H@i.CU 03/18 lcn:/ 我正在看【心界】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "8.43 o@Q.kP 09/13 vfb:/ 我正在看【心界】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "8.97 H@i.CU 03/18 lcn:/ 我正在看【心界】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786276083,
"update_time": 1786448770,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 825,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 825,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第382811号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第382811号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "4488",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "战神回归·62集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 103
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4,
5,
6
],
"rewarded_ads_index": [
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4,5,6],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "心界",
"schema": "aweme://playlet?playlet_id=7671997360968304667"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "心界",
"series_content_types_new": [
{
"series_content_type": 103,
"name": "战神回归",
"jump_schema": ""
},
{
"series_content_type": 142,
"name": "反转打脸",
"jump_schema": ""
}
],
"series_form_type": 1
},
{
"series_id": "7671581789751789609",
"series_name": "短剧 · 狮爪可爱法则",
"cover_url": {
"uri": "tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e",
"url_list": [
"https://p3-sign.douyinpic.com/tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e~tplv-dy-resize-walign-adapt-aq:540:q82.heic?lk3s=f3356eed&x-expires=1787382000&x-signature=IztePShj%2FAaAEDYm2Fvqg%2BX54NE%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72",
"https://p3-sign.douyinpic.com/tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e~tplv-dy-resize-walign-adapt-aq:540:q82.jpeg?lk3s=f3356eed&x-expires=1787382000&x-signature=NI%2BKdjroyTxrdxlxJHeFzNXvluk%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_cover&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"status": {
"status": 2,
"status_desc": "59集全",
"is_collected": 0
},
"stats": {
"play_vv": 24701,
"collect_vv": 189,
"current_episode": 0,
"updated_to_episode": 59,
"total_episode": 59,
"last_added_item_time": 1786179652
},
"desc": "讲述红发少女薇拉被父亲献给古堡“野兽”,却发现对方是长着狮耳狮尾的半兽人塔伦。亲吻可解除诅咒令他化为人形,但偏爱毛茸茸的薇拉反而大失所望。相处中两人渐生情愫,薇拉却因母亲留下的“动情即死”诅咒忍痛离去。她在姨妈指引下破除诅咒、觉醒女巫力量,及时赶回救下被魔法师军队围攻的塔伦,夺回他被夺走的名字。最终两人解开误会,在草原举办婚礼,甜蜜相守。",
"author": {
"uid": "3010877781453635",
"short_id": "63458428825",
"nickname": "甜剧醉人心",
"gender": 0,
"signature": "“精彩还在后面,点赞收藏,下期高能继续!”",
"avatar_larger": {
"uri": "1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_thumb": {
"uri": "100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_medium": {
"uri": "720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.webp?from=4080365293",
"https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"birthday": "",
"is_verified": true,
"follow_status": 0,
"aweme_count": 0,
"following_count": 0,
"follower_count": 0,
"favoriting_count": 0,
"total_favorited": 0,
"is_block": false,
"hide_search": true,
"constellation": 10,
"location": "",
"hide_location": false,
"weibo_verify": "",
"custom_verify": "",
"unique_id": "wurendongge",
"bind_phone": "",
"special_lock": 1,
"need_recommend": 0,
"is_binded_weibo": false,
"weibo_name": "",
"weibo_schema": "",
"weibo_url": "",
"story_open": false,
"story_count": 0,
"has_facebook_token": false,
"has_twitter_token": false,
"fb_expire_time": 0,
"tw_expire_time": 0,
"has_youtube_token": false,
"youtube_expire_time": 0,
"room_id": 0,
"live_verify": 0,
"authority_status": 0,
"verify_info": "",
"shield_follow_notice": 0,
"shield_digg_notice": 0,
"shield_comment_notice": 0,
"school_name": "",
"school_poi_id": "",
"school_type": 0,
"with_commerce_entry": false,
"verification_type": 1,
"enterprise_verify_reason": "寒江钓雪官方账号",
"is_ad_fake": false,
"followers_detail": null,
"region": "",
"account_region": "",
"sync_to_toutiao": 0,
"commerce_user_level": 0,
"live_agreement": 0,
"platform_sync_info": null,
"with_shop_entry": false,
"is_discipline_member": false,
"secret": 0,
"has_orders": false,
"prevent_download": false,
"show_image_bubble": false,
"geofencing": [],
"unique_id_modify_time": 1787211647,
"video_icon": {
"uri": "",
"url_list": [],
"width": 720,
"height": 720
},
"ins_id": "",
"google_account": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"apple_account": 0,
"with_dou_entry": false,
"with_fusion_shop_entry": false,
"is_phone_binded": false,
"accept_private_policy": false,
"twitter_id": "",
"twitter_name": "",
"user_canceled": false,
"has_email": false,
"is_gov_media_vip": false,
"live_agreement_time": 0,
"status": 1,
"create_time": 0,
"avatar_uri": "aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"follower_status": 0,
"neiguang_shield": 0,
"comment_setting": 0,
"duet_setting": 0,
"reflow_page_gid": 0,
"reflow_page_uid": 0,
"user_rate": 1,
"download_setting": -1,
"download_prompt_ts": 0,
"react_setting": 0,
"live_commerce": false,
"cover_url": [
{
"uri": "c8510002be9a3a61aad2",
"url_list": [
"https://p3-sign.douyinpic.com/obj/c8510002be9a3a61aad2?lk3s=f3356eed&x-expires=1788418800&x-signature=dbKo2wlhPwwPBa4l3R4g9XqHq2s%3D&from=4080365293"
],
"width": 720,
"height": 720
}
],
"language": "zh-Hans",
"has_insights": false,
"item_list": null,
"user_mode": 0,
"user_period": 0,
"has_unread_story": false,
"new_story_cover": null,
"is_star": false,
"cv_level": "",
"type_label": null,
"ad_cover_url": null,
"comment_filter_status": 0,
"avatar_168x168": {
"uri": "168x168/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_168x168.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"avatar_300x300": {
"uri": "300x300/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07",
"url_list": [
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.webp?from=4080365293",
"https://p3.douyinpic.com/img/aweme-avatar/tos-cn-i-42ui066tjc_c9d82b16aa31437c9575f758111a6f07~c5_300x300.jpeg?from=4080365293"
],
"width": 720,
"height": 720
},
"relative_users": null,
"cha_list": null,
"sec_uid": "MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK",
"need_points": null,
"homepage_bottom_toast": null,
"aweme_hotsoon_auth": 1,
"aweme_hotsoon_auth_relation": 1,
"can_set_geofencing": null,
"room_id_str": "0",
"white_cover_url": null,
"user_tags": null,
"stitch_setting": 0,
"is_mix_user": true,
"enable_nearby_visible": true,
"ban_user_functions": [],
"aweme_control": {
"can_forward": true,
"can_share": true,
"can_comment": true,
"can_show_comment": true
},
"user_not_show": 1,
"ky_only_predict": 0,
"user_not_see": 0,
"card_entries": null,
"signature_display_lines": 5,
"display_info": null,
"follower_request_status": 0,
"live_status": 0,
"is_not_show": false,
"card_entries_not_display": null,
"card_sort_priority": null,
"show_nearby_active": false,
"interest_tags": null,
"school_id": "",
"school_category": 0,
"search_impr": {
"entity_id": "3010877781453635"
},
"link_item_list": null,
"user_permissions": null,
"offline_info_list": null,
"is_cf": 0,
"is_blocking_v2": false,
"is_blocked_v2": false,
"close_friend_type": 0,
"signature_extra": null,
"max_follower_count": 0,
"personal_tag_list": null,
"cf_list": null,
"im_role_ids": null,
"not_seen_item_id_list": null,
"user_age": -1,
"contacts_status": 2,
"risk_notice_text": "",
"follower_list_secondary_information_struct": null,
"endorsement_info_list": null,
"text_extra": null,
"contrail_list": null,
"data_label_list": null,
"not_seen_item_id_list_v2": null,
"is_ban": false,
"special_people_labels": null,
"special_follow_status": 0,
"familiar_visitor_user": null,
"live_high_value": 0,
"awemehts_greet_info": "",
"avatar_schema_list": null,
"profile_mob_params": null,
"disable_image_comment_saved": 0,
"verification_permission_ids": null,
"batch_unfollow_relation_desc": null,
"batch_unfollow_contain_tabs": null,
"creator_tag_list": null,
"private_relation_list": null,
"mate_relation": {
"mate_status": 0,
"mate_apply_forward": 0,
"mate_apply_reverse": 0
},
"mate_add_permission": 0,
"familiar_confidence": 0,
"mate_count": 0,
"social_real_relation_type": 0,
"identity_labels": null,
"profile_component_disabled": null,
"story_ttl": 0,
"story_interactive": 0,
"house_talent_info": 0,
"allow_story_normal_like": false,
"story25_comment": 0
},
"extra": "{\"ad_strategy\":\"{\\\"32\\\":1}\",\"charge_strategy\":{\"charge_count\":54,\"default_selection\":0,\"discount\":1,\"has_limit_free_episode\":false,\"segment_infos\":[{\"discount\":0.5,\"unlock_count\":10},{\"discount\":0.4,\"unlock_count\":20},{\"discount\":0.3,\"unlock_count\":30},{\"discount\":0.2,\"unlock_count\":54}],\"share_percent\":0,\"support_segment\":true,\"unit_price\":15},\"charge_strategy_new\":{\"attr_collection_id\":7389106507905815588,\"attr_config_detail\":\"{\\\"AppAttrConfigDetailList\\\":[{\\\"AppID\\\":568863,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":1128,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":2329,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":32,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}},{\\\"AppID\\\":8663,\\\"PaidStrategy\\\":1,\\\"IAAConfig\\\":{\\\"ReGetUnLockEpisodes\\\":1,\\\"SingleUnLockEpisodes\\\":1,\\\"ReGetFrequency\\\":4,\\\"ValidWatchDuration\\\":172800000}}],\\\"TrialDuration\\\":{\\\"TrialStartDuration\\\":0,\\\"TrialEndDuration\\\":10000},\\\"attr_collection_type\\\":2,\\\"test_flag\\\":true}\",\"attr_config_version\":1786522494351,\"charge_count\":54,\"charge_episodes\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],\"graded_strategy_infos\":[{\"discount\":0.5,\"end_unlock_threshold\":10,\"start_unlock_threshold\":2},{\"discount\":0.4,\"end_unlock_threshold\":20,\"start_unlock_threshold\":11},{\"discount\":0.3,\"end_unlock_threshold\":30,\"start_unlock_threshold\":21},{\"discount\":0.2,\"end_unlock_threshold\":54,\"start_unlock_threshold\":31}],\"not_allow_single_buy\":false,\"pay_method\":4,\"pre_view_choose_type\":0,\"pre_view_end_time\":0,\"pre_view_start_time\":0,\"product_id\":7671581179698582570,\"promise_publish_episode\":59,\"promise_update_time\":1786633200,\"sale_type\":2,\"support_pre_view\":false,\"support_remain_buy\":false,\"unit_price\":15,\"update_time\":1786522494382,\"whole_buy_discount\":0,\"whole_buy_price\":810},\"compass_identifier\":{\"album_id\":7670845685370520091,\"compass_id\":7670835881493660186},\"compass_playlet_tag\":{},\"cp_center_content_id\":7670844378297928766,\"fanqie_publish_album_id\":7670845685370520091,\"first_reviewed\":1,\"free_to_paid_config\":{\"free_to_paid_count\":5,\"free_to_paid_episodes\":[1,2,3,4,5]},\"iaa_start_time\":-1,\"is_author_set_self_see\":0,\"is_exclusive\":false,\"is_in_trusteeship\":true,\"last_added_item_time\":1786179652,\"mix_ad_info\":{\"copy_right_item_count\":58,\"music_physical_game_count\":0,\"risk_copy_right_item_count\":0},\"next_info\":{\"cover\":\"tos-cn-i-dy/29b8275a9143bf95795354c1e83e783e\",\"desc\":\"讲述红发少女薇拉被父亲献给古堡“野兽”,却发现对方是长着狮耳狮尾的半兽人塔伦。亲吻可解除诅咒令他化为人形,但偏爱毛茸茸的薇拉反而大失所望。相处中两人渐生情愫,薇拉却因母亲留下的“动情即死”诅咒忍痛离去。她在姨妈指引下破除诅咒、觉醒女巫力量,及时赶回救下被魔法师军队围攻的塔伦,夺回他被夺走的名字。最终两人解开误会,在草原举办婚礼,甜蜜相守。\",\"name\":\"狮爪可爱法则\"},\"old_link_incompatibility\":0,\"org_info\":\"{\\\"OrgID\\\":7641519980831333438,\\\"OrgName\\\":\\\"嘉兴丰食记文化传媒有限公司\\\"}\",\"playlet_control\":[600,601,602,603,304],\"related_id\":7671581789976365110,\"related_names\":[\"狮爪可爱法则\"],\"segmentation\":\"狮 爪 可爱 法则\",\"series_content_types\":\"\",\"series_eco_feature\":{\"post_quality_rank\":0,\"pre_quality_rank\":3,\"pre_quality_rank_revised\":3,\"quality_rank\":3},\"series_form_type\":1,\"series_icp\":\"{\\\"1128\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第422639号\\\",\\\"should_display\\\":true},\\\"32\\\":{\\\"record_number\\\":\\\"(抖音)网微剧备字(2026)第422639号\\\",\\\"should_display\\\":true}}\",\"settlement_info\":{\"settlement_type\":2},\"source\":4,\"spu_id\":7671581179698582570,\"top_item_content_label\":{\"-1\":58},\"total_duration\":2959,\"total_episode\":59,\"update_mode\":2,\"vip_start_time\":0}",
"share_info": {
"share_url": "https://www.iesdouyin.com/share/playlet/detail/7671581789751789609/?schema_type=43&object_id=7671581789751789609&from_ssr=1",
"share_weibo_desc": "6.92 zte:/ 07/30 T@Y.MW 我正在看【狮爪可爱法则】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_desc": "5.17 y@G.iP 11/15 dAT:/ 我正在看【狮爪可爱法则】 长按复制此条消息,去抖音搜索,和我一起看短剧~",
"share_title": "这么有趣的短剧,不能只有我一个人知道吧",
"share_title_myself": "",
"share_title_other": "",
"share_desc_info": "6.92 zte:/ 07/30 T@Y.MW 我正在看【狮爪可爱法则】 长按复制此条消息,去抖音搜索,和我一起看短剧~"
},
"series_type": 10,
"create_time": 1786179325,
"update_time": 1786669574,
"ids": [],
"series_content_types": [
{
"series_content_type": 124,
"name": "其他"
}
],
"directors": [],
"actors": [],
"watched_item": "",
"series_rank_info": {},
"is_charge_series": 0,
"series_price": 810,
"is_exclusive": false,
"recommend_color": null,
"charge_strategy": {
"is_charge": 1,
"total_price": 810,
"support_segment_unlock": true,
"unit_price": 15,
"discount_threshold": 5,
"has_paid_episodes": 0
},
"is_iaa": 0,
"series_icp": {
"horizonal_pos": {
"x_pos": 16,
"y_pos": 12
},
"vertical_pos": {
"x_pos": 16,
"y_pos": 90
},
"font_color": "#D8D8D8",
"font_size": 11,
"start_time_sec": 2,
"disappear_time_sec": 5,
"icp_number": "(抖音)网微剧备字(2026)第422639号",
"card_pos": {
"x_pos": 8,
"y_pos": 8
},
"icp_number_split": "(抖音)网微剧备字\n(2026)第422639号",
"card_font_size": 9
},
"series_ui_config": {
"collection_button": {
"text": "收藏短剧"
},
"paid_series_vip_entrance_config": {
"unblock_ad_buttons": [],
"block_ad_buttons": [],
"upper_right_buttons": []
},
"series_ad_page_entrance_config": {},
"general_position_tag_infos": [
{
"tag_position": 903,
"general_tag_infos": [
{
"tag_style": {
"background_colors": null,
"corner_radius": 0,
"padding": null,
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_icon": {
"icon": {
"uri": "tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/92d97dd656934bd7a082c974e4e1ed51?lk3s=f3356eed&x-expires=1787230800&x-signature=stJl20b4%2FP9t52W3ixWtO61vt%2F8%3D&from=4080365293"
],
"width": 720,
"height": 720
},
"width": 16,
"height": 16,
"css_style": "{\"width\":\"16px\",\"height\":\"16px\"}",
"css_style_dark": "{\"width\":\"16px\",\"height\":\"16px\"}"
},
"custom_style": 1
},
{
"tag_text": {
"text": "2.5万",
"text_size": 12,
"text_color": "{\"color\":\"FFFFFF\",\"alpha\":\"FF\"}",
"css_style": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}",
"css_style_dark": "{\"fontFamily\":\"PingFang SC\",\"fontWeight\":500,\"fontStyle\":\"Medium\",\"fontSize\":\"12px\",\"color\":\"#fff\"}"
},
"custom_style": 0
}
],
"tag_id": 5001,
"gap_between_icon_and_text": 1
}
]
},
{
"tag_position": 905,
"general_tag_infos": [
{
"tag_style": {
"background_colors": [],
"corner_radius": 0,
"padding": [
0,
1.5,
0,
1.5
],
"colors_direction": 0
},
"tag_priority": 10,
"tag_custom_item_infos": [
{
"tag_text": {
"text": "奇幻脑洞·59集全",
"text_size": 12,
"text_color": "{\"color\":\"#FFFFFF\",\"alpha\":\"99\"}",
"css_style": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#16182399\"}",
"css_style_dark": "{\"font-family\":\"PingFang SC\",\"font-weight\":\"400\",\"font-style\":\"Regular\",\"font-size\":\"12px\",\"line-height\":\"17px\",\"color\":\"#FFFFFF99\"}"
},
"custom_style": 0
}
],
"tag_id": 119
}
]
}
],
"series_bar_button_infos": [
{
"button_text": "下一集",
"click_type": 2,
"condition_material_types": [
101
]
},
{
"button_text": "观看完整正片",
"click_type": 0,
"condition_material_types": [
102,
103,
104,
105,
106,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211
]
}
]
},
"series_paid_type_list": [
7
],
"ad_setting_info": {
"mid_ads_index": [
1,
2,
3,
4
],
"rewarded_ads_index": [
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59
],
"biz_extra": "{\"calculate_from\":\"default\",\"is_enter_from_widget\":false,\"mid_ad_index\":[1,2,3,4],\"packer_mnt_type\":0,\"paid_start_episode\":0}"
},
"paid_episodes": null,
"series_bar_tag_info": {
"icon_for_bar": {
"uri": "tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-jm8ajry58r/7859b48521718685fefd4f32c72ac2ae.png?lk3s=f3356eed&x-expires=1787382000&x-signature=OhsfZz0CdsJN8ltTC7e%2B95CDe30%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_bar_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"width": 26,
"height": 16
},
"series_comment_top_bar": {
"pre_title": "免费去看短剧:",
"sub_title": "狮爪可爱法则",
"schema": "aweme://playlet?playlet_id=7671581789751789609"
},
"rights_info": {
"has_paid": false
},
"enable_use_new_ent_data": true,
"content_sub_type": 0,
"series_interactive": {
"enable_config": false,
"interactive_config": {
"hide_recommendation_module": false,
"hide_intro_card": false,
"hide_intro_card_tags": false,
"hide_intro_card_details_module": false,
"hide_desk_guide": false,
"recommendation_module_title_copy": "短剧推荐",
"more_series_module_copy": "更多短剧",
"collection_button_copy": "收藏短剧",
"unlock_button_copy": "解锁全集",
"hide_more_series_module": false,
"hide_more_series_bottom_btn": false,
"hide_find_top_tab": false,
"display_detail_edit_button": false
}
},
"dark_icon_url": {
"uri": "tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/f6bfed05d3354fbd86127c49c563a197?lk3s=f3356eed&x-expires=1787230800&x-signature=v9884erBEiW3LUbNoQPE3ebHHwA%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_icon_dark&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"light_icon_url": {
"uri": "tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922",
"url_list": [
"https://p3-sign.douyinpic.com/obj/tos-cn-i-30241dr4mi/7a9045c4c66541d6922c8aadf2094922?lk3s=f3356eed&x-expires=1787230800&x-signature=9WR3XJPiZbI6aGjB803oWuNBTo8%3D&from=4080365293&s=PackSourceEnum_SERIES_PUBLISH&se=false&sc=series_light_icon&biz_tag=aweme_series&l=20260820154046BE8C34D947B253FDEA72"
],
"width": 720,
"height": 720
},
"real_name": "狮爪可爱法则",
"series_content_types_new": [
{
"series_content_type": 119,
"name": "奇幻脑洞",
"jump_schema": ""
},
{
"series_content_type": 143,
"name": "高糖纯爱",
"jump_schema": ""
}
],
"series_form_type": 1
}
],
"status_code": 0,
"status_msg": "",
"cursor": 1786179325,
"has_more": 1,
"total": 194,
"extra": {
"fatal_item_ids": [],
"logid": "20260820154046BE8C34D947B253FDEA72",
"now": 1787211647000
},
"log_pb": {
"impr_id": "20260820154046BE8C34D947B253FDEA72"
}
},
"requestId": "2c59c78f-a0fc-4adc-8201-d801a05b8412"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}🪙1 credit每次请求
Copy for AI
🤖 让 AI 帮你写调用代码
点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。
授权
查询参数
用户id,(user_id与sec_user_id二选一)
示例:
"3010877781453635"
用户sec_user_id,(user_id与sec_user_id二选一)
示例:
"MS4wLjABAAAAfAU5kMk-W4569G1z2iRsy8t6-kOxO17Eaz6yte4NQokeUeOpeqTGEc480e34O8lK"
翻页游标,默认为0,从上一次响应中的cursor获取,第一页为0
响应
请求成功
The response is of type object.
⌘I

