碎碎念 - 2014.09 Dow3

本文探讨了SQLCipher加密库的编译与应用,并分享了在Cygwin及Android平台的使用经验。此外,还记录了作者解决Chrome浏览器频繁崩溃问题的过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


【2014-09-18】

· 最近在研究微信数据库的加密,了解到了SQLCipher
· 今天看了一下在Google上的讨论组,瞬间觉得自己变得高大上了
· 刚开始不太习惯这种阅读方式,多看了几段回复之后,就觉得和看邮件是一样的,其实这就是邮件嘛
· SQLCipher with MinGW/MSYS?
· https://groups.google.com/forum/#!msg/sqlcipher/VcYpa1a_RTM


· 不嫌麻烦吗?我每更新一下就要审核一次


· 发现 gcc 和 vc 的编译器有一个这样的区别,在写c代码的时候 {
    · gcc : 可以再函数的中间声明和初始化变量
    · vc : 所有的变量声明都只能在函数首部完成,才能继续写其他语句,不然会报一堆莫名其妙的错误
} -> 不知道我这样的理解是不是对的,但是为什么呢?


· 有一件事情一直没想明白,最近Chrome经常无故卡死奔溃,然后提示重启,如下图
      
    我只记得又一次从电脑上的A账户拷贝了User Data到B账户的User Data下,之后用了一段时间之后,又拷贝了回来,之后就出现了这个问题。其实我已经开启了Google浏览器同步,只是还是有一些数据不能同步,就通过这种方式来实现,但谁知道会出错。实在受不了了,重命名原先的User Data,然后重装了一次Chrome,现在好了,不奔溃了


· 本来是想编译一个SQLCipher然后可以再Cygwin平台或者Android下使用,现在编译除了一个sqlcipher.exe,额,也算有一点进展了吧
· 后面再接着尝试咯


【2014-09-19】

· 既然上面提到了编译的sqlcipher.exe,这里就分享一下吧:点我下载(暂时取消分析)



· To be continue...


