shield分析

news2024/9/20 18:51:38

本文仅供学习交流,只提供关键思路不会给出完整代码,严禁用于非法用途,若有侵权请联系我删除!技术交流合作请私信!

熟练打开Fiddler设置好手机代理,摆弄半天一直抓不到包,应该是小红书监测到了Fiddler,后面使用 Hook okhttp成功搞到了包,参考大佬的工具:https://github.com/siyujie/okhttp_find ,如果被删除请联系我。

分析后发现关键字搜索,帖子详情,用户信息等接口Header中都带上了 shield 字段,反编译小红书apk(我使用的是Jadx),经过不断搜索, Hook动态调试定位到关键方法:initializeNative,initialize,intercept  

 可以看到这几个关键方法都使用native修饰,核心的代码都被隐藏到了 libshield.so文件中。

这里推荐一位大佬的工具Unidbg:GitHub - zhkl0228/unidbg: Allows you to emulate an Android native library, and an experimental iOS emulation

按照教程搭建好环境后,调用JNI_onload方法:

        vm.setVerbose(true); //打印虚拟器日志
        vm.setJni(this);
        module = dm.getModule();
        // 打印 onload方法,会打印出动态注入的方法位置
        dm.callJNI_OnLoad(emulator);

如下:initializeNative方法的位置为:0x94289, intercept为0x939d9, initialize为0x937b1

RegisterNative(com/xingin/shield/http/XhsHttpInterceptor, initializeNative()V, RX@0x40094289[libshield.so]0x94289)
RegisterNative(com/xingin/shield/http/XhsHttpInterceptor, intercept(Lokhttp3/Interceptor$Chain;J)Lokhttp3/Response;, RX@0x400939d9[libshield.so]0x939d9)
RegisterNative(com/xingin/shield/http/XhsHttpInterceptor, initialize(Ljava/lang/String;)J, RX@0x400937b1[libshield.so]0x937b1)
RegisterNative(com/xingin/shield/http/XhsHttpInterceptor, destroy(J)V, RX@0x40093745[libshield.so]0x93745)

拿到位置后,可以通过unidbg模拟去调用这三个方法得到最终结果:报错一般是缺少环境,根据提示缺啥补啥,调用代码例:

  //初始化native
    public void initializeNative(){
        List<Object> params = new ArrayList<>();
        params.add(vm.getJNIEnv()); //第一个参数默认env
        params.add(0); //第二个参数一般为0
        module.callFunction(emulator,0x94289,params.toArray());
    }

        XhsShieldSimpleTest xhsShieldTest = new XhsShieldSimpleTest(url,commonParams);
        xhsShieldTest.initializeNative();
        long initialize = xhsShieldTest.initialize();
        xhsShieldTest.intercept(initialize);
        System.out.println("shieId:"+shiled);

其他:

deviceId : 设备ID, 可通过接口生成

device_fingerprint : 设备信息

hmac : 存储在设备的/data/data/com.xingin.xhs/shared_prefs/s.xml中

sid:登录账号参数

build : 版本

关键字搜索示例:

