资讯 文档
技术能力
语音技术
文字识别
人脸与人体
图像技术
语言与知识
视频技术

百度百科

组件描述

百度百科组件可以通过输入的词条内容或词条id查询到详细的相关的百科的内容。

使用方式:组件、API

计费方式:详情可见组件计费

API使用

接口定义

URL https://appbuilder.baidu.com/v2/baike/lemma/get_content
Method GET
Content-Type application/json
Authorization 请求签名(Bearer <AppBuilder API Key>)
X-Appbuilder-Request-Id 非必填。uuid。填写后方便追踪问题。

请求参数定义

字段 类型 是否必填 说明
search_type str 检索类型。
可选值:
lemmaTitle: 按百科词条名
lemmaId: 按百科词条ID
search_key str 检索关键字。与searchType对应的检索条件

请求示例

curl -XGET \
  --location 'https://appbuilder.baidu.com/v2/baike/lemma/get_content?search_type=lemmaTitle&search_key=刘德华' \
  --header 'Authorization: xxxxxx' \
  --header 'Content-Type: application/json'
  --header 'X-Appbuilder-Request-Id: xxxxxx'

响应体定义

异常响应会有响应码code

字段 类型 是否必填 说明
request_id str 请求ID
code str 0 表示成功,其他都是异常
message str 错误消息
result 义项内容

正常响应,返回词条内容体如下

LemmaContentByIdResponseData 定义

字段 类型 是否必填 说明
lemma_id int 词条ID
lemma_title str 词条名
lemma_desc str 义项描述
url str 词条页URL;移动设备支持自动适配
summary str 词条摘要(优先提取概述,无概述时提取正文前n个字,不超过400字节)
pic_url str 概述图片URL
videos List 视频列表
relations List 关系列表

LemmaContentVideoData 定义

字段 类型 是否必填 说明
second_id int 秒懂ID
cover_pic_url str 封面原图
second_title str 秒懂词条名
page_url str 视频播放页URL

LemmaRelationData 定义

字段 类型 是否必填 说明
lemma_title str 客体词条名
lemma_id int 客体词条ID
relation_name str 关系名
square_pic_url str 客体词条方图

响应示例