资源下载链接为: https://pan.quark.cn/s/1bfadf00ae14 华为移动服务(Huawei Mobile Services,简称 HMS)是一个全面开放的移动服务生态系统,为企业和开发者提供了丰富的工具和 API,助力他们构建、运营和推广应用。其中,HMS Scankit 是华为推出的一款扫描服务 SDK,支持快速集成到安卓应用中,能够提供高效且稳定的二维码和条形码扫描功能,适用于商品扫码、支付验证、信息获取等多种场景。 集成 HMS Scankit SDK 主要包括以下步骤:首先,在项目的 build.gradle 文件中添加 HMS Core 库和 Scankit 依赖;其次,在 AndroidManifest.xml 文件中添加相机访问和互联网访问权限;然后,在应用程序的 onCreate 方法中调用 HmsClient 进行初始化;接着,可以选择自定义扫描界面或使用 Scankit 提供的默认扫描界面;最后,实现 ScanCallback 接口以处理扫描成功和失败的回调。 HMS Scankit 内部集成了开源的 Zxing(Zebra Crossing)库,这是一个功能强大的条码和二维码处理库,提供了解码、生成、解析等多种功能,既可以单独使用,也可以与其他扫描框架结合使用。在 HMS Scankit 中,Zxing 经过优化,以更好地适应华为设备,从而提升扫描性能。 通常,ScanKitDemoGuide 包含了集成 HMS Scankit 的示例代码,涵盖扫描界面的布局、扫描操作的启动和停止以及扫描结果的处理等内容。开发者可以参考这些代码,快速掌握在自己的应用中实现扫码功能的方法。例如,启动扫描的方法如下: 处理扫描结果的回调如下: HMS Scankit 支持所有安卓手机,但在华为设备上能够提供最佳性能和体验,因为它针对华为硬件进行了
标题基于SpringBoot+Vue的社区便民服务平台研究AI更换标题第1章引言介绍社区便民服务平台的研究背景、意义,以及基于SpringBoot+Vue技术的研究现状和创新点。1.1研究背景与意义分析社区便民服务的重要性,以及SpringBoot+Vue技术在平台建设中的优势。1.2国内外研究现状概述国内外在社区便民服务平台方面的发展现状。1.3研究方法与创新点阐述本文采用的研究方法和在SpringBoot+Vue技术应用上的创新之处。第2章相关理论介绍SpringBoot和Vue的相关理论基础,以及它们在社区便民服务平台中的应用。2.1SpringBoot技术概述解释SpringBoot的基本概念、特点及其在便民服务平台中的应用价值。2.2Vue技术概述阐述Vue的核心思想、技术特性及其在前端界面开发中的优势。2.3SpringBoot与Vue的整合应用探讨SpringBoot与Vue如何有效整合,以提升社区便民服务平台的性能。第3章平台需求分析与设计分析社区便民服务平台的需求,并基于SpringBoot+Vue技术进行平台设计。3.1需求分析明确平台需满足的功能需求和性能需求。3.2架构设计设计平台的整体架构,包括前后端分离、模块化设计等思想。3.3数据库设计根据平台需求设计合理的数据库结构,包括数据表、字段等。第4章平台实现与关键技术详细阐述基于SpringBoot+Vue的社区便民服务平台的实现过程及关键技术。4.1后端服务实现使用SpringBoot实现后端服务,包括用户管理、服务管理等核心功能。4.2前端界面实现采用Vue技术实现前端界面,提供友好的用户交互体验。4.3前后端交互技术探讨前后端数据交互的方式,如RESTful API、WebSocket等。第5章平台测试与优化对实现的社区便民服务平台进行全面测试,并针对问题进行优化。5.1测试环境与工具介绍测试
写一个php构造POST请求https://edith.xiaohongshu.com/api/sns/web/v1/search/notes Host: edith.xiaohongshu.com X-Mns: unload Accept: application/json, text/plain, */* Origin: https://www.xiaohongshu.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Cookie: 实际提取的 Content-Type: application/json;charset=utf-8 请求体: {"search_id":"2uldcc7ue25ts00","sort":"general","ext_flags":[],"note_type":0,"page_size":20,"keyword":"豆包","page":1,"geo":"","image_formats":["jpg"]} 用户需要get传入keyword字段和page字段的实际内容,然后请求的Cookie在ck.txt文件里提取。 请求后需要在响应内容中data字段中的子对象items里提取每个数组的id字段和xsec_token字段进行返还。 https://edith.xiaohongshu.com/api/sns/web/v1/search/notes请求的返回样式: 帮我缩短json保留5个数据就行了 {"has_more":true,"items":[{"id":"67fe664b000000001d000c0b","model_type":"note","note_card":{"image_list":[{"width":768,"height":1024,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/27be75d13dab07d41c03680201178755\/1040g2sg31ga47dmi2c705nvr2nqg91sk2r124co!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1cb1e1b7caa49749643e4e897ed0ebdc\/1040g2sg31ga47dmi2c705nvr2nqg91sk2r124co!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"04-15"}],"display_title":"大家说说,豆包的图标为啥是个卡通美女?","type":"normal","interact_info":{"comment_count":"1107","collected":false,"liked":false,"liked_count":"4678","shared_count":"358","collected_count":"595"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1cb1e1b7caa49749643e4e897ed0ebdc\/1040g2sg31ga47dmi2c705nvr2nqg91sk2r124co!nc_n_nwebp_prv_1","height":1024,"width":768,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/27be75d13dab07d41c03680201178755\/1040g2sg31ga47dmi2c705nvr2nqg91sk2r124co!nc_n_nwebp_mw_1"},"user":{"nick_name":"末楼楼","user_id":"5ffb15f50000000001008794","nickname":"末楼楼","xsec_token":"ABDHcPzwkh104l5Sv02RuvuVhozWWkiuKo-USS3fRTu8A=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/6363514a88b3145a9cb41f43.jpg?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABGlZOK6jlmslYCFOBXdTarixRrXZYEj6EsORo57MZYdE="},{"id":"6826bb1c0000000022004e0e","model_type":"note","note_card":{"image_list":[{"width":1180,"height":1742,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/efc4883ad98a20bb52c0606f7f8d515e\/notes_pre_post\/1040g3k031hhgho8a3u005osis4a7qoujm7p19eg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/dd5a3d02d9fe12cabaf18d9b6391f517\/notes_pre_post\/1040g3k031hhgho8a3u005osis4a7qoujm7p19eg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1082,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/8374ce6cc716ff874bd95cf1adee9c99\/notes_pre_post\/1040g3k031hhgho8a3u0g5osis4a7qoujf5tbh1o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/23717b9c844ad1f0cafd6aee5c9fd22e\/notes_pre_post\/1040g3k031hhgho8a3u0g5osis4a7qoujf5tbh1o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":1920}],"corner_tag_info":[{"type":"publish_time","text":"1天前"}],"display_title":"第一个能想到用豆包跑cos照片的是天才","type":"normal","interact_info":{"comment_count":"200","collected":false,"liked":false,"liked_count":"2486","shared_count":"416","collected_count":"1366"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/dd5a3d02d9fe12cabaf18d9b6391f517\/notes_pre_post\/1040g3k031hhgho8a3u005osis4a7qoujm7p19eg!nc_n_nwebp_prv_1","height":1742,"width":1180,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/efc4883ad98a20bb52c0606f7f8d515e\/notes_pre_post\/1040g3k031hhgho8a3u005osis4a7qoujm7p19eg!nc_n_nwebp_mw_1"},"user":{"nick_name":"小潮x","nickname":"小潮x","user_id":"6392e114000000001f0163d3","xsec_token":"ABfjtQfKgGLku6hKtpye_AkcLs_hVMTUEW8qLuN6ZZN64=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/64a3a4f506816b819d6c0967.jpg?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABz1mWb2e816DjwF5B8z-OQPw0riVLIRt8kLcRxNnenM8="},{"id":"682fcd9e00000000200294f0","model_type":"note","note_card":{"image_list":[{"width":1996,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2e5941cc3c6b73c5b94cacacd50baadf\/1040g2sg31i812dqqn8k05ppauju73c8f6ndbnm0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/bcf154926d25f198ade4a6e22e7b32f0\/1040g2sg31i812dqqn8k05ppauju73c8f6ndbnm0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2560}],"corner_tag_info":[{"type":"publish_time","text":"06-03"}],"display_title":"别问!问就是原相机直出生图!","interact_info":{"comment_count":"5","collected":false,"liked":false,"liked_count":"25","shared_count":"0","collected_count":"10"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/bcf154926d25f198ade4a6e22e7b32f0\/1040g2sg31i812dqqn8k05ppauju73c8f6ndbnm0!nc_n_nwebp_prv_1","height":2560,"width":1996,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2e5941cc3c6b73c5b94cacacd50baadf\/1040g2sg31i812dqqn8k05ppauju73c8f6ndbnm0!nc_n_nwebp_mw_1"},"type":"normal","user":{"nick_name":"静静","user_id":"672af4fc000000001c01b10f","nickname":"静静","xsec_token":"ABkzUEW6emU3X-SDd_kwsgrSlB6agNm72AD1OEZfZxCsA=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31hi2l1tk3o6g5ppauju73c8fhadsu6o?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABx5qJgdBDkVvShnqVArlfq9YjRSj2AJxHVJnZlMD6pZk="},{"id":"6804df22000000001b03b178","model_type":"note","note_card":{"image_list":[{"width":1242,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ea2c135e9a0a59089e3164f6d5058587\/notes_pre_post\/1040g3k831gge7t4ejo705p9nn971158ifmmu1k8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6aba80214529beea0f860442d8f50d7b\/notes_pre_post\/1040g3k831gge7t4ejo705p9nn971158ifmmu1k8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":1656}],"corner_tag_info":[{"type":"publish_time","text":"04-20"}],"display_title":"天塌了,这也能封!","interact_info":{"comment_count":"16","collected_count":"12","liked":false,"liked_count":"43","shared_count":"3","collected":false},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6aba80214529beea0f860442d8f50d7b\/notes_pre_post\/1040g3k831gge7t4ejo705p9nn971158ifmmu1k8!nc_n_nwebp_prv_1","height":1656,"width":1242,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ea2c135e9a0a59089e3164f6d5058587\/notes_pre_post\/1040g3k831gge7t4ejo705p9nn971158ifmmu1k8!nc_n_nwebp_mw_1"},"type":"normal","user":{"nick_name":"山羊「省钱版」","user_id":"6537ba4e0000000004009512","nickname":"山羊「省钱版」","xsec_token":"ABu4t0M3N8cz1e-sKP7VFB3Nk32UCn2M-LTVuLA1yhvkw=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31g5p2ge6hk005p9nn971158i732ab8g?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABxq_YSP10IiqbP3XB5c2mstWQtXw2LKyzxo1asJwDrO8="},{"id":"68047dcc000000001c00884a","model_type":"note","note_card":{"image_list":[{"width":1072,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/7e77abb89e0ae1811ad239d27bbfac6e\/1040g2sg31gg2j4i3jo005oc40bpk1t3k3vcmqro!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d6a44a5ae40ccedbcbfc107d003012a5\/1040g2sg31gg2j4i3jo005oc40bpk1t3k3vcmqro!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":1429}],"corner_tag_info":[{"type":"publish_time","text":"04-20"}],"display_title":"谁的心头宝?","interact_info":{"comment_count":"16751","collected":false,"liked":false,"liked_count":"670837","shared_count":"29309","collected_count":"118837"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d6a44a5ae40ccedbcbfc107d003012a5\/1040g2sg31gg2j4i3jo005oc40bpk1t3k3vcmqro!nc_n_nwebp_prv_1","height":1429,"width":1072,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/7e77abb89e0ae1811ad239d27bbfac6e\/1040g2sg31gg2j4i3jo005oc40bpk1t3k3vcmqro!nc_n_nwebp_mw_1"},"type":"video","user":{"nick_name":"嗦芒果核","user_id":"618402f3000000001000f474","nickname":"嗦芒果核","xsec_token":"ABYxKLhhmR2AXQz4McPFtdCwvksVCE9LpxQwfkPK6Ld38=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31eiftqqv0u005oc40bpk1t3kg1ifg20?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABxq_YSP10IiqbP3XB5c2msrMln1sO1GrgSYmAUdTBJUw="},{"rec_query":{"title":"相关搜索","source":1,"queries":[{"id":"豆包是什么app","name":"豆包是什么app","search_word":"豆包是什么app"},{"search_word":"豆包照片","id":"豆包照片","name":"豆包照片"},{"search_word":"豆包ai聊天","id":"豆包ai聊天","name":"豆包ai聊天"},{"id":"豆包生成图片","name":"豆包生成图片","search_word":"豆包生成图片"}],"word_request_id":"f27c4b7a-25ec-4e63-841f-999d4dcf3d32#1750061018755"},"id":"f27c4b7a-25ec-4e63-841f-999d4dcf3d32#1750061018755","model_type":"rec_query","xsec_token":"ABIctk-DDeWv7EzfmgNrQs71Z4r4M7KBRXdgZDfgY9qj6iV-wzRv8nfrF6TCcVmW52fLtvP3CwcKTeFAN2GnO3VyjInG8gWEE9HF9TSs_NsHI="},{"id":"680f38e400000000230135f9","model_type":"note","note_card":{"image_list":[{"width":1279,"height":1706,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/78cc97ad94da8712fd54b438af4b3b81\/notes_pre_post\/1040g3k031gqhrn3m42005p7imrsh4ufl9rjcvko!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/4d3f431d5d7e71e60027adac0db90b7f\/notes_pre_post\/1040g3k031gqhrn3m42005p7imrsh4ufl9rjcvko!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1279,"height":1706,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/19151effd97d66dd7fff011d84e00287\/notes_pre_post\/1040g3k031gqhrn3m420g5p7imrsh4uflhfs67mo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/5547bb7206668185983c42b6bca2d170\/notes_pre_post\/1040g3k031gqhrn3m420g5p7imrsh4uflhfs67mo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"04-28"}],"display_title":"豆包到底会不会泄漏个人隐私","cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/4d3f431d5d7e71e60027adac0db90b7f\/notes_pre_post\/1040g3k031gqhrn3m42005p7imrsh4ufl9rjcvko!nc_n_nwebp_prv_1","height":1706,"width":1279,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/78cc97ad94da8712fd54b438af4b3b81\/notes_pre_post\/1040g3k031gqhrn3m42005p7imrsh4ufl9rjcvko!nc_n_nwebp_mw_1"},"type":"normal","interact_info":{"comment_count":"4","collected":false,"liked":false,"liked_count":"45","shared_count":"2","collected_count":"3"},"user":{"nick_name":"大吃一口","user_id":"64f2b6f900000000040279f5","nickname":"大吃一口","xsec_token":"AB-qErhc2MbUUiZXCzOsRdTjt1ZAM8teiCs3UQtxvYcqU=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31e91pre312005p7imrsh4uflgn1eaa8?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABW__fJ9dWDaFErZ5pif5-8jdYo-Qwu5YY5IBMTTHs9n0="},{"id":"67e40566000000001203e6f1","model_type":"note","note_card":{"image_list":[{"width":988,"height":1227,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/51303237ddc115c77958bb417b5db9fb\/1040g00831fgbrotomedg5purodsinkr3hbesdhg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a9f931728d98b00ec5049832708af82b\/1040g00831fgbrotomedg5purodsinkr3hbesdhg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1256,"height":1675,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ddaaaff5457d11eaf2573d7ef9b1f2a9\/1040g00831fgbrotomed05purodsinkr3ic5arho!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/020387a8fb58a22a016ffe5121c9aa4a\/1040g00831fgbrotomed05purodsinkr3ic5arho!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1080,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/48bc08c1b57bb147b7ff4e89ec6f37bc\/1040g00831fgbrotomec05purodsinkr3hbb6uko!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/70ca6102ba5f34713a512e9e6be406e6\/1040g00831fgbrotomec05purodsinkr3hbb6uko!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":1440},{"width":895,"height":1194,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a15891d38995e18256752a13ed700f2d\/1040g00831fgbrotomecg5purodsinkr3nueqdhg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6f208b81b5ff57a92e64132689f41494\/1040g00831fgbrotomecg5purodsinkr3nueqdhg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"05-05"}],"display_title":"我用豆包写作大杀四方!太方便了😭","interact_info":{"comment_count":"108","collected":false,"liked":false,"liked_count":"2537","shared_count":"208","collected_count":"3716"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a9f931728d98b00ec5049832708af82b\/1040g00831fgbrotomedg5purodsinkr3hbesdhg!nc_n_nwebp_prv_1","width":988,"height":1227,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/51303237ddc115c77958bb417b5db9fb\/1040g00831fgbrotomedg5purodsinkr3hbesdhg!nc_n_nwebp_mw_1"},"type":"normal","user":{"nick_name":"鲸鱼AI手记","user_id":"67dbc379000000000a03d363","nickname":"鲸鱼AI手记","xsec_token":"ABVFmDCyKSKFvjCYNkSDxb4R-x5xiHGBPyLkzlsTDJ9DM=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31f9h1dffme605pa1nplghk36tcglo68?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABjJJuR7ZKpVvM4n0w6M1EdBRQu7DlvBd9TlsCvpW2bKg="},{"id":"67d13efc000000000b017171","model_type":"note","note_card":{"image_list":[{"width":1800,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a576e7802898b95edf1ce6b2d42c21ce\/1040g00831eu14en5mi6g5o2g9f80bqki2ponfvo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/4a00574b2c5624d100265ad14b46f27d\/1040g00831eu14en5mi6g5o2g9f80bqki2ponfvo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2400},{"width":1050,"height":1399,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/8c357eaecf55f86023f2398310d1200c\/1040g00831eu14en5mi4g5o2g9f80bqki4pkh330!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/8aafd73cff2cff6f9446099bbbbecbbd\/1040g00831eu14en5mi4g5o2g9f80bqki4pkh330!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1800,"height":2400,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/282488f9a16c8d8f4fadeeb55fd8d31a\/1040g00831eu14en5mi505o2g9f80bqki4k867r0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/8c880ebff9a270abbbe448e0b1207445\/1040g00831eu14en5mi505o2g9f80bqki4k867r0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1800,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cc36a9e706893b8bffcf0d9d018b4140\/1040g00831eu14en5mi305o2g9f80bqkig1a5fkg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/c560a084fd89bab05ab5a9f145b28466\/1040g00831eu14en5mi305o2g9f80bqkig1a5fkg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2400},{"width":1800,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d1fe5dd133fb1637d837076dfe5a74bc\/1040g00831eu14en5mi5g5o2g9f80bqkincofoo0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/16eb01ac1b3b0d634a65b59e910525a5\/1040g00831eu14en5mi5g5o2g9f80bqkincofoo0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2400},{"width":1009,"height":1345,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/597f76521f23d3420293e3bcda247978\/1040g00831eu14en5mi605o2g9f80bqki529023g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/dd7e9263bb7bbdd1d1d130e4db4f6e48\/1040g00831eu14en5mi605o2g9f80bqki529023g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"03-13"}],"display_title":"『豆包』以闪亮之名\/双服捏脸分享","type":"normal","interact_info":{"comment_count":"410","collected":false,"liked":false,"liked_count":"486","shared_count":"14","collected_count":"365"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/4a00574b2c5624d100265ad14b46f27d\/1040g00831eu14en5mi6g5o2g9f80bqki2ponfvo!nc_n_nwebp_prv_1","height":2400,"width":1800,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a576e7802898b95edf1ce6b2d42c21ce\/1040g00831eu14en5mi6g5o2g9f80bqki2ponfvo!nc_n_nwebp_mw_1"},"user":{"nick_name":"无思儿","user_id":"60504bd0000000000101ea92","nickname":"无思儿","xsec_token":"ABz8LDRhjqYHpychL-rGH1lRpM5-GK0lzDkUZwH4IB-Ec=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31e24h7us0m505o2g9f80bqkimqh4d18?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABEIqqxwbt6185Qz3D1gY0YhKqQc8wyPjAX0tlB02QXms="},{"id":"67e68611000000000900c82d","model_type":"note","note_card":{"image_list":[{"width":1242,"height":1656,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2ad4b449ca2f18147877a979a782198d\/1040g2sg31fiq3bjd066g5purodsinkr39ibjpco!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/553f2b8d9c6a43057bfbafac7d5a964d\/1040g2sg31fiq3bjd066g5purodsinkr39ibjpco!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1256,"height":1675,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d340f0f10815139167e2d09ad3588c80\/1040g2sg31fiq3bjd065g5purodsinkr326reba8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f092bb191ba1c0ca29e9b21b238c2b66\/1040g2sg31fiq3bjd065g5purodsinkr326reba8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":700,"height":933,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/e79495db79ac37803a6aba7c9603b02d\/1040g2sg31fiq3bjd064g5purodsinkr3da08o4g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/19a0e2ef5fc0439fa52afb6a1a43a5cf\/1040g2sg31fiq3bjd064g5purodsinkr3da08o4g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":700,"height":933,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/db3b865d099b1f9d29224d012c150586\/1040g2sg31fiq3bjd06505purodsinkr34u7pl08!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/0e925c6eebe4747cb33e84ca697041e3\/1040g2sg31fiq3bjd06505purodsinkr34u7pl08!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":698,"height":931,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/8e33faf112d6055750c0f3899af79ad9\/1040g2sg31fiq3bjd06605purodsinkr329833r0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/5187cf2651b5aa87ef99ce824485987e\/1040g2sg31fiq3bjd06605purodsinkr329833r0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"04-15"}],"display_title":"豆包不好用?那是你不会用!","type":"normal","interact_info":{"comment_count":"4","collected":false,"liked":false,"liked_count":"29","shared_count":"2","collected_count":"24"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/553f2b8d9c6a43057bfbafac7d5a964d\/1040g2sg31fiq3bjd066g5purodsinkr39ibjpco!nc_n_nwebp_prv_1","height":1656,"width":1242,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2ad4b449ca2f18147877a979a782198d\/1040g2sg31fiq3bjd066g5purodsinkr39ibjpco!nc_n_nwebp_mw_1"},"user":{"nick_name":"鲸鱼AI手记","user_id":"67dbc379000000000a03d363","nickname":"鲸鱼AI手记","xsec_token":"ABVFmDCyKSKFvjCYNkSDxb4R-x5xiHGBPyLkzlsTDJ9DM=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31f9h1dffme605pa1nplghk36tcglo68?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABehoLayMAy1hvTzmHAgE_GlXGmE_KRlTKEsIp1OB0Cns="},{"id":"668626fe000000000a0064df","model_type":"note","note_card":{"image_list":[{"width":2268,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f8688f3c455d19ca8f614354a89fd1a2\/1040g2sg314qmabq5gu905op1t2noskb7h21plbo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/01e1cb4fe8e8d676a5dcabed9bc563dc\/1040g2sg314qmabq5gu905op1t2noskb7h21plbo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":2268,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1b1b25125aaac89030cd63464f786a58\/1040g2sg314qmabq5gu9g5op1t2noskb7r1cni38!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f1ab30c5b06bb9a46cebd0f328b3c4e4\/1040g2sg314qmabq5gu9g5op1t2noskb7r1cni38!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":4032},{"width":4032,"height":3024,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/70d36433554721268da4c7da4bf57a1e\/1040g2sg314qmabq5gua05op1t2noskb7q6l7npg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/0b877a9f41fbfd741e5fc75d630d1036\/1040g2sg314qmabq5gua05op1t2noskb7q6l7npg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2acb51626fee911097d3120cfccad8eb\/1040g2sg314qmabq5guag5op1t2noskb7befg3fg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/30ab85b8bb47f16d22799d8306560013\/1040g2sg314qmabq5guag5op1t2noskb7befg3fg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/e8b797d28bff0ecf1c646b5812d12e85\/1040g2sg314qmabq5gub05op1t2noskb7lc392u0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/886456a8c5da18ac3589ae29737e6cb1\/1040g2sg314qmabq5gub05op1t2noskb7lc392u0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"2024-07-04"}],"display_title":"这豆沙包是来报恩的么","interact_info":{"comment_count":"298","collected":false,"liked":false,"liked_count":"1270","shared_count":"237","collected_count":"541"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/01e1cb4fe8e8d676a5dcabed9bc563dc\/1040g2sg314qmabq5gu905op1t2noskb7h21plbo!nc_n_nwebp_prv_1","height":4032,"width":2268,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f8688f3c455d19ca8f614354a89fd1a2\/1040g2sg314qmabq5gu905op1t2noskb7h21plbo!nc_n_nwebp_mw_1"},"type":"normal","user":{"nick_name":"地蛋爱吃糯叽叽","user_id":"6321e8af0000000023025167","nickname":"地蛋爱吃糯叽叽","xsec_token":"AB8Sspm7Sq_yhBchYujQCajzu0_GhkY2vZLN4bkS11lFM=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo313u8808o1o005op1t2noskb7ls1e8mo?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABrn1SIVfLP9d0qPitIHbCeU1AgXFZnG0IhXb44Wwuhn4="},{"id":"67dbc9610000000009015639","model_type":"note","note_card":{"image_list":[{"width":1242,"height":1656,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cb1b011289bd91b6c5b5de38ad7d678b\/notes_pre_post\/1040g3k831f8ahknq6o705pej17u13n4aa9quq38!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/b3ce5ac9c081e28218cb38fd9e99ec30\/notes_pre_post\/1040g3k831f8ahknq6o705pej17u13n4aa9quq38!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ae45cbde4a3e60e093bf95ca03c8567d\/notes_pre_post\/1040g3k831f8ahknq6o7g5pej17u13n4ak1hksm8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6fa288f1c0c8e57b06231c3cd23097ac\/notes_pre_post\/1040g3k831f8ahknq6o7g5pej17u13n4ak1hksm8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1588,"height":2117,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/33bd95573303865bc5d33ada5af1f2aa\/notes_pre_post\/1040g3k831f8ahknq6o805pej17u13n4aa5d0ff0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/dfcb4630ad11375389540fab07f31ee3\/notes_pre_post\/1040g3k831f8ahknq6o805pej17u13n4aa5d0ff0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6801f9f6389fdaafde488a20b96daeee\/notes_pre_post\/1040g3k831f8ahknq6o8g5pej17u13n4aodilgv0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/51e8f2a6fde2e6819d0f08161b5af820\/notes_pre_post\/1040g3k831f8ahknq6o8g5pej17u13n4aodilgv0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/437fe95a92df5b8b67ab69158462c070\/notes_pre_post\/1040g3k831f8ahknq6o905pej17u13n4amjn1qt0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/03e3ae503e40875da8fbe4c31887c49f\/notes_pre_post\/1040g3k831f8ahknq6o905pej17u13n4amjn1qt0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/99acc4974571e6817e54ee5e4646488b\/notes_pre_post\/1040g3k831f8ahknq6o9g5pej17u13n4acjrnc3o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9adf440ca2354854465ab81a07f16c41\/notes_pre_post\/1040g3k831f8ahknq6o9g5pej17u13n4acjrnc3o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/612436567a289600c8ecb35783e258f4\/notes_pre_post\/1040g3k831f8ahknq6oa05pej17u13n4amg83oro!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cc0e743a6ad11363c27e1a7bcd67b1d1\/notes_pre_post\/1040g3k831f8ahknq6oa05pej17u13n4amg83oro!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f8bc85394556a6e391cc1192ee227c8d\/notes_pre_post\/1040g3k831f8ahknq6oag5pej17u13n4ab8qsgeo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/02c686c57f9de662cb0261ac6c09d482\/notes_pre_post\/1040g3k831f8ahknq6oag5pej17u13n4ab8qsgeo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":4032},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2b3f0e64e7295cfb7d744582857678bf\/notes_pre_post\/1040g3k831f8ahknq6ob05pej17u13n4ak2i9lag!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/5c71b768d1b64d1299811e347c3385bd\/notes_pre_post\/1040g3k831f8ahknq6ob05pej17u13n4ak2i9lag!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cbb9d9fe279471e8b9686efbc21691df\/notes_pre_post\/1040g3k831f8ahknq6obg5pej17u13n4akurib8g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/927f621992e9e74f3717e1ff7d49bb20\/notes_pre_post\/1040g3k831f8ahknq6obg5pej17u13n4akurib8g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":4032},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/4ca000f5a0049b7364e935b88f17495f\/notes_pre_post\/1040g3k831f8ahknq6oc05pej17u13n4a7bgjo9o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/e953123c878579af60fd4070cf869a21\/notes_pre_post\/1040g3k831f8ahknq6oc05pej17u13n4a7bgjo9o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/03df938a430caff434d9af2bd2f47268\/notes_pre_post\/1040g3k831f8ahknq6ocg5pej17u13n4a6dpmljo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/462fc22e229d68bda15973dfa0ca5bf8\/notes_pre_post\/1040g3k831f8ahknq6ocg5pej17u13n4a6dpmljo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/fcd7401acd4966e2908fd161d889f466\/notes_pre_post\/1040g3k831f8ahknq6od05pej17u13n4aai10lg8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6dd01e648c83e057a0ec701f8a810327\/notes_pre_post\/1040g3k831f8ahknq6od05pej17u13n4aai10lg8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1920,"height":2560,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/89512af759a7603b051c1fdc522e6ac6\/notes_pre_post\/1040g3k831f8ahknq6odg5pej17u13n4ah74v1j8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/c6a89c2f4b16b3e1189d3a84c0a8d22f\/notes_pre_post\/1040g3k831f8ahknq6odg5pej17u13n4ah74v1j8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1920,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1ffb8989b52522963dfcf8b438d7b573\/notes_pre_post\/1040g3k831f8ahmvhm6705pej17u13n4auk8076o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2ae594c5a8c8c91a91ea93aceedf8f4c\/notes_pre_post\/1040g3k831f8ahmvhm6705pej17u13n4auk8076o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2560},{"width":1920,"height":2560,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/160938c64808be15f5e35cd46cfda024\/notes_pre_post\/1040g3k831f8ahmvhm67g5pej17u13n4acc8g7bo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/042b406e4232c687f1d693f83e01dcfb\/notes_pre_post\/1040g3k831f8ahmvhm67g5pej17u13n4acc8g7bo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1920,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/428ca1f85b004b40382008bbddba6d17\/notes_pre_post\/1040g3k831f8ahmvhm6805pej17u13n4aja4fkmo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/e3125a8cefc77b31c56306b5cd95e67b\/notes_pre_post\/1040g3k831f8ahmvhm6805pej17u13n4aja4fkmo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2560},{"width":3024,"height":4032,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/778e19fd159cae17e688d5f264107352\/notes_pre_post\/1040g3k831f8ahmvhm68g5pej17u13n4aqddl9ho!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/3644a26a26aeea1a35d4dbb1079d9fe3\/notes_pre_post\/1040g3k831f8ahmvhm68g5pej17u13n4aqddl9ho!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"03-20"}],"display_title":"有和我一样觉得豆包很好用的宝子吗!赠书","interact_info":{"comment_count":"21","collected":false,"liked":false,"liked_count":"71","shared_count":"10","collected_count":"54"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/b3ce5ac9c081e28218cb38fd9e99ec30\/notes_pre_post\/1040g3k831f8ahknq6o705pej17u13n4aa9quq38!nc_n_nwebp_prv_1","height":1656,"width":1242,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cb1b011289bd91b6c5b5de38ad7d678b\/notes_pre_post\/1040g3k831f8ahknq6o705pej17u13n4aa9quq38!nc_n_nwebp_mw_1"},"type":"normal","user":{"nick_name":"博库","user_id":"65d309fc000000000401dc8a","nickname":"博库","xsec_token":"ABSPQl2kwLNH87W0ULg7QG4JU7mzjRTT_F_q9SkES4m5o=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo319uf36ab7a6g5pej17u13n4aph69k6g?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABVFmDCyKSKFvjCYNkSDxb4etHY5wu6pXQRqFd6IQpPqs="},{"id":"680ccc2e000000001c008e88","model_type":"note","note_card":{"image_list":[{"width":1278,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/22abf873ed74724066720b94c0e8ef8c\/1040g00831go62mvo3q6g5p809dq1m9hlev527f8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/36610b65ddd1783d1e351566a2eba9eb\/1040g00831go62mvo3q6g5p809dq1m9hlev527f8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":1704},{"width":1080,"height":1440,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/c2b97c53ff49e2fe230f6e983aa505d6\/1040g00831go62mvo3q605p809dq1m9hlgb3r22o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f1120570b6c5b1f6ac2001d07495face\/1040g00831go62mvo3q605p809dq1m9hlgb3r22o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1080,"height":1440,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a4292d524c7b0485572c1abc61d861c8\/1040g00831go62mvo3q2g5p809dq1m9hlbmdok7g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/3d57af683c876b5a0b62647059072265\/1040g00831go62mvo3q2g5p809dq1m9hlbmdok7g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1080,"height":1440,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ce68e2479b4dfed93e303c337eb5c558\/1040g00831go62mvo3q3g5p809dq1m9hlv4br7c0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d5aaa476f7ae82f9ff5b9423e48cb781\/1040g00831go62mvo3q3g5p809dq1m9hlv4br7c0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1280,"height":2774,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/0028ff1a4522869b8d147aa4df6fef4d\/1040g00831go62mvo3q505p809dq1m9hl4jlcorg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cd57f3b4714972eda54c6122fad61d80\/1040g00831go62mvo3q505p809dq1m9hl4jlcorg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"04-26"}],"display_title":"苹果手机豆包旧版本降级成功啦!","cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/36610b65ddd1783d1e351566a2eba9eb\/1040g00831go62mvo3q6g5p809dq1m9hlev527f8!nc_n_nwebp_prv_1","height":1704,"width":1278,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/22abf873ed74724066720b94c0e8ef8c\/1040g00831go62mvo3q6g5p809dq1m9hlev527f8!nc_n_nwebp_mw_1"},"type":"normal","interact_info":{"shared_count":"0","collected":false,"liked":false,"liked_count":"2","comment_count":"9","collected_count":"0"},"user":{"nick_name":"拿铁工具箱","user_id":"65004b740000000006032635","nickname":"拿铁工具箱","xsec_token":"ABhMxSk45sYsmFP1tE4Lbu7AM9wU4C8FtO_uPnFfrn0js=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31fddu03e6o6g5p809dq1m9hlmekjsj8?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABFG44Vh6YOtfosS7_mHkoW71A-qEUqDqJHN9pX32eqX4="},{"id":"681ae9a50000000021001c4d","model_type":"note","note_card":{"image_list":[{"width":1920,"height":2560,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/61aeed1d228c824252e962b22a33e995\/1040g2sg31h5uvjb63ujg5oo1gkvkge21frrakl0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a62118ebd21a48cbf48d602027483f76\/1040g2sg31h5uvjb63ujg5oo1gkvkge21frrakl0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"05-07"}],"display_title":"豆包心中的白马王子 | 豆包同人文E1","interact_info":{"comment_count":"13","collected":false,"liked":false,"liked_count":"214","shared_count":"25","collected_count":"107"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a62118ebd21a48cbf48d602027483f76\/1040g2sg31h5uvjb63ujg5oo1gkvkge21frrakl0!nc_n_nwebp_prv_1","height":2560,"width":1920,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/61aeed1d228c824252e962b22a33e995\/1040g2sg31h5uvjb63ujg5oo1gkvkge21frrakl0!nc_n_nwebp_mw_1"},"type":"video","user":{"nick_name":"豆秘书","user_id":"6301853f0000000012003841","nickname":"豆秘书","xsec_token":"ABtdQYbXUAslKH_gdftK47Lz7VyZijCI_9zPI7_aKrGMk=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31h6433p1ji605oo1gkvkge21j0jougg?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABTFdW1_zKe2ibTl2AZrI_K4aNle9KdjxDrjiIfgy78Vc="},{"id":"68451ba0000000001101ef7d","model_type":"note","xsec_token":"ABdV7Ce4tfn3c9K-801_e2kl_-CDbBl1n6kmu-ttETN9Y=","note_card":{"image_list":[{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a748522e896c3ec4a00baf018d515762\/notes_pre_post\/1040g3k831if5pjhq0ce05o0a77r091p0u0t0ci0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6a57243f84df0f31a304eb12d1479f84\/notes_pre_post\/1040g3k831if5pjhq0ce05o0a77r091p0u0t0ci0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9fea613e8315f423fc5a1fef25b69b32\/notes_pre_post\/1040g3k831if5pjhq0ceg5o0a77r091p0pes7408!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/c298ad3c087d9bbe0076114885b5b4e0\/notes_pre_post\/1040g3k831if5pjhq0ceg5o0a77r091p0pes7408!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2304},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/aa60fa034c13311f4943dce026397bf7\/notes_pre_post\/1040g3k831if5pjhq0cf05o0a77r091p0e02dh1g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/4de1ccf986407c2d4352ad08a52c8de7\/notes_pre_post\/1040g3k831if5pjhq0cf05o0a77r091p0e02dh1g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f3ae37dcba64d831408eebd59bf637b9\/notes_pre_post\/1040g3k831if5pjhq0cfg5o0a77r091p0579rdj0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1bce2cc32abaeb3bbb5be8e13c698f34\/notes_pre_post\/1040g3k831if5pjhq0cfg5o0a77r091p0579rdj0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/de739861405b8a01dcea58027f8219b1\/notes_pre_post\/1040g3k831if5pjhq0cg05o0a77r091p0m5ktql8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/e8097234377e56e577a330ec2403d69c\/notes_pre_post\/1040g3k831if5pjhq0cg05o0a77r091p0m5ktql8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2304},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/26f1df7e0e57088a0ec683921fcd53b1\/notes_pre_post\/1040g3k831if5pjhq0cgg5o0a77r091p0s2q7p5o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/f7dcc543bc70afbdb804001e80b93e31\/notes_pre_post\/1040g3k831if5pjhq0cgg5o0a77r091p0s2q7p5o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9ec7dfdc76ddeb0fd3196001878f9d07\/notes_pre_post\/1040g3k831if5pjhq0ch05o0a77r091p0tad1llg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/c69c1a502743bf42a22a7b7af105120d\/notes_pre_post\/1040g3k831if5pjhq0ch05o0a77r091p0tad1llg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2304},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/5a11064c0fe3e49d79fc44230dadf77f\/notes_pre_post\/1040g3k831if5pjhq0chg5o0a77r091p0at5hvio!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6aa078bc32d7a19ea3f3bf5f138a97df\/notes_pre_post\/1040g3k831if5pjhq0chg5o0a77r091p0at5hvio!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/5badc74b83548f998b14a54a5eea7455\/notes_pre_post\/1040g3k831if5pjhq0ci05o0a77r091p0h778urg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a6b68da96157a9cbb6eb57440e22d712\/notes_pre_post\/1040g3k831if5pjhq0ci05o0a77r091p0h778urg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/673acaff853619005d2e57e9605755d2\/notes_pre_post\/1040g3k831if5pjhq0cig5o0a77r091p0i81ih4o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/fa7aefee71784bc64f8fc34d15def958\/notes_pre_post\/1040g3k831if5pjhq0cig5o0a77r091p0i81ih4o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9f0c2476a5dd2920b1941e5fa167ea2d\/notes_pre_post\/1040g3k831if5pjhq0cj05o0a77r091p0i5jlm6o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d6b7d836de0a702da81a2ef0e67ac989\/notes_pre_post\/1040g3k831if5pjhq0cj05o0a77r091p0i5jlm6o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9a99c3bccffc81c0c73300261cdeb365\/notes_pre_post\/1040g3k831if5pjhq0cjg5o0a77r091p0f331a08!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/7fba9af7230d6da564819401508dfaee\/notes_pre_post\/1040g3k831if5pjhq0cjg5o0a77r091p0f331a08!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/beb6dae189d458f4564d8ea14107fb96\/notes_pre_post\/1040g3k831if5pjhq0ck05o0a77r091p0p45fqto!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/5b7e52b2163f83dec5ad430ea3cd6b10\/notes_pre_post\/1040g3k831if5pjhq0ck05o0a77r091p0p45fqto!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d033aebd78d4f597baef5e971fae10df\/notes_pre_post\/1040g3k831if5pjhq0ckg5o0a77r091p06fbom5o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ed2bd8b18658e9bc011850252a24d3b0\/notes_pre_post\/1040g3k831if5pjhq0ckg5o0a77r091p06fbom5o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/39bb2e6324500ae326387045c65d199e\/notes_pre_post\/1040g3k031if5reepgc005o0a77r091p0susk15g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/98d50b3b953ed63bff063241c62f9a20\/notes_pre_post\/1040g3k031if5reepgc005o0a77r091p0susk15g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/86a9d7aa5eba24e00ab35911f3ac87ff\/notes_pre_post\/1040g3k031if5reepgc0g5o0a77r091p0p40upvo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/27edab160caeb9e516bac3cb49d0db95\/notes_pre_post\/1040g3k031if5reepgc0g5o0a77r091p0p40upvo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/0d5334ec37d42fb170539d1c79d8bdbd\/notes_pre_post\/1040g3k031if5reepgc105o0a77r091p0r3shn2o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/b7e3407778e1ca6644a2b7b95fc0a1dd\/notes_pre_post\/1040g3k031if5reepgc105o0a77r091p0r3shn2o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":2304,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9fcae407b8e43b4f754ca6bc04705262\/notes_pre_post\/1040g3k031if5reepgc1g5o0a77r091p0vh9t2v8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/588358479d03de21dbdf6ce8825523ff\/notes_pre_post\/1040g3k031if5reepgc1g5o0a77r091p0vh9t2v8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"06-08"}],"display_title":"对镜自拍的jk~豆包ai生成","type":"normal","interact_info":{"shared_count":"0","collected":false,"liked":false,"liked_count":"6","comment_count":"0","collected_count":"2"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/6a57243f84df0f31a304eb12d1479f84\/notes_pre_post\/1040g3k831if5pjhq0ce05o0a77r091p0u0t0ci0!nc_n_nwebp_prv_1","height":2304,"width":1296,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a748522e896c3ec4a00baf018d515762\/notes_pre_post\/1040g3k831if5pjhq0ce05o0a77r091p0u0t0ci0!nc_n_nwebp_mw_1"},"user":{"nick_name":"星星鱼","user_id":"600a39f60000000001008720","nickname":"星星鱼","xsec_token":"ABK-B7xR_GzTOOhcKEPotQRz46jLlUAhPuosiVUJeHRhQ=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31icgg36p08005o0a77r091p07g7ps40?imageView2\/2\/w\/80\/format\/jpg"}}},{"rec_query":{"title":"相关搜索","source":1,"queries":[{"id":"豆包一家人","name":"豆包一家人","search_word":"豆包一家人"},{"id":"豆包头像","name":"豆包头像","search_word":"豆包头像"},{"id":"豆包在哪里找","name":"豆包在哪里找","search_word":"豆包在哪里找"},{"id":"豆包ai动图","name":"豆包ai动图","search_word":"豆包ai动图"}],"word_request_id":"f27c4b7a-25ec-4e63-841f-999d4dcf3d32#1750061018755"},"id":"f27c4b7a-25ec-4e63-841f-999d4dcf3d32#1750061018755","model_type":"rec_query","xsec_token":"ABIctk-DDeWv7EzfmgNrQs71Z4r4M7KBRXdgZDfgY9qj6iV-wzRv8nfrF6TCcVmW52fLtvP3CwcKTeFAN2GnO3VyjInG8gWEE9HF9TSs_NsHI="},{"id":"6826bc8300000000220348de","model_type":"note","note_card":{"image_list":[{"width":1152,"height":2048,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/7bb560357ee333521f29c207bbb340b5\/1040g00831hhgj37n3a6g4bugba194fnra9va6ng!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cbada8b0ad5afe6300d634916f722052\/1040g00831hhgj37n3a6g4bugba194fnra9va6ng!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"05-16"}],"display_title":"宝宝你是香香软软小蛋糕","type":"normal","interact_info":{"comment_count":"9","collected":false,"liked":false,"liked_count":"142","shared_count":"10","collected_count":"21"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/cbada8b0ad5afe6300d634916f722052\/1040g00831hhgj37n3a6g4bugba194fnra9va6ng!nc_n_nwebp_prv_1","height":2048,"width":1152,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/7bb560357ee333521f29c207bbb340b5\/1040g00831hhgj37n3a6g4bugba194fnra9va6ng!nc_n_nwebp_mw_1"},"user":{"nick_name":"AAA 棺材批发老王","user_id":"5bfd829244363b6af4d13efb","nickname":"AAA 棺材批发老王","xsec_token":"ABPjN3uyI5a0CUiNrwMjVLYTd6OsuJa2VYrUYSSDUDqpU=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo315e90bs3gq004bugba194fnru65qcgg?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABz1mWb2e816DjwF5B8z-OQDazyF9A-3LOKdurJRIHhF4="},{"id":"6827f4ae0000000022027efb","model_type":"note","note_card":{"image_list":[{"width":1296,"height":1728,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/015223da4880120de3889c059932983d\/spectrum\/1040g0k031himhfr834005oaj37f0jqbr2319gu8!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/98a1fcabb1eb21ca9b329709af4b5260\/spectrum\/1040g0k031himhfr834005oaj37f0jqbr2319gu8!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1296,"height":1728,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/af127765251708c7bcb358fed6edb95d\/spectrum\/1040g0k031himhfr8340g5oaj37f0jqbr3c98ffg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/73cac88d552a292569b6998042b95f33\/spectrum\/1040g0k031himhfr8340g5oaj37f0jqbr3c98ffg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1746,"height":1570,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/35fcdef25970bac4251095e8bd34f3a7\/spectrum\/1040g0k031himjh8s3a0g5oaj37f0jqbrnhlda20!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/b262a53931ea485e5c1fb1c1245dca27\/spectrum\/1040g0k031himjh8s3a0g5oaj37f0jqbrnhlda20!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"05-22"}],"display_title":"用豆包应援,享明星人生🥹","interact_info":{"shared_count":"11","collected":false,"liked":false,"liked_count":"97","comment_count":"2","collected_count":"43"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/98a1fcabb1eb21ca9b329709af4b5260\/spectrum\/1040g0k031himhfr834005oaj37f0jqbr2319gu8!nc_n_nwebp_prv_1","height":1728,"width":1296,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/015223da4880120de3889c059932983d\/spectrum\/1040g0k031himhfr834005oaj37f0jqbr2319gu8!nc_n_nwebp_mw_1"},"type":"normal","user":{"nick_name":"默悦的生活碎碎念","user_id":"615319de000000000201e97b","nickname":"默悦的生活碎碎念","xsec_token":"ABKLfKqco5lJaJQlxZpD0d-LjPgOHeyydNMkUuU7Cky-0=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31fuhre6lg07g5oaj37f0jqbrtjeic00?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABijIwtTlO889C5nouzKZXGtV_uIf4h_iYv2YLxnm4ApM="},{"id":"68494bed000000002300dcd7","model_type":"note","note_card":{"image_list":[{"width":1428,"height":1920,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/66c82f8d4f3417e2e5c74677908e89c4\/1040g00831ij8nhob7o605oijia641o89jhos5m0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/257d1bb0f6848a6a19c6b2f8d8dc0732\/1040g00831ij8nhob7o605oijia641o89jhos5m0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"4天前"}],"display_title":"豆包太可怜了,喝了鼻屎奶茶😭","type":"video","interact_info":{"comment_count":"245","collected":false,"liked":false,"liked_count":"7107","shared_count":"376","collected_count":"3941"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/257d1bb0f6848a6a19c6b2f8d8dc0732\/1040g00831ij8nhob7o605oijia641o89jhos5m0!nc_n_nwebp_prv_1","height":1920,"width":1428,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/66c82f8d4f3417e2e5c74677908e89c4\/1040g00831ij8nhob7o605oijia641o89jhos5m0!nc_n_nwebp_mw_1"},"user":{"nick_name":"豆花","user_id":"6253928c000000001000e109","nickname":"豆花","xsec_token":"ABHMsd9Fxfv3ZfKwcq_sgeQFjMLOEOhJ1oNYjkp1Xbipg=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31io89et00u6g5oijia641o89pbtjpu8?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABldSmWB5gsqbBiTLgO4IJ7D_hvKZ1fKDU6LHYRm0qsEY="},{"id":"67e3bfd7000000001201f459","model_type":"note","note_card":{"image_list":[{"width":1280,"height":1707,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/b6776e1a8df438196b7a7c62d29e4dc8\/1040g2sg31fg3d6cjme705ngk3a508mislb3h308!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/389a8b589d05747902bdf135ac49d43c\/1040g2sg31fg3d6cjme705ngk3a508mislb3h308!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1290,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/a85d40747c101463e38c0c800ab886f6\/1040g2sg31fg3d6cjme7g5ngk3a508mis1qn4k7o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ae0fbe87da29fbc5c705f0ac19126cfc\/1040g2sg31fg3d6cjme7g5ngk3a508mis1qn4k7o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2796}],"corner_tag_info":[{"type":"publish_time","text":"03-26"}],"display_title":"中国AI应用排行","type":"normal","interact_info":{"shared_count":"41","collected":false,"liked":false,"liked_count":"1069","comment_count":"134","collected_count":"742"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/389a8b589d05747902bdf135ac49d43c\/1040g2sg31fg3d6cjme705ngk3a508mislb3h308!nc_n_nwebp_prv_1","height":1707,"width":1280,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/b6776e1a8df438196b7a7c62d29e4dc8\/1040g2sg31fg3d6cjme705ngk3a508mislb3h308!nc_n_nwebp_mw_1"},"user":{"nick_name":"数据世界","user_id":"5e141a8a0000000001005a5c","nickname":"数据世界","xsec_token":"ABnWZ2RdkGOdPjLuQYwMkJZk8S3Q0LSvDPc5d6S7tMCPQ=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/665ab2298dc98099a7b5c4e1.jpg?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABpocoAloKTneOQ_e4ybidHHga_pAA83DkQ4F-jPXWpGk="},{"id":"684cdd65000000002002abaf","model_type":"note","note_card":{"image_list":[{"width":1500,"height":2000,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1e6ab8abcf2539744233dc5f8c6e63d8\/notes_pre_post\/1040g3k031imo73ebhe605or8rqt7r49om8jp4e0!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/293fc619bd58d036540f6e01ac3ec3ab\/notes_pre_post\/1040g3k031imo73ebhe605or8rqt7r49om8jp4e0!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1500,"height":2000,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/e6ac41a4ea1502276dd078307abe5d67\/notes_pre_post\/1040g3k031imo73ebhe6g5or8rqt7r49o2u08tjg!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/87fc127e30451c127ee4edf826121c57\/notes_pre_post\/1040g3k031imo73ebhe6g5or8rqt7r49o2u08tjg!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1500,"height":2000,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/0aecdbb3e27a517d6851e9de1ce26793\/notes_pre_post\/1040g3k031imo73ebhe405or8rqt7r49ojar6q6o!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/7e97ffb01f6d712eb8cc2b890b76acdc\/notes_pre_post\/1040g3k031imo73ebhe405or8rqt7r49ojar6q6o!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1500,"height":2000,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/368c460bd53fc48a5db0766a6f1cd9a6\/notes_pre_post\/1040g3k031imo73ebhe4g5or8rqt7r49obclrapo!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/116b7fb6af13242d70cddd51ad5d327e\/notes_pre_post\/1040g3k031imo73ebhe4g5or8rqt7r49obclrapo!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1500,"height":2000,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/9211ed0c9a841d240c605e12eea8b4c6\/notes_pre_post\/1040g3k031imo73ebhe1g5or8rqt7r49ocplqb6g!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/baf9b7c72a66c1321046f77655780aa8\/notes_pre_post\/1040g3k031imo73ebhe1g5or8rqt7r49ocplqb6g!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]},{"width":1500,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/d3b7b758f6ac1c528f940ac81364bf22\/notes_pre_post\/1040g3k031imo73ebhe5g5or8rqt7r49o324shko!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/3a1af78829ec2ffb981191191060f25f\/notes_pre_post\/1040g3k031imo73ebhe5g5or8rqt7r49o324shko!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}],"height":2000}],"corner_tag_info":[{"type":"publish_time","text":"2天前"}],"display_title":"豆包你……","type":"normal","interact_info":{"shared_count":"236","collected":false,"liked":false,"liked_count":"1512","comment_count":"243","collected_count":"634"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/293fc619bd58d036540f6e01ac3ec3ab\/notes_pre_post\/1040g3k031imo73ebhe605or8rqt7r49om8jp4e0!nc_n_nwebp_prv_1","height":2000,"width":1500,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/1e6ab8abcf2539744233dc5f8c6e63d8\/notes_pre_post\/1040g3k031imo73ebhe605or8rqt7r49om8jp4e0!nc_n_nwebp_mw_1"},"user":{"nick_name":"小小素问","user_id":"6368deba000000001f019138","nickname":"小小素问","xsec_token":"ABrHnvD7SRHwE31YLUxIqgjqeBaD8vmIAg7OiBtVfM7Pw=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo318rb0c36kc6g5or8rqt7r49okan7sdg?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABC8COOBqJbAPR76OfJqFz1BNHjtSoBQOAhKYd-8cOUBo="},{"id":"6832bd2c0000000020028780","model_type":"note","note_card":{"image_list":[{"width":1212,"height":1920,"info_list":[{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2e9677cd5c9759bae2b394f6e46586ab\/1040g00831ht7qp8e3q705pvm6bcj93i3l0lqtso!nc_n_nwebp_mw_1","image_scene":"WB_DFT"},{"url":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ee000d2e10570e013eeb385960234b1f\/1040g00831ht7qp8e3q705pvm6bcj93i3l0lqtso!nc_n_nwebp_prv_1","image_scene":"WB_PRV"}]}],"corner_tag_info":[{"type":"publish_time","text":"05-25"}],"display_title":"日常找豆包麻烦","interact_info":{"comment_count":"111","collected":false,"liked":false,"liked_count":"1259","shared_count":"182","collected_count":"407"},"cover":{"url_pre":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/ee000d2e10570e013eeb385960234b1f\/1040g00831ht7qp8e3q705pvm6bcj93i3l0lqtso!nc_n_nwebp_prv_1","height":1920,"width":1212,"url_default":"http:\/\/sns-webpic-qc.xhscdn.com\/202506161603\/2e9677cd5c9759bae2b394f6e46586ab\/1040g00831ht7qp8e3q705pvm6bcj93i3l0lqtso!nc_n_nwebp_mw_1"},"type":"video","user":{"nick_name":"无脑浆","user_id":"67f632d9000000000d008e43","nickname":"无脑浆","xsec_token":"AB2HDZQZgGtvvPOhknsV5gGL_xdjX5fES5fcUxy_sUdT8=","avatar":"https:\/\/sns-avatar-qc.xhscdn.com\/avatar\/1040g2jo31gqe6qq9jq005pvm6bcj93i3342o7uo?imageView2\/2\/w\/80\/format\/jpg"}},"xsec_token":"ABGjOiyAx_iCl9Wc2DrbgpiUWSaqPeX9c1k5aSeayyohQ="}]}
06-17
### 构造POST请求并提取JSON数据 以下是一个完整的PHP代码示例,用于构造一个POST请求到指定的URL,并传递指定的消息头和请求体。同时,从返回的JSON数据中提取`data`字段下的`items`数组中的`id`和`xsec_token`字段,最终缩短为仅包含前5个数据。 ```php <?php // 定义目标URL $url = "https://edith.xiaohongshu.com/api/sns/web/v1/search/notes"; // 定义headers $headers = [ "X_s: your_x_s_value_here", // 替换为实际的X_s值 "X_S_Commond: your_x_s_commond_value_here", // 替换为实际的X_S_Commond值 "Content-Type: application/json" // 确保正确的Content-Type ]; // 定义请求体(JSON格式) $data = json_encode([ "keyword" => "example_keyword", // 替换为实际的搜索关键词 "page" => 1, // 替换为实际的页码 "page_size" => 10 // 替换为实际的每页数据量 ]); // 初始化cURL会话 $ch = curl_init(); // 设置cURL选项 curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); // 执行cURL请求并获取响应 $response = curl_exec($ch); // 检查是否有错误发生 if (curl_errno($ch)) { echo "cURL error: " . curl_error($ch); } // 关闭cURL会话 curl_close($ch); // 将响应解析为关联数组 $jsonResponse = json_decode($response, true); // 提取data字段下的items数组中的id和xsec_token字段 if (isset($jsonResponse[&#39;data&#39;][&#39;items&#39;]) && is_array($jsonResponse[&#39;data&#39;][&#39;items&#39;])) { $result = array_map(function ($item) { return [ &#39;id&#39; => $item[&#39;id&#39;] ?? null, &#39;xsec_token&#39; => $item[&#39;xsec_token&#39;] ?? null ]; }, $jsonResponse[&#39;data&#39;][&#39;items&#39;]); // 缩短结果为仅包含前5个数据 $shortenedResult = array_slice($result, 0, 5); // 输出结果 print_r($shortenedResult); } else { echo "No items found in the response."; } ``` ### 说明 上述代码实现了一个完整的流程,包括构造POST请求、发送请求、解析响应以及提取和处理数据。以下是关键点的解释: - **构造请求**:通过`curl_init()`初始化cURL会话,并使用`curl_setopt()`设置URL、请求方法、消息头和请求体[^2]。 - **发送请求**:通过`curl_exec()`执行请求,并捕获可能的错误信息。 - **解析响应**:将响应内容解析为PHP关联数组,便于后续操作。 - **提取数据**:使用`array_map()`函数遍历`items`数组,提取每个元素的`id`和`xsec_token`字段[^3]。 - **缩短结果**:使用`array_slice()`函数截取前5个数据[^4]。 ### 注意事项 - 确保替换代码中的占位符(如`your_x_s_value_here`)为实际的参数值。 - 如果目标API对请求频率有限制,请确保遵守其规则以避免被封禁。 - 在生产环境中,建议添加更多的错误处理逻辑以增强代码的健壮性。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值