dataflow
首页
自定义链接
多级目录
多级目录
  • 子菜单1
  • 子菜单2
首页
自定义链接
多级目录
多级目录
  • 子菜单1
  • 子菜单2
    • 公告/使用必读
    • 小红书 V3(ios原生数据,更稳定,比v2便宜30%)
      • 笔记详情 V3 - 45token
        GET
      • 全参笔记详情 V3 - 45token
        GET
      • 视频笔记详情 V3 - 45token
        GET
      • 一级评论 V3 - 45token
        GET
      • 二级评论 V3 - 45token
        GET
      • 笔记搜索 V3 - 45token
        GET
      • 用户信息 V3 - 45token
        GET
      • 用户作品列表 V3 - 45token
        GET
      • 话题笔记列表 V3 - 45token
        GET
    • 小红书 V2(比v1便宜30%)
      • App端笔记全参详情接口 V2 - 45token
      • App端笔记评论接口 V2 - 45token
      • App端笔记子评论接口 V2 - 45token
      • APP用户笔记列表 V2 - 60token
      • 全参笔记详情接口 V2 - 60token
      • APP用户详情 V2 - 45token
      • App端笔记搜索接口 V2 - 60token
      • 全参用户详细信息V2-60token
    • 小红书
      • App端笔记详情接口-90token
      • App端视频笔记详情接口-90token
      • App端笔记评论接口-90token
      • App端笔记子评论接口-90token
      • App端笔记搜索接口-90token
      • app用户详情接口-90token
      • APP用户笔记列表-90token
      • 小红书XS接口-消耗10token
      • 用户剩余token数查询
      • 用户订阅计划列表查询
    • 抖音
      • 作品详情-90token
      • 评论列表-90token
      • 子评论列表-90token
    • 用户
      • 用户笔记列表
      • 用户详细信息
      • 全参用户详细信息
    • 数据模型
      • 示例数据模型
      • Schemas
      • SuccessStringResponse
      • Pet
      • BalanceResponse
      • Category
      • ErrorResponse
      • Tag
      • NoteDetailBody
      • Header
      • NoteItem
      • LegacyUser
      • ImageItem
      • TagItem
      • CommentBody
      • SubCommentBody
      • CommentItem
      • UserPostedBody

    NoteDetailBody

    data JSON 字符串解析后的结构(笔记详情)。

    {
        "code": 0,
        "success": true,
        "msg": "成功",
        "data": [
            {
                "model_type": "note",
                "user": {
                    "userid": "string",
                    "user_id": "string",
                    "nickname": "string",
                    "image": "string",
                    "images": "string",
                    "red_id": "string"
                },
                "note_list": [
                    {
                        "id": "string",
                        "title": "string",
                        "desc": "string",
                        "type": "string",
                        "time": 0,
                        "last_update_time": 0,
                        "liked_count": 0,
                        "collected_count": 0,
                        "comments_count": 0,
                        "shared_count": 0,
                        "liked": true,
                        "collected": true,
                        "images_list": [
                            {
                                "index": 0,
                                "fileid": "string",
                                "url": "string",
                                "url_size_large": "string",
                                "original": "string",
                                "width": 0,
                                "height": 0
                            }
                        ],
                        "user": {
                            "userid": "string",
                            "user_id": "string",
                            "nickname": "string",
                            "image": "string",
                            "images": "string",
                            "red_id": "string"
                        },
                        "hash_tag": [
                            {
                                "id": "string",
                                "name": "string",
                                "type": "topic"
                            }
                        ],
                        "interact_info": {}
                    }
                ]
            }
        ]
    }
    Built with