shieId:XYAAAAAQAAAAEAAABTAAAAUzUWEe0xG1IbD9/c+qCLOlKGmTtFa+lG43AGdeFXQ6RAzYbkyOJgS534qeBbz8N/iJl+2KE3EwxPGGOBbe6g3SNp0LDZQUi2jBrG0rQy6uY02NTR
{"code":0,"success":true,"data":{"items":[{"model_type":"note","note":{"liked":false,"id":"63fdae1500000000270028ae","title":"爆爆赞的宝马火山红","abstract_show":"","desc":"宝马新3系 宝马5系 宝马3系 宝马4系 宝马X3 宝马X5 宝马7系","liked_count":0,"type":"normal","user":{"nickname":"汽车艺术脚垫厂家","images":"https://sns-avatar-qc.xhscdn.com/avatar/633bb5783a9fa858711af990.jpg?imageView2/2/w/80/format/jpg","userid":"62b84fc9000000001b024a26"},"tag_info":{},"images_list":[{"fileid":"1000g008245mup7ofe0005olo9v4msih66ee7558","height":1080,"width":1440,"url":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe0005olo9v4msih66ee7558?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe0005olo9v4msih66ee7558?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe0005olo9v4msih66ee7558"},{"fileid":"1000g008245mup7ofe00g5olo9v4msih643iq6p8","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe00g5olo9v4msih643iq6p8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe00g5olo9v4msih643iq6p8"},{"fileid":"1000g008245mup7ofe0105olo9v4msih6l3es0fg","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe0105olo9v4msih6l3es0fg?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe0105olo9v4msih6l3es0fg"},{"fileid":"1000g008245mup7ofe01g5olo9v4msih62roknn0","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe01g5olo9v4msih62roknn0?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe01g5olo9v4msih62roknn0"},{"fileid":"1000g008245mup7ofe0205olo9v4msih6q4hm1rg","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe0205olo9v4msih6q4hm1rg?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe0205olo9v4msih6q4hm1rg"},{"fileid":"1000g008245mup7ofe02g5olo9v4msih6upjjbio","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe02g5olo9v4msih6upjjbio?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe02g5olo9v4msih6upjjbio"},{"fileid":"1000g008245mup7ofe0305olo9v4msih60grgaro","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe0305olo9v4msih60grgaro?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe0305olo9v4msih60grgaro"},{"fileid":"1000g008245mup7ofe03g5olo9v4msih6r4pors8","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe03g5olo9v4msih6r4pors8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe03g5olo9v4msih6r4pors8"},{"fileid":"1000g008245mup7ofe0405olo9v4msih6325qu48","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mup7ofe0405olo9v4msih6325qu48?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mup7ofe0405olo9v4msih6325qu48"}],"has_music":false,"timestamp":1677569557,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdae0f00000000110105b1","title":"","abstract_show":"","desc":"会设置宝马热敏快捷按键,那你会解除吗,我来教你吧!#每天一个汽车用车知识 #汽车知识 #每天分享汽车知识","liked_count":0,"type":"video","user":{"nickname":"汕尾粤宝宝马4S店","images":"https://sns-avatar-qc.xhscdn.com/avatar/60f14ad3e662d40eaf40b4e9.jpg?imageView2/2/w/80/format/jpg","userid":"5b6ade6e0ff975000104b4f4"},"tag_info":{},"video_info":{"id":"136231334653026866","height":1280,"width":720,"url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdad55456232010371038696f03c75_258.mp4?v=2","avg_bitrate":929714,"vmaf":-1,"url_info_list":[{"desc":"h264-RedH264","url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdad55456232010371038696f03c75_258.mp4?v=2","avg_bitrate":929714,"width":720,"height":1280,"vmaf":-1}],"preload_size":1048576,"played_count":0,"duration":15,"frame_ts":0,"is_user_select":false,"is_upload":false,"first_frame":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245mjo0cfs0004ab4k8f6td7k4vmkmcg?imageView2/2/w/1080/format/webp","thumbnail":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad55456232001000018696efff40_0.webp","thumbnail_dim":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad55456232001000018696efff40_0.webp?imageView2/2/w/720/h/720/format/webp","can_super_resolution":true},"images_list":[{"fileid":"spectrum/1000g0k0245mjo0cfs0004ab4k8f6td7k4vmkmcg","height":960,"width":720,"url":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245mjo0cfs0004ab4k8f6td7k4vmkmcg?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245mjo0cfs0004ab4k8f6td7k4vmkmcg?imageView2/2/w/1080/format/webp","original":"","trace_id":"spectrum/1000g0k0245mjo0cfs0004ab4k8f6td7k4vmkmcg"}],"has_music":false,"timestamp":1677569551,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdade50000000014025872","title":"","abstract_show":"","desc":"2023全新一代宝马X1。宝马x1 奔驰glb 奥迪q3 宝马ix1 雷克萨斯nx","liked_count":0,"type":"normal","user":{"nickname":"安徽宝马情报局","images":"https://sns-avatar-qc.xhscdn.com/avatar/62727252a97743a3a3db2070.jpg?imageView2/2/w/80/format/jpg","userid":"62611c46000000002102a202"},"tag_info":{},"images_list":[{"fileid":"1000g008245mrfemfi0005oj13h38d8g2q47ka3o","height":1024,"width":1536,"url":"http://sns-img-bd.xhscdn.com/1000g008245mrfemfi0005oj13h38d8g2q47ka3o?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mrfemfi0005oj13h38d8g2q47ka3o?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mrfemfi0005oj13h38d8g2q47ka3o"},{"fileid":"1000g008245mrfemfi00g5oj13h38d8g2coh3v30","height":1280,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mrfemfi00g5oj13h38d8g2coh3v30?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mrfemfi00g5oj13h38d8g2coh3v30"},{"fileid":"1000g008245mrfemfi0105oj13h38d8g2uata3n8","height":1024,"width":1536,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mrfemfi0105oj13h38d8g2uata3n8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mrfemfi0105oj13h38d8g2uata3n8"}],"has_music":false,"timestamp":1677569509,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdadbd0000000027002350","title":"官方提示‼️刷到的人都有实力拿下这台宝马🚘","abstract_show":"","desc":"奢华❗️科技❗️驾驶❗️舒适[偷笑R]全新宝马7系真的会颠覆你的想象[哇R","liked_count":0,"type":"normal","user":{"nickname":"成都锦泰宝驹宝马","images":"https://sns-avatar-qc.xhscdn.com/avatar/63ae39884cc8936ddd126ee9.jpg?imageView2/2/w/80/format/jpg","userid":"5ff2d8ca000000000101fb03"},"tag_info":{},"images_list":[{"fileid":"1000g008245mpkbsfs0005nvir350buo32mtvqug","height":1920,"width":1440,"url":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs0005nvir350buo32mtvqug?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs0005nvir350buo32mtvqug?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs0005nvir350buo32mtvqug"},{"fileid":"1000g008245mpkbsfs00g5nvir350buo3eumvh0o","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs00g5nvir350buo3eumvh0o?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs00g5nvir350buo3eumvh0o"},{"fileid":"1000g008245mpkbsfs0105nvir350buo3vm26fro","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs0105nvir350buo3vm26fro?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs0105nvir350buo3vm26fro"},{"fileid":"1000g008245mpkbsfs01g5nvir350buo3oaf2t98","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs01g5nvir350buo3oaf2t98?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs01g5nvir350buo3oaf2t98"},{"fileid":"1000g008245mpkbsfs0205nvir350buo3f0tfvn8","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs0205nvir350buo3f0tfvn8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs0205nvir350buo3f0tfvn8"},{"fileid":"1000g008245mpkbsfs02g5nvir350buo33magg50","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs02g5nvir350buo33magg50?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs02g5nvir350buo33magg50"},{"fileid":"1000g008245mpkbsfs0305nvir350buo38vdod5o","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs0305nvir350buo38vdod5o?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs0305nvir350buo38vdod5o"},{"fileid":"1000g008245mpkbsfs03g5nvir350buo3vv7r7j8","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs03g5nvir350buo3vv7r7j8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs03g5nvir350buo3vv7r7j8"},{"fileid":"1000g008245mpkbsfs0405nvir350buo3frve6bo","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mpkbsfs0405nvir350buo3frve6bo?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mpkbsfs0405nvir350buo3frve6bo"}],"has_music":false,"timestamp":1677569469,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdada400000000130045f5","title":"11年7月上牌宝马730LI 领先型","abstract_show":"","desc":"11年7月上牌宝马730Li领先型,3.0排量前置后驱V6发动机,五门电吸,一键启动,空气悬挂,座椅通风等配置,改装","liked_count":0,"type":"normal","user":{"nickname":"Way","images":"https://sns-avatar-qc.xhscdn.com/avatar/63e732bf6f55b6b2364838f6.jpg?imageView2/2/w/80/format/jpg","userid":"6355342b000000001802fbd8"},"tag_info":{},"images_list":[{"fileid":"1000g008245kieosfo02g5oql6glm5uuoc3humgg","height":960,"width":1280,"url":"http://sns-img-bd.xhscdn.com/1000g008245kieosfo02g5oql6glm5uuoc3humgg?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245kieosfo02g5oql6glm5uuoc3humgg?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245kieosfo02g5oql6glm5uuoc3humgg"},{"fileid":"1000g008245kieosfo0305oql6glm5uuoq38t0m0","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245kieosfo0305oql6glm5uuoq38t0m0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245kieosfo0305oql6glm5uuoq38t0m0"},{"fileid":"1000g008245kieosfo0205oql6glm5uuour78r90","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245kieosfo0205oql6glm5uuour78r90?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245kieosfo0205oql6glm5uuour78r90"},{"fileid":"1000g008245kieosfo04g5oql6glm5uuorvr7c80","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245kieosfo04g5oql6glm5uuorvr7c80?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245kieosfo04g5oql6glm5uuorvr7c80"},{"fileid":"1000g008245kieosfo00g5oql6glm5uuoucs17ho","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245kieosfo00g5oql6glm5uuoucs17ho?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245kieosfo00g5oql6glm5uuoucs17ho"},{"fileid":"1000g008245modl8fe0605oql6glm5uuo6qiro2g","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245modl8fe0605oql6glm5uuo6qiro2g?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245modl8fe0605oql6glm5uuo6qiro2g"},{"fileid":"1000g008245modl8fe05g5oql6glm5uuo4t14ng8","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245modl8fe05g5oql6glm5uuo4t14ng8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245modl8fe05g5oql6glm5uuo4t14ng8"},{"fileid":"1000g008245modl8fe00g5oql6glm5uuo8t08j20","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245modl8fe00g5oql6glm5uuo8t08j20?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245modl8fe00g5oql6glm5uuo8t08j20"},{"fileid":"1000g008245modl8fe0405oql6glm5uuo8tnnc8g","height":960,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245modl8fe0405oql6glm5uuo8tnnc8g?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245modl8fe0405oql6glm5uuo8tnnc8g"}],"has_music":false,"timestamp":1677569444,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdad7e00000000120307fa","title":"#维凯森#宝马#灰蒙绿#改色膜案例分享#车身","abstract_show":"","desc":"维凯森 宝马 灰蒙绿 改色膜案例分享 车身改色膜","liked_count":0,"type":"video","user":{"nickname":"小红薯62CE0C4D","images":"https://sns-avatar-qc.xhscdn.com/avatar/529594cd91bbf4c43608131bf9134bdc.jpg?imageView2/2/w/80/format/jpg","userid":"62cd0d33000000000e00dc68"},"tag_info":{},"video_info":{"id":"136231335338695873","height":1252,"width":720,"url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdad7e23dcc1010371038696edd1b7_258.mp4?v=2","avg_bitrate":434553,"vmaf":-1,"url_info_list":[{"desc":"h264-RedH264","url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdad7e23dcc1010371038696edd1b7_258.mp4?v=2","avg_bitrate":434553,"width":720,"height":1252,"vmaf":-1}],"preload_size":1048576,"played_count":0,"duration":8,"frame_ts":0,"is_user_select":false,"is_upload":false,"first_frame":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad7e23dcc1001000018696edbdba_0.jpg?imageView2/2/w/1080/format/webp","thumbnail":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad7e23dcc1001000018696edbc72_0.webp","thumbnail_dim":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad7e23dcc1001000018696edbc72_0.webp?imageView2/2/w/720/h/720/format/webp","can_super_resolution":true},"images_list":[{"fileid":"03032s01kvljbvpyw6g010x80xycjoyriy","height":968,"width":726,"url":"http://sns-img-bd.xhscdn.com/03032s01kvljbvpyw6g010x80xycjoyriy?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/03032s01kvljbvpyw6g010x80xycjoyriy?imageView2/2/w/1080/format/webp","original":"","trace_id":"03032s01kvljbvpyw6g010x80xycjoyriy"}],"has_music":false,"timestamp":1677569406,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdad6f00000000130336c2","title":"试驾完宝马325li,聊聊我的感受","abstract_show":"","desc":"最近,身边的同事去试驾了宝马325li,我也趁机体验了一把。 一入车内,给我的感觉就是颜色搭配显得好豪华,坐在后排的时候","liked_count":0,"type":"normal","user":{"nickname":"漂流咕噜鸡","images":"https://sns-avatar-qc.xhscdn.com/avatar/be4e54a984a21be925a215a08fb36c8b.jpg?imageView2/2/w/80/format/jpg","userid":"62da8c34000000000e00e4b3"},"tag_info":{},"images_list":[{"fileid":"1000g008245lgek4fo01g5omqhgq3hp5jojod888","height":1706,"width":1280,"url":"http://sns-img-bd.xhscdn.com/1000g008245lgek4fo01g5omqhgq3hp5jojod888?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lgek4fo01g5omqhgq3hp5jojod888?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245lgek4fo01g5omqhgq3hp5jojod888"},{"fileid":"1000g008245lgek4fo0105omqhgq3hp5j88e4r1g","height":853,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lgek4fo0105omqhgq3hp5j88e4r1g?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lgek4fo0105omqhgq3hp5j88e4r1g"},{"fileid":"1000g008245lgek4fo0005omqhgq3hp5jr4hnl6g","height":1706,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lgek4fo0005omqhgq3hp5jr4hnl6g?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245lgek4fo0005omqhgq3hp5jr4hnl6g"},{"fileid":"1000g008245lgek4fo02g5omqhgq3hp5jevmsl1g","height":853,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lgek4fo02g5omqhgq3hp5jevmsl1g?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lgek4fo02g5omqhgq3hp5jevmsl1g"}],"has_music":false,"timestamp":1677569391,"geo_info":{"distance":"<100m"}}},{"model_type":"hot_query","hot_query":{"title":"大家都在搜","source":2,"queries":[{"id":"2023款宝马7系_7","name":"2023款宝马7系","search_word":"2023款宝马7系","cover":"http://ci.xiaohongshu.com/01026c01kf1dwxwy3on010sm8qkdd9zxht?imageView2/1/h/132/w/480/format/jpg"},{"id":"宝马图片_7","name":"宝马图片","search_word":"宝马图片","cover":"http://ci.xiaohongshu.com/436ece24-7d0a-3102-abd0-a95ad86dea34?imageView2/1/h/132/w/480/format/jpg"},{"id":"宝马三系_7","name":"宝马三系","search_word":"宝马三系","cover":"http://ci.xiaohongshu.com/01021g0168p40b838x3010xc3cq0wunqds?imageView2/1/h/132/w/480/format/jpg"},{"id":"宝马壁纸_7","name":"宝马壁纸","search_word":"宝马壁纸","cover":"http://ci.xiaohongshu.com/4e09468e-8c21-3cb0-8783-2416bbb1c9cf?imageView2/1/h/132/w/480/format/jpg"}],"word_request_id":"76d36d8dd06da3ff7020a1723df626ff"}},{"model_type":"note","note":{"liked":false,"id":"63fdad6c000000000800fa37","title":"18年宝马320Li 运动套装","abstract_show":"","desc":"拿下18年宝马320LiM运动套装 带哈曼卡顿 后排遮阳帘 运动座椅全车原版三个面油漆 7万公里十几万就可以拥有一台三系","liked_count":0,"type":"normal","user":{"nickname":"小红薯63FF086D","images":"https://sns-avatar-qc.xhscdn.com/avatar/7121a416be8e543266fd62c1cc9d575e.jpg?imageView2/2/w/80/format/jpg","userid":"63fda262000000000f01354d"},"tag_info":{},"images_list":[{"fileid":"1000g008245me9pqfe01g5ovtk9h3qdadsp624jg","height":1440,"width":1920,"url":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe01g5ovtk9h3qdadsp624jg?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe01g5ovtk9h3qdadsp624jg?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe01g5ovtk9h3qdadsp624jg"},{"fileid":"1000g008245me9pqfe0205ovtk9h3qdad9i59908","height":1440,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe0205ovtk9h3qdad9i59908?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe0205ovtk9h3qdad9i59908"},{"fileid":"1000g008245me9pqfe02g5ovtk9h3qdad80tej20","height":1440,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe02g5ovtk9h3qdad80tej20?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe02g5ovtk9h3qdad80tej20"},{"fileid":"1000g008245me9pqfe0305ovtk9h3qdadkkeqbo8","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe0305ovtk9h3qdadkkeqbo8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe0305ovtk9h3qdadkkeqbo8"},{"fileid":"1000g008245me9pqfe03g5ovtk9h3qdadio7ceq0","height":1440,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe03g5ovtk9h3qdadio7ceq0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe03g5ovtk9h3qdadio7ceq0"},{"fileid":"1000g008245me9pqfe0405ovtk9h3qdad8hghik8","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe0405ovtk9h3qdad8hghik8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe0405ovtk9h3qdad8hghik8"},{"fileid":"1000g008245me9pqfe04g5ovtk9h3qdadm07krr8","height":1440,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe04g5ovtk9h3qdadm07krr8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe04g5ovtk9h3qdadm07krr8"},{"fileid":"1000g008245me9pqfe0505ovtk9h3qdad6rd0lto","height":1440,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe0505ovtk9h3qdad6rd0lto?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe0505ovtk9h3qdad6rd0lto"},{"fileid":"1000g008245me9pqfe05g5ovtk9h3qdad4h1tvio","height":1440,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245me9pqfe05g5ovtk9h3qdad4h1tvio?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245me9pqfe05g5ovtk9h3qdad4h1tvio"}],"has_music":false,"timestamp":1677569388,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdad1d0000000013035638","title":"宝马新3系的兰花指都还适应嘛?","abstract_show":"","desc":"‼️宝马3系最近是特价、特价、特价 [抱拳R]其实有些小伙伴吧,在价格最优惠的时候不考虑买,反而是要收价的时候考虑了,然","liked_count":0,"type":"normal","user":{"nickname":"宝马小公主","images":"https://sns-avatar-qc.xhscdn.com/avatar/63f072b8cffcca8dae6f43bb.jpg?imageView2/2/w/80/format/jpg","userid":"61931155000000001000e992"},"tag_info":{},"images_list":[{"fileid":"1000g008245mg3b2fc0005ocj25ak1qcibc0jfgo","height":1706,"width":1280,"url":"http://sns-img-bd.xhscdn.com/1000g008245mg3b2fc0005ocj25ak1qcibc0jfgo?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mg3b2fc0005ocj25ak1qcibc0jfgo?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mg3b2fc0005ocj25ak1qcibc0jfgo"},{"fileid":"1000g008245mg3b2fc00g5ocj25ak1qcic7iiti0","height":1706,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mg3b2fc00g5ocj25ak1qcic7iiti0?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mg3b2fc00g5ocj25ak1qcic7iiti0"},{"fileid":"1000g008245mg3b2fc0105ocj25ak1qcikh25co8","height":1706,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mg3b2fc0105ocj25ak1qcikh25co8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245mg3b2fc0105ocj25ak1qcikh25co8"}],"has_music":false,"timestamp":1677569309,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdad11000000001203eb16","title":"宝马x5手刹除了换总成,还可以这样修…","abstract_show":"","desc":"成都宝马维修","liked_count":0,"type":"video","user":{"nickname":"吉老师的日常","images":"https://sns-avatar-qc.xhscdn.com/avatar/632dacf146fdcf754d5ebd5d.jpg?imageView2/2/w/80/format/jpg","userid":"5e970c920000000001004d16"},"tag_info":{},"video_info":{"id":"136231333461849132","height":1270,"width":720,"url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdad0e45742c010371038696ec3bd2_258.mp4?v=2","avg_bitrate":439302,"vmaf":-1,"url_info_list":[{"desc":"h264-RedH264","url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdad0e45742c010371038696ec3bd2_258.mp4?v=2","avg_bitrate":439302,"width":720,"height":1270,"vmaf":-1}],"preload_size":1048576,"played_count":0,"duration":25,"frame_ts":0,"is_user_select":false,"is_upload":false,"first_frame":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245mfboefo0005nkn1i908j8mak5lva0?imageView2/2/w/1080/format/webp","thumbnail":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad0e45742c001000018696ec1bf5_0.webp","thumbnail_dim":"http://sns-img-bd.xhscdn.com/110/0/01e3fdad0e45742c001000018696ec1bf5_0.webp?imageView2/2/w/720/h/720/format/webp","can_super_resolution":true},"images_list":[{"fileid":"spectrum/1000g0k0245mfboefo0005nkn1i908j8mak5lva0","height":725,"width":544,"url":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245mfboefo0005nkn1i908j8mak5lva0?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245mfboefo0005nkn1i908j8mak5lva0?imageView2/2/w/1080/format/webp","original":"","trace_id":"spectrum/1000g0k0245mfboefo0005nkn1i908j8mak5lva0"}],"has_music":false,"timestamp":1677569297,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdaceb0000000013013210","title":"宝马320Li","abstract_show":"","desc":"18年宝马320Li时尚 外白内黑宝马320Li 宝马","liked_count":0,"type":"video","user":{"nickname":"合肥上上车殷杉汕","images":"https://sns-avatar-qc.xhscdn.com/avatar/62a83dda6b942f5ce970f412.jpg?imageView2/2/w/80/format/jpg","userid":"5bee68bb44363b249c63d7ad"},"tag_info":{},"video_info":{"id":"136231332857862924","height":720,"width":1280,"url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdacea455b0c010371038696ebf24e_258.mp4?v=2","avg_bitrate":1967313,"vmaf":-1,"url_info_list":[{"desc":"h264-RedH264","url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdacea455b0c010371038696ebf24e_258.mp4?v=2","avg_bitrate":1967313,"width":1280,"height":720,"vmaf":-1}],"preload_size":1048576,"played_count":0,"duration":13,"frame_ts":0,"is_user_select":false,"is_upload":false,"first_frame":"http://sns-img-bd.xhscdn.com/110/0/01e3fdacea455b0c001000018696eb7e4e_0.jpg?imageView2/2/h/1080/format/webp","thumbnail":"http://sns-img-bd.xhscdn.com/110/0/01e3fdacea455b0c001000018696eb8a63_0.webp","thumbnail_dim":"http://sns-img-bd.xhscdn.com/110/0/01e3fdacea455b0c001000018696eb8a63_0.webp?imageView2/2/w/720/h/720/format/webp","can_super_resolution":true},"images_list":[{"fileid":"1000g008245m0g3ufi0504br5d1kbnltdb643spg","height":1280,"width":1706,"url":"http://sns-img-bd.xhscdn.com/1000g008245m0g3ufi0504br5d1kbnltdb643spg?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245m0g3ufi0504br5d1kbnltdb643spg?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245m0g3ufi0504br5d1kbnltdb643spg"}],"has_music":false,"timestamp":1677569259,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdace8000000000703800f","title":"性价比超高宝马X3🥳","abstract_show":"","desc":"宝马X3 2020款 xDrive28i M运动套装 国VI","liked_count":1,"type":"normal","user":{"nickname":"我要喝可乐","images":"https://sns-avatar-qc.xhscdn.com/avatar/63f9c619b4f96d52007b11b3.jpg?imageView2/2/w/80/format/jpg","userid":"5c610b41000000001b00531b"},"tag_info":{},"images_list":[{"fileid":"1000g008245mcri4fs0005n311d0mokor52rgns0","height":1080,"width":1440,"url":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs0005n311d0mokor52rgns0?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs0005n311d0mokor52rgns0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs0005n311d0mokor52rgns0"},{"fileid":"1000g008245mcri4fs00g5n311d0mokork3faoeo","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs00g5n311d0mokork3faoeo?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs00g5n311d0mokork3faoeo"},{"fileid":"1000g008245mcri4fs0105n311d0mokor5j90u28","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs0105n311d0mokor5j90u28?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs0105n311d0mokor5j90u28"},{"fileid":"1000g008245mcri4fs01g5n311d0mokorfs0qun0","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs01g5n311d0mokorfs0qun0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs01g5n311d0mokorfs0qun0"},{"fileid":"1000g008245mcri4fs0205n311d0mokorb8n81oo","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs0205n311d0mokorb8n81oo?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs0205n311d0mokorb8n81oo"},{"fileid":"1000g008245mcri4fs02g5n311d0mokoremar7g8","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs02g5n311d0mokoremar7g8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs02g5n311d0mokoremar7g8"},{"fileid":"1000g008245mcri4fs0305n311d0mokorj08fp78","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs0305n311d0mokorj08fp78?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs0305n311d0mokorj08fp78"},{"fileid":"1000g008245mcri4fs03g5n311d0mokor1svphj8","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs03g5n311d0mokor1svphj8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs03g5n311d0mokor1svphj8"},{"fileid":"1000g008245mcri4fs0405n311d0mokorj1jfopg","height":1080,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245mcri4fs0405n311d0mokorj1jfopg?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245mcri4fs0405n311d0mokorj1jfopg"}],"has_music":false,"timestamp":1677569256,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdacd40000000027001cf9","title":"23款 宝马5系 530Li 领先型","abstract_show":"","desc":"🖤深圳优惠又来啦!!宝马5系 🎖城市通勤✅必备,保养不贵 过了这村没这店! 深圳宝马 汽车分享","liked_count":0,"type":"normal","user":{"nickname":"柳柳说车","images":"https://sns-avatar-qc.xhscdn.com/avatar/63e3654d34d324a3dba7819f.jpg?imageView2/2/w/80/format/jpg","userid":"6003dd43000000000100ac1c"},"tag_info":{},"images_list":[{"fileid":"1000g008245lc0d2fs0305o03rl1g9b0s9g71ou8","height":958,"width":1280,"url":"http://sns-img-bd.xhscdn.com/1000g008245lc0d2fs0305o03rl1g9b0s9g71ou8?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lc0d2fs0305o03rl1g9b0s9g71ou8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lc0d2fs0305o03rl1g9b0s9g71ou8"},{"fileid":"1000g008245lc0d2fs06g5o03rl1g9b0shre6it0","height":1706,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lc0d2fs06g5o03rl1g9b0shre6it0?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245lc0d2fs06g5o03rl1g9b0shre6it0"},{"fileid":"1000g008245lc0d2fs0505o03rl1g9b0scn45mkg","height":1467,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lc0d2fs0505o03rl1g9b0scn45mkg?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245lc0d2fs0505o03rl1g9b0scn45mkg"},{"fileid":"1000g008245lc0d2fs0405o03rl1g9b0s3qk1810","height":958,"width":1280,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lc0d2fs0405o03rl1g9b0s3qk1810?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lc0d2fs0405o03rl1g9b0s3qk1810"}],"has_music":false,"timestamp":1677569236,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdac400000000013032cf5","title":"宝马z4","abstract_show":"","desc":"Z4升丁字裤方向盘宝马z4 宝马Z4敞篷 汽车分享 奥迪改装","liked_count":0,"type":"video","user":{"nickname":"奔驰宝马改装升级","images":"https://sns-avatar-qc.xhscdn.com/avatar/62538180324eb24bd6373b50.jpg?imageView2/2/w/80/format/jpg","userid":"5d08403600000000160241b3"},"tag_info":{},"video_info":{"id":"136231329401756507","height":1280,"width":720,"url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdac1c455b5b010371038696e9480a_258.mp4?v=2","avg_bitrate":1287283,"vmaf":-1,"url_info_list":[{"desc":"h264-RedH264","url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdac1c455b5b010371038696e9480a_258.mp4?v=2","avg_bitrate":1287283,"width":720,"height":1280,"vmaf":-1}],"preload_size":1048576,"played_count":0,"duration":18,"frame_ts":0,"is_user_select":false,"is_upload":false,"first_frame":"http://sns-img-bd.xhscdn.com/110/0/01e3fdac1c455b5b001000018696e8e1c5_0.jpg?imageView2/2/w/1080/format/webp","thumbnail":"http://sns-img-bd.xhscdn.com/110/0/01e3fdac1c455b5b001000018696e8e648_0.webp","thumbnail_dim":"http://sns-img-bd.xhscdn.com/110/0/01e3fdac1c455b5b001000018696e8e648_0.webp?imageView2/2/w/720/h/720/format/webp","can_super_resolution":true},"images_list":[{"fileid":"1000g008245m2p10fi0005n8880r5kgdjcrgfq3o","height":960,"width":720,"url":"http://sns-img-bd.xhscdn.com/1000g008245m2p10fi0005n8880r5kgdjcrgfq3o?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245m2p10fi0005n8880r5kgdjcrgfq3o?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245m2p10fi0005n8880r5kgdjcrgfq3o"}],"has_music":false,"timestamp":1677569088,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdabba00000000270283e7","title":"","abstract_show":"","desc":"宝马X3M X4M改装AE碳纤维小包围前唇前铲后唇中网尾翼机盖宝马 X3M 宝马X4M","liked_count":0,"type":"normal","user":{"nickname":"GK汽车改装升级","images":"https://sns-avatar-qc.xhscdn.com/avatar/61af08a2fd5010d09462eaea.jpg?imageView2/2/w/80/format/jpg","userid":"5bc4537eff09bb0001d1a2c6"},"tag_info":{},"images_list":[{"fileid":"1000g008245lq6c6fq0004bfgs49nt8m6u4pk9q0","height":1280,"width":1920,"url":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq0004bfgs49nt8m6u4pk9q0?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq0004bfgs49nt8m6u4pk9q0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq0004bfgs49nt8m6u4pk9q0"},{"fileid":"1000g008245lq6c6fq00g4bfgs49nt8m6ovmu4ig","height":1280,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq00g4bfgs49nt8m6ovmu4ig?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq00g4bfgs49nt8m6ovmu4ig"},{"fileid":"1000g008245lq6c6fq0104bfgs49nt8m61tt7qp0","height":1280,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq0104bfgs49nt8m61tt7qp0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq0104bfgs49nt8m61tt7qp0"},{"fileid":"1000g008245lq6c6fq01g4bfgs49nt8m69on5cv8","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq01g4bfgs49nt8m69on5cv8?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq01g4bfgs49nt8m69on5cv8"},{"fileid":"1000g008245lq6c6fq0204bfgs49nt8m64jbqlug","height":800,"width":1422,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq0204bfgs49nt8m64jbqlug?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq0204bfgs49nt8m64jbqlug"},{"fileid":"1000g008245lq6c6fq02g4bfgs49nt8m6atf8cn0","height":750,"width":1000,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq02g4bfgs49nt8m6atf8cn0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq02g4bfgs49nt8m6atf8cn0"},{"fileid":"1000g008245lq6c6fq0304bfgs49nt8m66rfvffo","height":750,"width":1000,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq0304bfgs49nt8m66rfvffo?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq0304bfgs49nt8m66rfvffo"},{"fileid":"1000g008245lq6c6fq03g4bfgs49nt8m6p05fmo0","height":750,"width":1000,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq03g4bfgs49nt8m6p05fmo0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq03g4bfgs49nt8m6p05fmo0"},{"fileid":"1000g008245lq6c6fq0404bfgs49nt8m6m77b5f8","height":1080,"width":1920,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lq6c6fq0404bfgs49nt8m6m77b5f8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lq6c6fq0404bfgs49nt8m6m77b5f8"}],"has_music":false,"timestamp":1677568954,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdab9e0000000013035234","title":"感谢德阳客户刘美女喜提宝马iX3新能源","abstract_show":"","desc":"恭喜刘女士及家人[烟花][烟花][烟花] 喜提宝马iX3领先M运动套装一台🎉 再次感谢刘女士及家人的认可及支持[庆祝","liked_count":0,"type":"normal","user":{"nickname":"成都中升之宝马4S店罗罗","images":"https://sns-avatar-qc.xhscdn.com/avatar/63f823f1e53ef0387f499372.jpg?imageView2/2/w/80/format/jpg","userid":"602169250000000001002f94"},"tag_info":{},"images_list":[{"fileid":"1000g008245loio2fq0005o11d4ig8bsk6j44mp8","height":1440,"width":1920,"url":"http://sns-img-bd.xhscdn.com/1000g008245loio2fq0005o11d4ig8bsk6j44mp8?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245loio2fq0005o11d4ig8bsk6j44mp8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245loio2fq0005o11d4ig8bsk6j44mp8"}],"has_music":false,"timestamp":1677568926,"geo_info":{"distance":"<100m"}}},{"model_type":"hot_query","hot_query":{"title":"大家都在搜","source":2,"queries":[{"id":"广州宝马_17","name":"广州宝马","search_word":"广州宝马","cover":"http://ci.xiaohongshu.com/01023q01ktubcoaizvl01164wt1dkvlvph?imageView2/1/h/132/w/480/format/jpg"},{"id":"2023款宝马x7_17","name":"2023款宝马x7","search_word":"2023款宝马x7","cover":"http://ci.xiaohongshu.com/01029a01kda0ao2imgo010tv3m77z5m3qe?imageView2/1/h/132/w/480/format/jpg"},{"id":"宝马mini_17","name":"宝马mini","search_word":"宝马mini","cover":"http://ci.xiaohongshu.com/01023l016p2src8varh010uoxaudsptew1?imageView2/1/h/132/w/480/format/jpg"},{"id":"宝马5系_17","name":"宝马5系","search_word":"宝马5系","cover":"http://ci.xiaohongshu.com/af87cb6d-d40d-325d-92e8-58fdefef19d0?imageView2/1/h/132/w/480/format/jpg"}],"word_request_id":"76d36d8dd06da3ff7020a1723df626ff"}},{"model_type":"note","note":{"liked":false,"id":"63fdab3c0000000013001ee7","title":"宝马7系升级20寸原厂正品完工!谢谢大哥支持","abstract_show":"","desc":"宝马7系升级20寸原厂正品成都纵兴轮毂 宝马 宝马7系 轮毂改装 找 成都纵兴轮毂","liked_count":0,"type":"normal","user":{"nickname":"成都纵兴轮毂轮胎","images":"https://sns-avatar-qc.xhscdn.com/avatar/620db365cea2c102e191e702.jpg?imageView2/2/w/80/format/jpg","userid":"5c21f8000000000006018268"},"tag_info":{},"images_list":[{"fileid":"1000g008245lil7efe0005n11v001j0j8jav2fqo","height":1276,"width":1702,"url":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe0005n11v001j0j8jav2fqo?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe0005n11v001j0j8jav2fqo?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lil7efe0005n11v001j0j8jav2fqo"},{"fileid":"1000g008245lil7efe00g5n11v001j0j8haea6a0","height":1276,"width":1702,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe00g5n11v001j0j8haea6a0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lil7efe00g5n11v001j0j8haea6a0"},{"fileid":"1000g008245lil7efe0105n11v001j0j8vefavs8","height":1276,"width":1702,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe0105n11v001j0j8vefavs8?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lil7efe0105n11v001j0j8vefavs8"},{"fileid":"1000g008245lil7efe01g5n11v001j0j85u0lb30","height":1276,"width":1702,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe01g5n11v001j0j85u0lb30?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lil7efe01g5n11v001j0j85u0lb30"},{"fileid":"1000g008245lil7efe0205n11v001j0j8vt6s858","height":1276,"width":1702,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe0205n11v001j0j8vt6s858?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lil7efe0205n11v001j0j8vt6s858"},{"fileid":"1000g008245lil7efe02g5n11v001j0j8vrl2uv0","height":1276,"width":1702,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245lil7efe02g5n11v001j0j8vrl2uv0?imageView2/2/h/1080/format/webp","original":"","trace_id":"1000g008245lil7efe02g5n11v001j0j8vrl2uv0"}],"has_music":false,"timestamp":1677568828,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdaaff0000000027013fbd","title":"","abstract_show":"","desc":"北京京南园区宝马领创店 全新升级改造结束! 全新领创概念和设计标准! 打造卓越客户体验! 宝马全系车型现车充足!Mpow","liked_count":2,"type":"normal","user":{"nickname":"oyasumi","images":"https://sns-avatar-qc.xhscdn.com/avatar/6160aab40000000002023fcd.jpg?imageView2/2/w/80/format/jpg","userid":"6160aab40000000002023fcd"},"tag_info":{},"images_list":[{"fileid":"03032s01krnipzeqmrx010wua6h0b5371z","height":1080,"width":1620,"url":"http://sns-img-bd.xhscdn.com/03032s01krnipzeqmrx010wua6h0b5371z?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/03032s01krnipzeqmrx010wua6h0b5371z?imageView2/2/h/1080/format/webp","original":"","trace_id":"03032s01krnipzeqmrx010wua6h0b5371z"},{"fileid":"03032s01krnipzeqmrx010wua6h11pxqaa","height":1080,"width":1620,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/03032s01krnipzeqmrx010wua6h11pxqaa?imageView2/2/h/1080/format/webp","original":"","trace_id":"03032s01krnipzeqmrx010wua6h11pxqaa"},{"fileid":"03032s01krnipzeqmrx010wua6h2ft7i9l","height":1080,"width":1620,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/03032s01krnipzeqmrx010wua6h2ft7i9l?imageView2/2/h/1080/format/webp","original":"","trace_id":"03032s01krnipzeqmrx010wua6h2ft7i9l"},{"fileid":"03032s01krnipzeqmrx010wua6h3itot7d","height":1080,"width":1620,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/03032s01krnipzeqmrx010wua6h3itot7d?imageView2/2/h/1080/format/webp","original":"","trace_id":"03032s01krnipzeqmrx010wua6h3itot7d"}],"has_music":false,"timestamp":1677568767,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdaaf20000000027013ee7","title":"","abstract_show":"","desc":"天呐!揭开宝马i3雪地狂飙的真面目 宝马i3作为电动车型,却拥有非凡的雪地表现,带你揭开雪地漂移的真正原因! ➢ 动力十","liked_count":1,"type":"normal","user":{"nickname":"合肥众国宝融宝马","images":"https://sns-avatar-qc.xhscdn.com/avatar/63e06b60c6bd1400015772df.jpg?imageView2/2/w/80/format/jpg","userid":"5fbbbde7000000000101f4a3"},"tag_info":{},"images_list":[{"fileid":"1000g008245le0fqfc0005ntrnnjgbt53vh3ojfo","height":916,"width":687,"url":"http://sns-img-bd.xhscdn.com/1000g008245le0fqfc0005ntrnnjgbt53vh3ojfo?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245le0fqfc0005ntrnnjgbt53vh3ojfo?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245le0fqfc0005ntrnnjgbt53vh3ojfo"},{"fileid":"1000g008245le0fqfc00g5ntrnnjgbt535b8oceo","height":1440,"width":1080,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245le0fqfc00g5ntrnnjgbt535b8oceo?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245le0fqfc00g5ntrnnjgbt535b8oceo"},{"fileid":"1000g008245le0fqfc0105ntrnnjgbt53dre3n7g","height":1920,"width":1440,"url":"","url_size_large":"http://sns-img-bd.xhscdn.com/1000g008245le0fqfc0105ntrnnjgbt53dre3n7g?imageView2/2/w/1080/format/webp","original":"","trace_id":"1000g008245le0fqfc0105ntrnnjgbt53dre3n7g"}],"has_music":false,"timestamp":1677568754,"geo_info":{"distance":"<100m"}}},{"model_type":"note","note":{"liked":false,"id":"63fdaaf00000000011013b34","title":"宝马冷车打火、等红绿灯,车身抖动特别严重","abstract_show":"","desc":"宝马维修","liked_count":0,"type":"video","user":{"nickname":"修宝马的吉老师","images":"https://sns-avatar-qc.xhscdn.com/avatar/632ed2034c4027e2319c77a7.jpg?imageView2/2/w/80/format/jpg","userid":"621062570000000010008904"},"tag_info":{},"video_info":{"id":"136231324198623249","height":1280,"width":720,"url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdaae623d811010373038696e4cb61_258.mp4?v=2","avg_bitrate":1063364,"vmaf":-1,"url_info_list":[{"desc":"h264-RedH264","url":"http://sns-video-bd.xhscdn.com/stream/110/258/01e3fdaae623d811010373038696e4cb61_258.mp4?v=2","avg_bitrate":1063364,"width":720,"height":1280,"vmaf":-1}],"preload_size":1048576,"played_count":0,"duration":59,"frame_ts":0,"is_user_select":false,"is_upload":false,"first_frame":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245ldmuqfi0005oggc9bk12847liev3o?imageView2/2/w/1080/format/webp","thumbnail":"http://sns-img-bd.xhscdn.com/110/0/01e3fdaae623d811001000018696e3f06f_0.webp","thumbnail_dim":"http://sns-img-bd.xhscdn.com/110/0/01e3fdaae623d811001000018696e3f06f_0.webp?imageView2/2/w/720/h/720/format/webp","can_super_resolution":true},"images_list":[{"fileid":"spectrum/1000g0k0245ldmuqfi0005oggc9bk12847liev3o","height":1440,"width":1080,"url":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245ldmuqfi0005oggc9bk12847liev3o?imageView2/2/w/540/format/webp","url_size_large":"http://sns-img-bd.xhscdn.com/spectrum/1000g0k0245ldmuqfi0005oggc9bk12847liev3o?imageView2/2/w/1080/format/webp","original":"","trace_id":"spectrum/1000g0k0245ldmuqfi0005oggc9bk12847liev3o"}],"has_music":false,"timestamp":1677568752,"geo_info":{"distance":"<100m"}}}],"recommend_info":{"title":""},"recommend_items":[],"query_debug_info":{"is_forbidden":false,"query_risk_level":"<UNSET>"},"label_image":{}}}

完整代码请联系我。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/378064.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

对 Dom 树的理解

什么是 DOM 从网络传给渲染引擎的 HTML 文件字节流是无法直接被渲染引擎理解的&#xff0c;所以要将其转化为渲染引擎能够理解的内部结构&#xff0c;这个结构就是 DOM。 DOM 提供了对 HTML 文档结构化的表述。 在渲染引擎中&#xff0c;DOM 有三个层面的作用&#xff1a; …

攻略 | 6步帮助中小微企业开拓东盟机电产品市场

如何帮助中小微外贸企业在东盟市场拓展机电产品一般贸易&#xff1f;随着全球化的发展&#xff0c;越来越多的中小微外贸企业开始涉足国际贸易。对于机电产品行业而言&#xff0c;东盟市场是一个非常重要的出口目的地。本文将为您介绍如何帮助中小微外贸企业在东盟市场拓展机电…

用一个例子告诉你 怎样使用Spark中RDD的算子

目录 1. 前言 1.1 操作分类 1.2 语法知识 2. transformations 2.1 map 2.2 mapPartitions 2.3 flatMap 2.4 glom 2.5 groupBy 2.6 filter 2.7 sample 2.8 distinct 2.9 coalesce 2.10 repartition 2.11 sortBy 2.12 partitionBy 2.13 reduceByKey 2.14 gro…

从软件的角度看待PCI和PCIE(一)

1.最容易访问的设备是什么&#xff1f; 是内存&#xff01; 要读写内存&#xff0c;知道它的地址就可以了&#xff0c;不需要什么驱动程序&#xff1b; volatile unsigned int *p 0xffff8811; unsigned int val; *p val; val *p;只有内存能这样简单、方便的使用吗&#xf…

python中的序列——笔记

一、介绍 ABC语言时一个致力于为初学者设计编程环境的长达十年的研究项目。 Python也从ABC那里继承了用统一的风格去处理序列数据这一特点。不管是哪种数据结构&#xff0c;字符串、列表、字节序列、数组、XML元素&#xff0c;抑或是数据库查询结果&#xff0c;它们都共用一套…

SD卡损坏了?储存卡恢复数据就靠这3个方法

作为一种方便的储存设备&#xff0c;SD卡在我们的日常生活中使用非常广泛。但是&#xff0c;有时候我们可能会遇到SD卡损坏的情况&#xff0c;这时候里面存储的数据就会受到影响。SD卡里面保存着我们很多重要的数据&#xff0c;有些还是工作必须要使用的。 如果您遇到了这种情…

百度CTO王海峰:深度学习平台+大模型,夯实产业智能化基座

2月27日&#xff0c;中国人工智能学会首届智能融合产业论坛在成都顺利举办。本届论坛由中国人工智能学会&#xff08;CAAI&#xff09;主办&#xff0c;中国人工智能学会智能融合专委会、百度公司、深度学习技术及应用国家工程研究中心和电子科技大学联合承办。中国工程院多名院…

低代码开发平台选型必看指南

低代码开发是近年来逐渐兴起的一种新型软件开发方式。它通过封装常见的软件开发流程和代码&#xff0c;使得非专业的开发者也能够轻松创建复杂的应用程序。这种开发方式已经受到了许多企业的青睐&#xff0c;成为提高生产效率、降低开发成本的一种有效途径。 低代码开发的核心…

TryHackMe-The Great Escape(Docker)

The Great Escape 我们的开发人员创建了一个很棒的新网站。你能冲出沙盒吗&#xff1f; 端口扫描 循例 nmap Web信息收集 robots.txt: /exif-util是文件上传点&#xff0c;但是绕过之后貌似没啥用 在robots.txt当中披露了可能存在.bak.txt&#xff0c;现在我们已知的文件就是…

JavaScript基础语法入门

一. JS简介 JavaScript , 简称JS, JS最初只是为了进行前端页面开发, 但随这后来JS越来越火之后, JS就被赋予了更多的功能, 可以用来开发桌面程序, 手机App, 服务器端的程序等… JS是一种动态类型, 弱类型的脚本语言, 通过解释器运行, 主要在客户端和浏览器上运行, 比如Chrome…

Zeppelin安装

1、下载Zeppelin 下载地址&#xff1a;Download 2.解压 [rootguo147 install]# tar -zxvf zeppelin-0.10.0-bin-all.tgz -C ../soft/ //修改文件名 [rootguo147 soft]# mv zeppelin-0.10.0-bin-all/ zeppelin 3.配置 //进入conf 目录 [rootguo147 conf]# pwd /opt/soft/zepp…

C语言——自定义类型

前言 在之前我们粗略的介绍了一下结构体&#xff0c;但是自定义类型可不仅仅只有结构体类型&#xff0c;今天我们就来介绍自定义类型。 一. 结构体 1.1 结构体的声明 结构体就是将一些值集合在一个结构体变量中&#xff0c;并将这些值称为成员变量&#xff0c;结构体的成员…

Yolov5-Python系列(一)—— 基础入门(yolov5安装、简单使用)

一、资源准备 推荐使用Anconda环境&#xff1a;通过Anaconda则可以通过创造新的虚拟环境解决资源包&#xff08;python库&#xff09;之间冲突问题。 &#xff08;一&#xff09;Anconda安装&#xff1a;https://www.anaconda.com/download &#xff08;二&#xff09;Yolov5 下…

论文《PointTAD》

模型的输出集合&#xff08;Tns&#xff0c;Tne&#xff0c;Cn&#xff09;&#xff0c;Tns是第n个预测动作开始时间&#xff0c;Tne是第n个预测动作结束时间&#xff0c;Cn是第n个预测动作的类别。 模型有三个输入&#xff1a;1.RGB帧 2.可学习的query points 3.query vect…

佛科院计算机软件技术基础——线性表

一、基础知识了解&#xff1a;结构体的理解&#xff1a;我们知道整型是由1位符号位和15位数值位组成&#xff0c;而就可以把结构体理解为我们定义的数据类型&#xff0c;如&#xff1a;typedef struct {int data[2]; //存储顺序表中的元素int len; …

Python识别二维码的两种方法(cv2)

在学习Python处理二维码的过程中&#xff0c;我们看到的大多是“用python生成酷炫二维码”、“用Python制作动图二维码”之类的文章。而关于使用Python批量识别二维码的教程&#xff0c;并不多见。所以今天我会给大家分享两种批量识别二维码的Python技巧&#xff01;pyzbar PI…

【架构师】零基础到精通——服务与网关

博客昵称&#xff1a;架构师Cool 最喜欢的座右铭&#xff1a;一以贯之的努力&#xff0c;不得懈怠的人生。 作者简介&#xff1a;一名Coder&#xff0c;软件设计师/鸿蒙高级工程师认证&#xff0c;在备战高级架构师/系统分析师&#xff0c;欢迎关注小弟&#xff01; 博主小留言…

IV测试系统3A太阳能模拟器在光伏中应用

一、概述IV测试系统3A太阳能模拟器应具备光束准直、光斑均匀、辐照稳定、且与太阳光谱匹配的特点&#xff0c;使用户可足不出户的完成需要太阳光照条件的测试。科迎法电气提供多规格高品质的太阳模拟器&#xff0c;可适用于单晶硅、多晶硅、非晶硅、染料敏化、有机、钙钛矿等各…

织梦TXT批量导入TAG标签并自动匹配相关文章插件

织梦TXT批量导入TAG标签并自动匹配相关文章插件是一种非常有用的插件&#xff0c;它可以帮助网站管理员快速地将TAG标签添加到文章中&#xff0c;并自动匹配相关文章。 以下是该织梦TXT批量导入TAG标签插件的几个优点&#xff1a; 1、提高网站的SEO效果&#xff1a;TAG标签是搜…

如何利用ReconPal将自然语言处理技术应用于信息安全

关于ReconPal 网络侦查一直是网络安全研究以及渗透测试活动中最重要的阶段之一&#xff0c;而这一阶段看起来很容易&#xff0c;但往往需要很大的努力和很强的技术才能做好来。首先&#xff0c;我们需要使用正确的工具、正确的查询/语法以及正确的操作&#xff0c;并将所有信息…