{
    "request_id": "7d932904-be53-456b-8783-efb0d8c9dc0c",
    "result": {
        "content_plain": null,
        "lemma_desc": "华语影视男演员、流行乐歌手、电影制片人、作词人",
        "lemma_id": 114923,
        "lemma_title": "刘德华",
        "pic_url": "https://bkimg.cdn.bcebos.com/pic/bd315c6034a85edf8db1a7cc510c1e23dd54574edf9e",
        "relations": [
            {
                "lemma_id": 63815079,
                "lemma_title": "朱丽蒨",
                "relation_name": "妻子",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/a044ad345982b2b7d0a25312c6f7dcef76094a362de8?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5893508,
                "lemma_title": "刘向蕙",
                "relation_name": "女儿",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9358d109b3de9c82d158c38213db970a19d8bc3ee53e?x-bce-process=image/resize,m_fill,w_2000,h_2000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 63755788,
                "lemma_title": "刘礼",
                "relation_name": "父亲",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5366d0160924ab18972b6b4432a2f1cd7b899e519d32?x-bce-process=image/resize,m_fill,w_621,h_621,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 30106,
                "lemma_title": "刘德盛",
                "relation_name": "弟弟",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c83d70cf3bc79f3df8dcdd5926e9da11728b47108308?x-bce-process=image/resize,m_fill,w_562,h_562,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10728889,
                "lemma_title": "喻可欣",
                "relation_name": "前女友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4e4a20a4462309f7905266b957541bf3d7ca7bcb785f?x-bce-process=image/resize,m_fill,w_889,h_889,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 803293,
                "lemma_title": "叶德娴",
                "relation_name": "义母",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/fcfaaf51f3deb48f8c5453b142542d292df5e0fed202?x-bce-process=image/resize,m_fill,w_1200,h_1200,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3564633,
                "lemma_title": "许曦文",
                "relation_name": "义女",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8326cffc1e178a82b90170fc5959648da9773912426e?x-bce-process=image/resize,m_fill,w_797,h_797,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 379771,
                "lemma_title": "林家栋",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0b55b319ebc4b74543a992511ba409178a82b901bf66?x-bce-process=image/resize,m_fill,w_1855,h_1855,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 172898,
                "lemma_title": "林志玲",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/242dd42a2834349b033bb5c784b202ce36d3d5391062?x-bce-process=image/resize,m_fill,w_390,h_390,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8624953,
                "lemma_title": "泰迪·罗宾",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9213b07eca8065380cd74dd8e485b644ad34588224fd?x-bce-process=image/resize,m_fill,w_858,h_858,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 351448,
                "lemma_title": "金城武",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/bba1cd11728b4710b912f618b396d4fdfc0393458595?x-bce-process=image/resize,m_fill,w_640,h_640,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 380189,
                "lemma_title": "白龙王",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d043ad4bd11373f082026af401555cfbfbedab64ae1c?x-bce-process=image/resize,m_fill,w_777,h_777,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 230174,
                "lemma_title": "梅艳芳",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/71cf3bc79f3df8dcd1001f21c943658b4710b912827b?x-bce-process=image/resize,m_fill,w_600,h_600,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 13707,
                "lemma_title": "李克勤",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cb8065380cd7912397dd72e4d3604e82b2b7d0a22a5c?x-bce-process=image/resize,m_fill,w_2080,h_2080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 7628446,
                "lemma_title": "戴蕴慧",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/91529822720e0cf3d7cad6017010e51fbe096a637c88?x-bce-process=image/resize,m_fill,w_485,h_485,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1083850,
                "lemma_title": "容祖儿",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e1fe9925bc315c6034a8d44075e8dc1349540923d950?x-bce-process=image/resize,m_fill,w_2000,h_2000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 40464,
                "lemma_title": "王宝强",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/77c6a7efce1b9d16fdfa76216f87a38f8c5494eece63?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 343648,
                "lemma_title": "关之琳",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6609c93d70cf3bc79f3d43e93d52ada1cd11728bfc21?x-bce-process=image/resize,m_fill,w_1920,h_1920,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 325723,
                "lemma_title": "郑秀文",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/500fd9f9d72a6059252da821936e239b033b5bb50ccf?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 207736,
                "lemma_title": "莫文蔚",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cefc1e178a82b9014a906a7b3dd5be773912b31b4178?x-bce-process=image/resize,m_fill,w_1100,h_1100,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 146910,
                "lemma_title": "刘若英",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6d81800a19d8bc3eb135c4381fd3b11ea8d3fc1fefb2?x-bce-process=image/resize,m_fill,w_1733,h_1733,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 316282,
                "lemma_title": "舒淇",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/42a98226cffc1e178a825d144ecae103738da97743d9?x-bce-process=image/resize,m_fill,w_2200,h_2200,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 299574,
                "lemma_title": "杨丞琳",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/aa18972bd40735fae6cd4a5d060818b30f2443a7a284?x-bce-process=image/resize,m_fill,w_784,h_784,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 373404,
                "lemma_title": "任达华",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6d81800a19d8bc3eb135048ddfc1b11ea8d3fd1fef68?x-bce-process=image/resize,m_fill,w_3705,h_3705,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 239949,
                "lemma_title": "古巨基",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d058ccbf6c81800a19d83b04ba6224fa828ba61ee938?x-bce-process=image/resize,m_fill,w_950,h_950,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 19153,
                "lemma_title": "陈晓东",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/bd315c6034a85edf8db1be1d460d1e23dd54564edfce?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 453469,
                "lemma_title": "孙耀威",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8ad4b31c8701a18b87d65e2c1c77100828381f305005?x-bce-process=image/resize,m_fill,w_434,h_434,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5866663,
                "lemma_title": "陈耀川",
                "relation_name": "好友",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/359b033b5bb5c9ea15ce88fe556fa1003af33a87152d?x-bce-process=image/resize,m_fill,w_355,h_355,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 373197,
                "lemma_title": "谢君豪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6d81800a19d8bc3eb135b99f88ddb11ea8d3fd1fef12?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2459529,
                "lemma_title": "王菀之",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2cf5e0fe9925bc319693fad45cdf8db1ca1370b4?x-bce-process=image/resize,m_fill,w_380,h_380,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 57698164,
                "lemma_title": "王丹妮",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b999a9014c086e061d956f7ea3466cf40ad162d95dfd?x-bce-process=image/resize,m_fill,w_550,h_550,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6353405,
                "lemma_title": "张子枫",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0824ab18972bd40735fac143dac089510fb30f24a37e?x-bce-process=image/resize,m_fill,w_993,h_993,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 19341688,
                "lemma_title": "屈楚萧",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5fdf8db1cb1349540923f6cd0a178558d109b3dedc5b?x-bce-process=image/resize,m_fill,w_3654,h_3654,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10796,
                "lemma_title": "刘涛",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/50da81cb39dbb6fd5266c10ab876bc18972bd40799c7?x-bce-process=image/resize,m_fill,w_1641,h_1641,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 16200572,
                "lemma_title": "郭晓东",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6f061d950a7b02087bf48d26e083e5d3572c10df62fb?x-bce-process=image/resize,m_fill,w_2160,h_2160,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3532822,
                "lemma_title": "蒋梦婕",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/34fae6cd7b899e510fb3704a0fffce33c895d143a76f?x-bce-process=image/resize,m_fill,w_3000,h_3000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5856721,
                "lemma_title": "单立文",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/09fa513d269759ee3d6d63e156a154166d224f4a71dc?x-bce-process=image/resize,m_fill,w_2560,h_2560,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 22046844,
                "lemma_title": "瑞玛席丹",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/caef76094b36acaf2edd145dda8f9a1001e939013641?x-bce-process=image/resize,m_fill,w_800,h_800,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 7222289,
                "lemma_title": "宁浩",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2f738bd4b31c87012c5afecd2a7f9e2f0708ff29?x-bce-process=image/resize,m_fill,w_423,h_423,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 871070,
                "lemma_title": "林熙蕾",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0b55b319ebc4b74543a91d858aa409178a82b901bf52?x-bce-process=image/resize,m_fill,w_585,h_585,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 221286,
                "lemma_title": "梁家辉",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/342ac65c10385343fbf27eadee59a77eca80643822ae?x-bce-process=image/resize,m_fill,w_2671,h_2671,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 168480,
                "lemma_title": "梁朝伟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/bd315c6034a85edf46fc085446540923dd547551?x-bce-process=image/resize,m_fill,w_1874,h_1874,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 376383,
                "lemma_title": "苗侨伟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b21bb051f81986189b15863549ed2e738bd4e635?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10966877,
                "lemma_title": "杨子姗",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/060828381f30e924b8995cfd415f79061d950b7b59fd?x-bce-process=image/resize,m_fill,w_3840,h_3840,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 551087,
                "lemma_title": "吴倩莲",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d01373f082025aafa40faf1008a2bc64034f79f0ac92?x-bce-process=image/resize,m_fill,w_780,h_780,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 65097,
                "lemma_title": "陈淑兰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/14ce36d3d539b6003af3701a1109222ac65c1038195e?x-bce-process=image/resize,m_fill,w_1448,h_1448,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3962549,
                "lemma_title": "释行宇",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/37d3d539b6003af33a87e1530e73d15c1038534318f5?x-bce-process=image/resize,m_fill,w_620,h_620,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1016535,
                "lemma_title": "罗芙洛",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b90e7bec54e736d12f2e1ba65d0758c2d5628535c35f?x-bce-process=image/resize,m_fill,w_3044,h_3044,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6305364,
                "lemma_title": "吴若甫",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/37d12f2eb9389b504fc2e13ab279f2dde71190efc00d?x-bce-process=image/resize,m_fill,w_640,h_640,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8697886,
                "lemma_title": "卢敏仪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9a504fc2d5628535e5ddd39eaab761c6a7efce1bc54e?x-bce-process=image/resize,m_fill,w_3840,h_3840,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 271810,
                "lemma_title": "蒙嘉慧",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8c1001e93901213f2ebf9e0656e736d12e2e9558?x-bce-process=image/resize,m_fill,w_339,h_339,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 27266,
                "lemma_title": "陈玉莲",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c83d70cf3bc79f3df8dcdf7020f9da11728b47108361?x-bce-process=image/resize,m_fill,w_362,h_362,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 966964,
                "lemma_title": "钟楚红",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/64380cd7912397dda144a86b14d1a5b7d0a20cf4291b?x-bce-process=image/resize,m_fill,w_600,h_600,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6334116,
                "lemma_title": "陈建州",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/faedab64034f78f0f7367b1870661d55b319eac4b69b?x-bce-process=image/resize,m_fill,w_667,h_667,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8610,
                "lemma_title": "胡军",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/eac4b74543a98226cffc3c054edaae014a90f603bdc3?x-bce-process=image/resize,m_fill,w_2048,h_2048,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 7058141,
                "lemma_title": "郭帆",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5fdf8db1cb1349540923f66a0a188558d109b3dedc3d?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 23266649,
                "lemma_title": "鄂靖文",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/a1ec08fa513d269759eed0ce79a1a5fb43166d227257?x-bce-process=image/resize,m_fill,w_782,h_782,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 687504,
                "lemma_title": "万茜",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/30adcbef76094b36acaf3724e0806bd98d1000e937ec?x-bce-process=image/resize,m_fill,w_1339,h_1339,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1052179,
                "lemma_title": "季天笙",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d009b3de9c82d158ccbf25dbc65f0ed8bc3eb135e406?x-bce-process=image/resize,m_fill,w_1072,h_1072,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3509139,
                "lemma_title": "符钰晶",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e824b899a9014c086e062ddedf2915087bf40ad15e37?x-bce-process=image/resize,m_fill,w_640,h_640,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4912545,
                "lemma_title": "程怡",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9f510fb30f2442a7d933d37b6509ba4bd11372f0a491?x-bce-process=image/resize,m_fill,w_3840,h_3840,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 16475,
                "lemma_title": "刘伟强",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/203fb80e7bec54e736d1465447718c504fc2d5623c6d?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 12017376,
                "lemma_title": "董颖",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cf1b9d16fdfaaf5173efb26e865494eef11f7ad6?x-bce-process=image/resize,m_fill,w_400,h_400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1643776,
                "lemma_title": "吴家丽",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/622762d0f703918facad1cb65f3d269759eec449?x-bce-process=image/resize,m_fill,w_975,h_975,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 12081,
                "lemma_title": "蒋家骏",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/f11f3a292df5e0fe1a4dacd1596034a85fdf728c?x-bce-process=image/resize,m_fill,w_533,h_533,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6110953,
                "lemma_title": "邱礼涛",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/f392492c709e1b8e8a139981?x-bce-process=image/resize,m_fill,w_480,h_480,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8956027,
                "lemma_title": "鞠觉亮",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/55e736d12f2eb93805e293c1dc628535e5dd6f72?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2967852,
                "lemma_title": "萧红梅",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d000baa1cd11728b47101e9ecea6d4cec3fdfc03864f?x-bce-process=image/resize,m_fill,w_1312,h_1312,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4954802,
                "lemma_title": "朱海玲",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8d5494eef01f3a292df51a1d1a7fab315c6035a8d697?x-bce-process=image/resize,m_fill,w_866,h_866,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 50246,
                "lemma_title": "高枫",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0d338744ebf81a4c510f40b34d727759252dd42a080a?x-bce-process=image/resize,m_fill,w_580,h_580,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8765075,
                "lemma_title": "石田纯一",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/bd3eb13533fa828ba61e1f8f1d565634970a304eec0f?x-bce-process=image/resize,m_fill,w_2026,h_2026,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3811673,
                "lemma_title": "余文浚",
                "relation_name": "搭档",
                "square_pic_url": "https://baikebcs.bdimg.com/front-end/swanapp-baike/lemmaRelation/defalut-avator-human-relation.png"
            },
            {
                "lemma_id": 305410,
                "lemma_title": "彭于晏",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b8389b504fc2d5624bbe5517ef1190ef77c66c92?x-bce-process=image/resize,m_fill,w_1200,h_1200,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4388356,
                "lemma_title": "刘雅瑟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/500fd9f9d72a6059252d1a2c416c239b033b5bb50cf6?x-bce-process=image/resize,m_fill,w_536,h_536,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 18363,
                "lemma_title": "林雪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cefc1e178a82b9014a90537736d4be773912b31b4167?x-bce-process=image/resize,m_fill,w_986,h_986,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8749868,
                "lemma_title": "马斯晨",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8694a4c27d1ed21b0ef4d9585537cac451da81cb914e?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 9826232,
                "lemma_title": "潘宏彬",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b999a9014c086e061d953ed2d0506cf40ad163d95dab?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6599906,
                "lemma_title": "周家怡",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/aa64034f78f0f736ea8dd02e0355b319ebc413a9?x-bce-process=image/resize,m_fill,w_575,h_575,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 374462,
                "lemma_title": "方中信",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/bd315c6034a85edf8db12e67d60c1e23dd54564edf64?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 176132,
                "lemma_title": "蔡卓妍",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/63d9f2d3572c11dfa9ecfc23fa7575d0f703918f642a?x-bce-process=image/resize,m_fill,w_1644,h_1644,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 373607,
                "lemma_title": "王家卫",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/242dd42a2834349b033b032d2ab302ce36d3d539105b?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 9318886,
                "lemma_title": "黄佩霞",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4bed2e738bd4b31c87015262818c307f9e2f060852ed?x-bce-process=image/resize,m_fill,w_2048,h_2048,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 323034,
                "lemma_title": "秦豪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/908fa0ec08fa513d2697123df03542fbb2fb42167385?x-bce-process=image/resize,m_fill,w_992,h_992,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5329669,
                "lemma_title": "萧笙",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5882b2b7d0a20cf431ad1fe2f2535c36acaf2edd33c1?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 22637,
                "lemma_title": "杜娟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cf1b9d16fdfaaf51f3de618a2e0283eef01f3a29ccf5?x-bce-process=image/resize,m_fill,w_1078,h_1078,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 172817,
                "lemma_title": "徐熙媛",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/50da81cb39dbb6fd5266810a787cbc18972bd40799dd?x-bce-process=image/resize,m_fill,w_1800,h_1800,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 996060,
                "lemma_title": "天心",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2fdda3cc7cd98d1001e9e5bfa46aaf0e7bec55e73abd?x-bce-process=image/resize,m_fill,w_4000,h_4000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 27674,
                "lemma_title": "陈道明",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/77094b36acaf2edda3cc5935b44816e93901203f35ed?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1582006,
                "lemma_title": "郭冬临",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/3812b31bb051f8192318553bd9b44aed2e73e786?x-bce-process=image/resize,m_fill,w_480,h_480,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8896262,
                "lemma_title": "陈家乐",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e7cd7b899e510fb30f2483f0d560df95d143ad4ba603?x-bce-process=image/resize,m_fill,w_1600,h_1600,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5503478,
                "lemma_title": "赵文浩",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/738b4710b912c8fcc3ceb685c7548545d688d43f8b66?x-bce-process=image/resize,m_fill,w_2106,h_2106,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 202569,
                "lemma_title": "李连杰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/38dbb6fd5266d01609244cd74a73c30735fae7cd9f81?x-bce-process=image/resize,m_fill,w_1920,h_1920,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1274617,
                "lemma_title": "罗美薇",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0ff41bd5ad6eddc451da5bd2dd81a1fd5266d01695dd?x-bce-process=image/resize,m_fill,w_2060,h_2060,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 190789,
                "lemma_title": "姚晨",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/902397dda144ad345982e82f2afa1bf431adcbef2f58?x-bce-process=image/resize,m_fill,w_1072,h_1072,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 261975,
                "lemma_title": "高圆圆",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/902397dda144ad34221757fcdda20cf431ad8525?x-bce-process=image/resize,m_fill,w_802,h_802,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 589702,
                "lemma_title": "常盘贵子",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/241f95cad1c8a786c917f6f57f50de3d70cf3ac7fa8d?x-bce-process=image/resize,m_fill,w_641,h_641,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 24849,
                "lemma_title": "倪妮",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9f2f070828381f30e92493e37f535b086e061d955a64?x-bce-process=image/resize,m_fill,w_1533,h_1533,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8780156,
                "lemma_title": "刘江",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0dd7912397dda144c146a8bbbdb7d0a20cf48668?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 844141,
                "lemma_title": "景甜",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/00e93901213fb80e7bec8e73bd82382eb9389b503e41?x-bce-process=image/resize,m_fill,w_2592,h_2592,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 12194,
                "lemma_title": "谢苗",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0823dd54564e9258d109034b47d8c658ccbf6c81e059?x-bce-process=image/resize,m_fill,w_960,h_960,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 332999,
                "lemma_title": "刘嘉玲",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7acb0a46f21fbe096b639e36af381b338744ebf807c2?x-bce-process=image/resize,m_fill,w_828,h_828,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 324247,
                "lemma_title": "郑伊健",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/14ce36d3d539b6003af3534d3009222ac65c1138198d?x-bce-process=image/resize,m_fill,w_2741,h_2741,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 829440,
                "lemma_title": "文咏珊",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cc11728b4710b912c8fc524cdda5eb039245d6888473?x-bce-process=image/resize,m_fill,w_2000,h_2000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 146489,
                "lemma_title": "巩俐",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6159252dd42a2834349b3a975aefdeea15ce37d311af?x-bce-process=image/resize,m_fill,w_1778,h_1778,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2794873,
                "lemma_title": "佟丽娅",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2cf5e0fe9925bc315c60bff8a88e9ab1cb134954da0b?x-bce-process=image/resize,m_fill,w_2000,h_2000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2248736,
                "lemma_title": "姜皓文",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0824ab18972bd407755c75a375899e510eb309d0?x-bce-process=image/resize,m_fill,w_958,h_958,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6597,
                "lemma_title": "黄晓明",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/bf096b63f6246b600c33c64d05a20d4c510fd9f904cd?x-bce-process=image/resize,m_fill,w_621,h_621,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 7175785,
                "lemma_title": "宋佳",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cc11728b4710b912c8fcf080bfadeb039245d6888437?x-bce-process=image/resize,m_fill,w_2279,h_2279,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1233075,
                "lemma_title": "王馥荔",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8644ebf81a4c510fd9f94b43f801322dd42a28340f6b?x-bce-process=image/resize,m_fill,w_322,h_322,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1662721,
                "lemma_title": "汤镇业",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/11385343fbf2b21193138ecfc7d772380cd7902320a1?x-bce-process=image/resize,m_fill,w_800,h_800,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1260954,
                "lemma_title": "李雪健",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8644ebf81a4c510fd9f917fb140e322dd42a29340f80?x-bce-process=image/resize,m_fill,w_383,h_383,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 512623,
                "lemma_title": "袁立",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0df431adcbef76094b36e3432287b4cc7cd98c1030ef?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5353812,
                "lemma_title": "王祖蓝",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/810a19d8bc3eb13533fa479e7646bfd3fd1f4134eec7?x-bce-process=image/resize,m_fill,w_1333,h_1333,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5401220,
                "lemma_title": "陈惠敏",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7a899e510fb30f2442a783acbccdc643ad4bd113a55e?x-bce-process=image/resize,m_fill,w_474,h_474,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 805488,
                "lemma_title": "钟丽缇",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/242dd42a2834349b033b452dd4a002ce36d3d539104b?x-bce-process=image/resize,m_fill,w_900,h_900,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 592659,
                "lemma_title": "袁咏仪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2f738bd4b31c8701a18b183c7c27892f0708293851ea?x-bce-process=image/resize,m_fill,w_658,h_658,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 150307,
                "lemma_title": "徐静蕾",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/91ef76c6a7efce1b9d16de6afe1ae4deb48f8c54cf72?x-bce-process=image/resize,m_fill,w_640,h_640,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 224061,
                "lemma_title": "林嘉欣",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/1c950a7b02087bf40ad1bf64df8b402c11dfa8ec61bf?x-bce-process=image/resize,m_fill,w_600,h_600,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3113121,
                "lemma_title": "吴大维",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/08f790529822720e689a06e471cb0a46f21fab5c?x-bce-process=image/resize,m_fill,w_665,h_665,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 316479,
                "lemma_title": "王祖贤",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/dc54564e9258d109b3de5f3e1800dbbf6c81810ae7bc?x-bce-process=image/resize,m_fill,w_597,h_597,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 30471,
                "lemma_title": "黄轩",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9c16fdfaaf51f3deb48fae17c2b8e71f3a292df5d330?x-bce-process=image/resize,m_fill,w_989,h_989,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5894,
                "lemma_title": "郭涛",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9f2f070828381f30e92452a4be565b086e061d955a3c?x-bce-process=image/resize,m_fill,w_1214,h_1214,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 67132,
                "lemma_title": "王羽",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/42a98226cffc1e178a82230804dae103738da97743fd?x-bce-process=image/resize,m_fill,w_533,h_533,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5490740,
                "lemma_title": "应采儿",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6c224f4a20a4462309f7ade67d78650e0cf3d6ca79a6?x-bce-process=image/resize,m_fill,w_1015,h_1015,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8699,
                "lemma_title": "王志文",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7a899e510fb30f24d2a88cf7ca95d143ad4b0317?x-bce-process=image/resize,m_fill,w_528,h_528,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1340219,
                "lemma_title": "李丽珍",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4bed2e738bd4b31c8701a49d738e307f9e2f070852c6?x-bce-process=image/resize,m_fill,w_683,h_683,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 135935,
                "lemma_title": "赵雅芝",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/472309f790529822720e84fd4a936ccb0a46f21f7ec1?x-bce-process=image/resize,m_fill,w_2400,h_2400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6223908,
                "lemma_title": "杨祐宁",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c8177f3e6709c93d70cf6cfad165efdcd100baa1fe3c?x-bce-process=image/resize,m_fill,w_1000,h_1000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 340391,
                "lemma_title": "李嘉欣",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7aec54e736d12f2eb9384726c292c2628535e5ddc26e?x-bce-process=image/resize,m_fill,w_2533,h_2533,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 11999949,
                "lemma_title": "张敏",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e824b899a9014c086e063cadee2215087bf40ad15e3b?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 25438,
                "lemma_title": "刘青云",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4610b912c8fcc3cec3fda701c41fc188d43f87948af5?x-bce-process=image/resize,m_fill,w_845,h_845,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 804705,
                "lemma_title": "张慧仪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/09fa513d269759ee3d6dbbe09ea354166d224f4a71dd?x-bce-process=image/resize,m_fill,w_1066,h_1066,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4214511,
                "lemma_title": "马特·达蒙",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5bafa40f4bfbfbedab641bcbbaa8e036afc37931b175?x-bce-process=image/resize,m_fill,w_880,h_880,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 506864,
                "lemma_title": "黄秋生",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6609c93d70cf3bc79f3dcd76a358ada1cd11738bfcab?x-bce-process=image/resize,m_fill,w_1856,h_1856,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10617,
                "lemma_title": "朱茵",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6609c93d70cf3bc79f3d95d3eb59ada1cd11728bfcc1?x-bce-process=image/resize,m_fill,w_694,h_694,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 239966,
                "lemma_title": "陈嘉桦",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/64380cd7912397dddd424cd55782b2b7d0a2872c?x-bce-process=image/resize,m_fill,w_1548,h_1548,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 14133,
                "lemma_title": "石兆琪",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/a9d3fd1f4134970a304ed5933980c6c8a786c917f77e?x-bce-process=image/resize,m_fill,w_580,h_580,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 375588,
                "lemma_title": "吕良伟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/aa64034f78f0f736afc34afaa101a419ebc4b645b5b6?x-bce-process=image/resize,m_fill,w_400,h_400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 443261,
                "lemma_title": "林青霞",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/21a4462309f790529822bc785aaac0ca7bcb0a467f79?x-bce-process=image/resize,m_fill,w_960,h_960,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 298879,
                "lemma_title": "林保怡",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c2fdfc039245d688d43fde39f8956a1ed21b0ff48ead?x-bce-process=image/resize,m_fill,w_991,h_991,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3940522,
                "lemma_title": "樊梅生",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/adaf2edda3cc7cd98d10694ac158363fb80e7bec3b54?x-bce-process=image/resize,m_fill,w_1520,h_1520,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3400607,
                "lemma_title": "余少群",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b21c8701a18b87d649be04420a0828381e30fdeb?x-bce-process=image/resize,m_fill,w_1023,h_1023,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10974671,
                "lemma_title": "卢冠廷",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b8389b504fc2d562853501876e4687ef76c6a7efc61b?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 228025,
                "lemma_title": "张静初",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/34fae6cd7b899e510fb37c291bfece33c895d143a7cf?x-bce-process=image/resize,m_fill,w_4000,h_4000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8795929,
                "lemma_title": "徐冬冬",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2cf5e0fe9925bc315c60e338f4979ab1cb134954da70?x-bce-process=image/resize,m_fill,w_960,h_960,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 9457532,
                "lemma_title": "吴辰君",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b812c8fcc3cec3fdfc03f8529ed0c33f8794a4c289c6?x-bce-process=image/resize,m_fill,w_749,h_749,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 22375,
                "lemma_title": "王晶",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d31b0ef41bd5ad6eddc4602e0d992edbb6fd536696ef?x-bce-process=image/resize,m_fill,w_910,h_910,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 968135,
                "lemma_title": "曾志伟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/18d8bc3eb13533fa828ba1f6278bea1f4134960aede9?x-bce-process=image/resize,m_fill,w_493,h_493,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 516524,
                "lemma_title": "成奎安",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0b55b319ebc4b74543a9558bc2a509178a82b801bfaf?x-bce-process=image/resize,m_fill,w_704,h_704,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1230729,
                "lemma_title": "金士杰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/a8014c086e061d957e769d8976f40ad162d9ca4b?x-bce-process=image/resize,m_fill,w_691,h_691,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6681,
                "lemma_title": "黎明",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/aa64034f78f0f736afc37c35d302a419ebc4b745b5f2?x-bce-process=image/resize,m_fill,w_622,h_622,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 149106,
                "lemma_title": "郭富城",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/adaf2edda3cc7cd98d10ad8d8d49363fb80e7bec3b04?x-bce-process=image/resize,m_fill,w_1232,h_1232,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 104887,
                "lemma_title": "王力宏",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e61190ef76c6a7efce1b48c863b6b851f3deb58fc882?x-bce-process=image/resize,m_fill,w_2756,h_2756,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 721720,
                "lemma_title": "陶大宇",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/43a7d933c895d143ad4b57513fbb95025aafa40fa924?x-bce-process=image/resize,m_fill,w_600,h_600,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 128029,
                "lemma_title": "陈奕迅",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/50da81cb39dbb6fd52669708727ebc18972bd40799d1?x-bce-process=image/resize,m_fill,w_1351,h_1351,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 446510,
                "lemma_title": "向华强",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0eb30f2442a7d933f8eb66b4af4bd11372f001b1?x-bce-process=image/resize,m_fill,w_409,h_409,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2890413,
                "lemma_title": "尔冬升",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b3b7d0a20cf431adcbef9d1f256fbbaf2edda3cc32d9?x-bce-process=image/resize,m_fill,w_1154,h_1154,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 169917,
                "lemma_title": "周星驰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4e4a20a4462309f7905293c56a561bf3d7ca7acb7896?x-bce-process=image/resize,m_fill,w_541,h_541,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 511610,
                "lemma_title": "于荣光",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9e3df8dcd100baa1cd11b9e8a74aae12c8fcc3ce8017?x-bce-process=image/resize,m_fill,w_960,h_960,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1648790,
                "lemma_title": "元奎",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/77094b36acaf2edd54410862811001e93801938d?x-bce-process=image/resize,m_fill,w_403,h_403,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 622454,
                "lemma_title": "宋丹丹",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4034970a304e251f95cac82d22dede177f3e6609f594?x-bce-process=image/resize,m_fill,w_1521,h_1521,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8698,
                "lemma_title": "吴京",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e7cd7b899e510fb30f24c621906adf95d143ad4ba676?x-bce-process=image/resize,m_fill,w_440,h_440,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 27854,
                "lemma_title": "姜武",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d833c895d143ad4bd1133bf609574dafa40f4bfba8f2?x-bce-process=image/resize,m_fill,w_900,h_900,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5681,
                "lemma_title": "邓超",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4610b912c8fcc3cec3fd86b2a511c188d43f86948aac?x-bce-process=image/resize,m_fill,w_1079,h_1079,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 423893,
                "lemma_title": "谢贤",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/024f78f0f736afc3793112c67441fcc4b74543a9b442?x-bce-process=image/resize,m_fill,w_487,h_487,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 512575,
                "lemma_title": "俞飞鸿",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/58ee3d6d55fbb2fb4316598aa61837a4462309f77652?x-bce-process=image/resize,m_fill,w_1767,h_1767,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10390484,
                "lemma_title": "张歆艺",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/ca1349540923dd54564e12b5d85ea4de9c82d058e2ed?x-bce-process=image/resize,m_fill,w_950,h_950,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6536,
                "lemma_title": "邓光荣",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/64380cd7912397dda144486b34c9a5b7d0a20cf42902?x-bce-process=image/resize,m_fill,w_1332,h_1332,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 135774,
                "lemma_title": "周润发",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5366d0160924ab18972b3c76eba2f1cd7b899e519d63?x-bce-process=image/resize,m_fill,w_1301,h_1301,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2511090,
                "lemma_title": "让·雷诺",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5366d0160924ab18972bc7df86a2f1cd7b899f519d99?x-bce-process=image/resize,m_fill,w_486,h_486,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 46255,
                "lemma_title": "张家辉",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4034970a304e251f95ca4bbda3dfde177f3e6709f567?x-bce-process=image/resize,m_fill,w_1717,h_1717,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4781612,
                "lemma_title": "吴岱融",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c2cec3fdfc03924547f3f90f8894a4c27d1e256f?x-bce-process=image/resize,m_fill,w_852,h_852,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 18269,
                "lemma_title": "吴孟达",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/14ce36d3d539b6003af3877c6c08222ac65c113819fd?x-bce-process=image/resize,m_fill,w_750,h_750,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 800961,
                "lemma_title": "吴启华",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/caef76094b36acaf2eddd02896809a1001e938013697?x-bce-process=image/resize,m_fill,w_1269,h_1269,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 10696750,
                "lemma_title": "许绍雄",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b64543a98226cffc1e17017ae5595d90f603728dbcf9?x-bce-process=image/resize,m_fill,w_772,h_772,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4622010,
                "lemma_title": "冯嘉怡",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d6ca7bcb0a46f21fbe09b8ddae7c7c600c33864400be?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2677218,
                "lemma_title": "陈友",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/024f78f0f736afc3574cc2beb119ebc4b64512ac?x-bce-process=image/resize,m_fill,w_443,h_443,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5104735,
                "lemma_title": "刘美君",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c995d143ad4bd11373f0e62e2af7b30f4bfbfbedaf2d?x-bce-process=image/resize,m_fill,w_1703,h_1703,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 478145,
                "lemma_title": "陈法蓉",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6609c93d70cf3bc79f3da3f39d58ada1cd11728bfc2e?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6837,
                "lemma_title": "王杰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/838ba61ea8d3fd1f4134b8e85b18321f95cad0c8f191?x-bce-process=image/resize,m_fill,w_770,h_770,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 71648,
                "lemma_title": "成龙",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7acb0a46f21fbe096b63248e313a1b338744eaf807ac?x-bce-process=image/resize,m_fill,w_1632,h_1632,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 328181,
                "lemma_title": "张曼玉",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d4628535e5dde71190efe4ae79b7d91b9d16fdfacb68?x-bce-process=image/resize,m_fill,w_800,h_800,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 141598,
                "lemma_title": "张学友",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d52a2834349b033b5bb5f183119c21d3d539b6001712?x-bce-process=image/resize,m_fill,w_2540,h_2540,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6804,
                "lemma_title": "张国荣",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9358d109b3de9c82d1588f4427d4970a19d8bd3ee5f9?x-bce-process=image/resize,m_fill,w_1200,h_1200,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 13351094,
                "lemma_title": "白宇",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/fc1f4134970a304e251ff191e898b086c9177f3ef602?x-bce-process=image/resize,m_fill,w_971,h_971,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4321147,
                "lemma_title": "陈木胜",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4a36acaf2edda3cc7cd9f418e7b32e01213fb80e34ca?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4321915,
                "lemma_title": "陈嘉上",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/6159252dd42a2834349b5cf780efdeea15ce37d3118e?x-bce-process=image/resize,m_fill,w_954,h_954,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 4702260,
                "lemma_title": "饶晓志",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/f7246b600c338744ebf8e9f26f43cef9d72a61590aa2?x-bce-process=image/resize,m_fill,w_4096,h_4096,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 9761665,
                "lemma_title": "孙健君",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8d5494eef01f3a2963e2a7689825bc315c607c69?x-bce-process=image/resize,m_fill,w_400,h_400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 9875072,
                "lemma_title": "袁锦麟",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8326cffc1e178a82b90169013049648da97739124275?x-bce-process=image/resize,m_fill,w_850,h_850,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 9865999,
                "lemma_title": "马楚成",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/8694a4c27d1ed21b84e424b8a76eddc451da3fb9?x-bce-process=image/resize,m_fill,w_800,h_800,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3101392,
                "lemma_title": "方令正",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/e4dde71190ef76c6655a08469e16fdfaae5167d7?x-bce-process=image/resize,m_fill,w_290,h_290,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3180120,
                "lemma_title": "黄精甫",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/279759ee3d6d55fb097731ed65224f4a21a4dd4c?x-bce-process=image/resize,m_fill,w_333,h_333,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1075677,
                "lemma_title": "李仁港",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/d52a2834349b033b5bb554448a9821d3d539b70017ac?x-bce-process=image/resize,m_fill,w_400,h_400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 3472511,
                "lemma_title": "范秀明",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7a899e510fb30f2442a7ffc260cdc643ad4bd013a5e0?x-bce-process=image/resize,m_fill,w_487,h_487,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 18760120,
                "lemma_title": "李擎柱",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b8014a90f603738da977ca394943a751f8198618462c?x-bce-process=image/resize,m_fill,w_335,h_335,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 50028199,
                "lemma_title": "罗文",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/94cad1c8a786c9177f3e791c4d6767cf3bc79f3df9c6?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1457201,
                "lemma_title": "黎大炜",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/728da9773912b31b91001d558518367adab4e15a?x-bce-process=image/resize,m_fill,w_184,h_184,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 1891234,
                "lemma_title": "余伟国",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0eb30f2442a7d933c89541c1ed13c61373f08202ab73?x-bce-process=image/resize,m_fill,w_550,h_550,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8850454,
                "lemma_title": "陈德森",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/80cb39dbb6fd5266d0162a790b4e802bd40735fa981a?x-bce-process=image/resize,m_fill,w_1242,h_1242,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 7294797,
                "lemma_title": "梁本熙",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/54fbb2fb43166d224f4abc5ec5791ef79052992274fc?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 13235,
                "lemma_title": "张之亮",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/cc11728b4710b912c8fcca4265abeb039245d688844b?x-bce-process=image/resize,m_fill,w_356,h_356,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 26450,
                "lemma_title": "潘文杰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/37d3d539b6003af37622f982352ac65c1138b6b3?x-bce-process=image/resize,m_fill,w_400,h_400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6316534,
                "lemma_title": "刘国昌",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/c8177f3e6709c93d9ec3fcc0963df8dcd10054d0?x-bce-process=image/resize,m_fill,w_1000,h_1000,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2156803,
                "lemma_title": "郭子健",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/0dd7912397dda144ad34e9c811e1c7a20cf431ad2808?x-bce-process=image/resize,m_fill,w_1067,h_1067,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6418440,
                "lemma_title": "麦当杰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/a6efce1b9d16fdfaaf5101d430d59b5494eef01fcdcc?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8384845,
                "lemma_title": "关智耀",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b21c8701a18b87d65ca412ce090828381e30fd79?x-bce-process=image/resize,m_fill,w_498,h_498,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 16745155,
                "lemma_title": "潘耀明",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/2f738bd4b31c8701a18bf02fa425892f0708293851fd?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8256072,
                "lemma_title": "于仁泰",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/3c6d55fbb2fb43166d22320981f2512309f790527533?x-bce-process=image/resize,m_fill,w_408,h_408,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 8447099,
                "lemma_title": "黄泰来",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/80cb39dbb6fd52669e0b852ca918972bd40736e1?x-bce-process=image/resize,m_fill,w_436,h_436,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5452519,
                "lemma_title": "任素汐",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/7af40ad162d9f2d3572c07be5ea19d13632762d06606?x-bce-process=image/resize,m_fill,w_550,h_550,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 19884086,
                "lemma_title": "李公乐",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9f2f070828381f30e924c66b2a5b5b086e061c955ae4?x-bce-process=image/resize,m_fill,w_1024,h_1024,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 5700623,
                "lemma_title": "董成鹏",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/377adab44aed2e738bd451649256b68b87d6277f4c79?x-bce-process=image/resize,m_fill,w_1080,h_1080,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 7165161,
                "lemma_title": "关信辉",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b2de9c82d158ccbfcb40743c17d8bc3eb135413c?x-bce-process=image/resize,m_fill,w_400,h_400,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6357271,
                "lemma_title": "叶伟民",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/77c6a7efce1b9d16fdfa79ff6c88a38f8c5495eeceac?x-bce-process=image/resize,m_fill,w_500,h_500,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 11640,
                "lemma_title": "陈建斌",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/5fdf8db1cb1349540923eda701168558d109b2dedce2?x-bce-process=image/resize,m_fill,w_912,h_912,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 75850,
                "lemma_title": "王俊凯",
                "relation_name": "搭档",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/a2cc7cd98d1001e939016822a1546cec54e736d139de?x-bce-process=image/resize,m_fill,w_2340,h_2340,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 2417968,
                "lemma_title": "朱小宝",
                "relation_name": "同学",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/4a36acaf2edda3cc7cd9ea50f9b02e01213fb80e3433?x-bce-process=image/resize,m_fill,w_1160,h_1160,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 62340,
                "lemma_title": "李大卫",
                "relation_name": "师弟",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/9f2f070828381f30e924eb1a07565b086e061d955a72?x-bce-process=image/resize,m_fill,w_2079,h_2079,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 6740755,
                "lemma_title": "彭登怀",
                "relation_name": "老师",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/f11f3a292df5e0fe99254c6fd33723a85edf8db1d41f?x-bce-process=image/resize,m_fill,w_800,h_800,align_0,limit_0/format,f_auto"
            },
            {
                "lemma_id": 18626334,
                "lemma_title": "孙家雯",
                "relation_name": "老师",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/1ad5ad6eddc451da81cb18de28b34566d016092494fa?x-bce-process=image/resize,m_fill,w_846,h_846,align_50,limit_0/format,f_auto"
            },
            {
                "lemma_id": 633129,
                "lemma_title": "崔始源",
                "relation_name": "学生",
                "square_pic_url": "https://bkimg.cdn.bcebos.com/pic/b17eca8065380cd78b76d3bdaa44ad3459828171?x-bce-process=image/resize,m_fill,w_741,h_741,align_0,limit_0/format,f_auto"
            }
        ],
        "summary": "刘德华(Andy Lau),1961年9月27日出生于中国香港,华语影视男演员、流行乐歌手、电影制片人、作词人。1981年,出演首部电影《彩云曲》并进入演艺圈。1985年,发行首张专辑《只知道此刻爱你》。1990年,凭借专辑《可不可以》在歌坛获得关注;同年,主演陈木胜执导的爱情片《天若有情》。1992年,发行的粤语专辑《真我的风采》在中国香港取得40万张销量。1993年,首次在红馆举行个人演唱会。1994年,获十大劲歌金曲最受欢迎男歌星奖。1995年,登上央视春晚并演唱歌曲《忘情水》。2000年,凭借警匪片《暗战》获第19届香港电影金像奖最佳男主角奖;同年,发行音乐专辑《男人的爱》,并被《吉尼斯世界纪录大全》评为“获奖最多的香港男歌手”。2002年,主演的警匪片《无间道》成为其电影生涯代表作。2004年,凭剧情片《大块头有大智慧》获第23届香港电影金像奖最佳男主角奖,又凭警匪片《无间道3:",
        "url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?fr=api_ACG_sales",
        "videos": [
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/29381f30e924b899a901feef3f4d0a950a7b0308589a",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=27412799&fr=api_ACG_sales",
                "second_id": 27412799,
                "second_title": "「贤于」刘德华,你凭什么能红一辈子?"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/80cb39dbb6fd5266d0166c83f54e802bd40735fa9854",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=35838971&fr=api_ACG_sales",
                "second_id": 35838971,
                "second_title": "多少人知道刘德华,是如何一步步成为一代经典的?"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/faedab64034f78f0f736de28157b1d55b319eac4b69c",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=25802524&fr=api_ACG_sales",
                "second_id": 25802524,
                "second_title": "idol进化论:刘德华-歌坛天王,不老男神(2/2)"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/63d9f2d3572c11dfa9eca6f6807d75d0f703908f64e9",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=93544741&fr=api_ACG_sales",
                "second_id": 93544741,
                "second_title": "杨幂 感谢上影节可以让她站在刘德华先生旁边,刚刚还一起走红毯!!"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/a9d3fd1f4134970a304ec4512e90c6c8a786c917f700",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=93296306&fr=api_ACG_sales",
                "second_id": 93296306,
                "second_title": "「用粤语祝大家端午安康!刘德华出场听取哇声一片」5月31日,广东深圳,刘德华一身西装亮相粤港澳大湾区车展,现场惊起“哇”声一片,刘德华现场挥手鞠躬致意,并用粤语祝大家端午安康!2025粤港澳大湾区车展有亿点点好看端午"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/14ce36d3d539b6003af386e96f0a222ac65c10381960",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=92948412&fr=api_ACG_sales",
                "second_id": 92948412,
                "second_title": "64岁刘德华自曝大减片酬拍戏,拍《猎金游戏》仅收三分一片酬"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/3812b31bb051f819861858705eee5ded2e738bd449cc",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=92902831&fr=api_ACG_sales",
                "second_id": 92902831,
                "second_title": "刘德华自曝曾交友不慎被人出卖,疑对方身份曝光,现已被封杀"
            },
            {
                "cover_pic_url": "https://bkimg.cdn.bcebos.com/pic/f636afc379310a55b319b525341f54a98226cefcba92",
                "page_url": "https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923?secondId=92901979&fr=api_ACG_sales",
                "second_id": 92901979,
                "second_title": "63岁刘德华自曝从不炒股"
            }
        ]
    }
}
上一篇
百度AI搜索
下一篇
秒懂百科