托管服务接口
  1. 个人数据
托管服务接口
  • 返回首页
  • 微信读书
  • 凭证服务
    • 托管凭证
      POST
    • 获取凭证
      GET
    • 获取凭证活性
      HEAD
  • 个人数据
    • 获取单书笔记
      GET
    • 获取书架书籍
      GET
  • 通用服务
    • 获取书籍详情
      GET
    • 获取书籍热门标注
      GET
    • 搜索微信读书库
      GET
  1. 个人数据

获取单书笔记

GET
/client/tencent/read/note
接口级别:私人
撰写者:钟意
获取微信读书指定书籍的个人笔记

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Trusteeship 之后拼接 Token
示例:
Authorization: Trusteeship ********************
Query 参数

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "result": true,
    "msg": "操作成功",
    "data": {
        "notes": [
            {
                "reviewId": "111111111_7QyeoYdTB",
                "review": {
                    "abstract": "浏览器允许我们编写自定义的 formatter,从而自定义输出形式。在 Vue.js 3 的源码中,你可以搜索到名为 initCustomFormatter 的函数,该函数就是用来在开发环境下初始化自定义 formatter 的。以 Chrome 为例,我们可以打开 DevTools 的设置,然后勾选“Console”→“Enable custom formatters”选项",
                    "atUserVids": [],
                    "bookId": "3300028078",
                    "bookVersion": 1223597229,
                    "chapterName": "第2章 框架设计的核心要素",
                    "chapterUid": 7,
                    "content": "浏览器好多玩意不知道,妙啊。",
                    "contextAbstract": "",
                    "friendship": 0,
                    "htmlContent": "浏览器好多玩意不知道,妙啊。",
                    "isPrivate": 0,
                    "notVisibleToFriends": 0,
                    "range": "2735-2924",
                    "createTime": 1713449101,
                    "title": "",
                    "type": 1,
                    "reviewId": "111111111_7QyeoYdTB",
                    "userVid": 111111111,
                    "topics": [],
                    "isLike": 0,
                    "isReposted": 0,
                    "book": {
                        "bookId": "3300028078",
                        "format": "epub",
                        "version": 1223597229,
                        "soldout": 0,
                        "bookStatus": 1,
                        "type": 0,
                        "cover": "https://cdn.weread.qq.com/weread/cover/96/cpPlatform_kmqPY1boCDVyMxq2AvPdCY/s_cpPlatform_kmqPY1boCDVyMxq2AvPdCY.jpg",
                        "title": "Vue.js设计与实现",
                        "author": "霍春阳 著",
                        "payType": 1048577
                    },
                    "chapterIdx": 7,
                    "chapterTitle": "第2章 框架设计的核心要素",
                    "author": {
                        "userVid": 111111111,
                        "name": "钟意",
                        "avatar": "https://res.weread.qq.com/wravatar/WV0006-yz9wC0VQCHa0FQ1oQqRYMe2/0",
                        "isFollowing": 1,
                        "isFollower": 1,
                        "isBlacking": 0,
                        "isBlackBy": 0,
                        "isHide": 0,
                        "nick": "从前慢",
                        "isV": 0,
                        "vDesc": "心在文学系的程序员",
                        "roleTags": [],
                        "followPromote": "",
                        "isDeepV": true,
                        "signature": "",
                        "medalInfo": {
                            "id": "M2-0-3000",
                            "desc": "阅读时长",
                            "title": "阅读时长",
                            "levelIndex": 3000
                        }
                    }
                }
            },
            {
                "reviewId": "111111111_7QyeoWoti",
                "review": {
                    "abstract": "图1-5 innerHTML、虚拟 DOM 以及原生 JavaScript 在更新页面时的性能",
                    "atUserVids": [],
                    "bookId": "3300028078",
                    "bookVersion": 1223597229,
                    "chapterName": "第1章 权衡的艺术",
                    "chapterUid": 6,
                    "content": "设计里往往选择下限高的,起码保证不错的质量。",
                    "contextAbstract": "",
                    "friendship": 0,
                    "htmlContent": "设计里往往选择下限高的,起码保证不错的质量。",
                    "isPrivate": 0,
                    "notVisibleToFriends": 0,
                    "range": "8646-8693",
                    "createTime": 1713449101,
                    "title": "",
                    "type": 1,
                    "reviewId": "111111111_7QyeoWoti",
                    "userVid": 111111111,
                    "topics": [],
                    "isLike": 0,
                    "isReposted": 0,
                    "book": {
                        "bookId": "3300028078",
                        "format": "epub",
                        "version": 1223597229,
                        "soldout": 0,
                        "bookStatus": 1,
                        "type": 0,
                        "cover": "https://cdn.weread.qq.com/weread/cover/96/cpPlatform_kmqPY1boCDVyMxq2AvPdCY/s_cpPlatform_kmqPY1boCDVyMxq2AvPdCY.jpg",
                        "title": "Vue.js设计与实现",
                        "author": "霍春阳 著",
                        "payType": 1048577
                    },
                    "chapterIdx": 6,
                    "chapterTitle": "第1章 权衡的艺术",
                    "author": {
                        "userVid": 111111111,
                        "name": "钟意",
                        "avatar": "https://res.weread.qq.com/wravatar/WV0006-yz9wC0VQCHa0FQ1oQqRYMe2/0",
                        "isFollowing": 1,
                        "isFollower": 1,
                        "isBlacking": 0,
                        "isBlackBy": 0,
                        "isHide": 0,
                        "nick": "从前慢",
                        "isV": 0,
                        "vDesc": "心在文学系的程序员",
                        "roleTags": [],
                        "followPromote": "",
                        "isDeepV": true,
                        "signature": "",
                        "medalInfo": {
                            "id": "M2-0-3000",
                            "desc": "阅读时长",
                            "title": "阅读时长",
                            "levelIndex": 3000
                        }
                    }
                }
            },
            {
                "reviewId": "111111111_7Je8dYzoI",
                "review": {
                    "abstract": "涉及 DOM 的运算要远比 JavaScript 层面的计算性能差",
                    "atUserVids": [],
                    "bookId": "3300028078",
                    "bookVersion": 493553401,
                    "chapterName": "第1章 权衡的艺术",
                    "chapterUid": 6,
                    "content": "性能不是一个数量级",
                    "contextAbstract": "",
                    "friendship": 0,
                    "htmlContent": "",
                    "isPrivate": 0,
                    "range": "5571-5604",
                    "createTime": 1687656135,
                    "title": "",
                    "type": 1,
                    "reviewId": "111111111_7Je8dYzoI",
                    "userVid": 111111111,
                    "topics": [],
                    "isLike": 0,
                    "isReposted": 0,
                    "book": {
                        "bookId": "3300028078",
                        "format": "epub",
                        "version": 1223597229,
                        "soldout": 0,
                        "bookStatus": 1,
                        "type": 0,
                        "cover": "https://cdn.weread.qq.com/weread/cover/96/cpPlatform_kmqPY1boCDVyMxq2AvPdCY/s_cpPlatform_kmqPY1boCDVyMxq2AvPdCY.jpg",
                        "title": "Vue.js设计与实现",
                        "author": "霍春阳 著",
                        "payType": 1048577
                    },
                    "chapterIdx": 6,
                    "chapterTitle": "第1章 权衡的艺术",
                    "author": {
                        "userVid": 111111111,
                        "name": "钟意",
                        "avatar": "https://res.weread.qq.com/wravatar/WV0006-yz9wC0VQCHa0FQ1oQqRYMe2/0",
                        "isFollowing": 1,
                        "isFollower": 1,
                        "isBlacking": 0,
                        "isBlackBy": 0,
                        "isHide": 0,
                        "nick": "从前慢",
                        "isV": 0,
                        "vDesc": "心在文学系的程序员",
                        "roleTags": [],
                        "followPromote": "",
                        "isDeepV": true,
                        "signature": "",
                        "medalInfo": {
                            "id": "M2-0-3000",
                            "desc": "阅读时长",
                            "title": "阅读时长",
                            "levelIndex": 3000
                        }
                    }
                }
            },
            {
                "reviewId": "111111111_7Jd10fCV5",
                "review": {
                    "abstract": "她已经成为我的合法妻子,这本书也是我送给她的礼物之一",
                    "atUserVids": [],
                    "bookId": "3300028078",
                    "bookVersion": 493553401,
                    "chapterName": "前言",
                    "chapterUid": 4,
                    "content": "确实是一个好礼物",
                    "contextAbstract": "",
                    "friendship": 0,
                    "htmlContent": "",
                    "isPrivate": 0,
                    "range": "5994-6020",
                    "createTime": 1687592719,
                    "title": "",
                    "type": 1,
                    "reviewId": "111111111_7Jd10fCV5",
                    "userVid": 111111111,
                    "topics": [],
                    "isLike": 0,
                    "isReposted": 0,
                    "book": {
                        "bookId": "3300028078",
                        "format": "epub",
                        "version": 1223597229,
                        "soldout": 0,
                        "bookStatus": 1,
                        "type": 0,
                        "cover": "https://cdn.weread.qq.com/weread/cover/96/cpPlatform_kmqPY1boCDVyMxq2AvPdCY/s_cpPlatform_kmqPY1boCDVyMxq2AvPdCY.jpg",
                        "title": "Vue.js设计与实现",
                        "author": "霍春阳 著",
                        "payType": 1048577
                    },
                    "chapterIdx": 4,
                    "chapterTitle": "前言",
                    "author": {
                        "userVid": 111111111,
                        "name": "钟意",
                        "avatar": "https://res.weread.qq.com/wravatar/WV0006-yz9wC0VQCHa0FQ1oQqRYMe2/0",
                        "isFollowing": 1,
                        "isFollower": 1,
                        "isBlacking": 0,
                        "isBlackBy": 0,
                        "isHide": 0,
                        "nick": "从前慢",
                        "isV": 0,
                        "vDesc": "心在文学系的程序员",
                        "roleTags": [],
                        "followPromote": "",
                        "isDeepV": true,
                        "signature": "",
                        "medalInfo": {
                            "id": "M2-0-3000",
                            "desc": "阅读时长",
                            "title": "阅读时长",
                            "levelIndex": 3000
                        }
                    }
                }
            },
            {
                "reviewId": "111111111_7JazD3lPq",
                "review": {
                    "abstract": "尤雨溪,Vue.js作者",
                    "atUserVids": [],
                    "bookId": "3300028078",
                    "bookVersion": 493553401,
                    "chapterName": "序",
                    "chapterUid": 3,
                    "content": "!尤雨溪懂个锤子的vue",
                    "contextAbstract": "",
                    "friendship": 0,
                    "htmlContent": "",
                    "isPrivate": 0,
                    "range": "918-930",
                    "createTime": 1687454040,
                    "title": "",
                    "type": 1,
                    "reviewId": "111111111_7JazD3lPq",
                    "userVid": 111111111,
                    "topics": [],
                    "isLike": 0,
                    "isReposted": 0,
                    "book": {
                        "bookId": "3300028078",
                        "format": "epub",
                        "version": 1223597229,
                        "soldout": 0,
                        "bookStatus": 1,
                        "type": 0,
                        "cover": "https://cdn.weread.qq.com/weread/cover/96/cpPlatform_kmqPY1boCDVyMxq2AvPdCY/s_cpPlatform_kmqPY1boCDVyMxq2AvPdCY.jpg",
                        "title": "Vue.js设计与实现",
                        "author": "霍春阳 著",
                        "payType": 1048577
                    },
                    "chapterIdx": 3,
                    "chapterTitle": "序",
                    "author": {
                        "userVid": 111111111,
                        "name": "钟意",
                        "avatar": "https://res.weread.qq.com/wravatar/WV0006-yz9wC0VQCHa0FQ1oQqRYMe2/0",
                        "isFollowing": 1,
                        "isFollower": 1,
                        "isBlacking": 0,
                        "isBlackBy": 0,
                        "isHide": 0,
                        "nick": "从前慢",
                        "isV": 0,
                        "vDesc": "心在文学系的程序员",
                        "roleTags": [],
                        "followPromote": "",
                        "isDeepV": true,
                        "signature": "",
                        "medalInfo": {
                            "id": "M2-0-3000",
                            "desc": "阅读时长",
                            "title": "阅读时长",
                            "levelIndex": 3000
                        }
                    }
                },
                "likesCount": 7
            }
        ]
    }
}
🟠400参数不正确
🟢201参数无意义
修改于 2024-08-21 17:02:58
上一页
获取凭证活性
下一页
获取书架书籍
Built with