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

搜索微信读书库

GET
/common/tencent/read/search
接口级别:通用
撰写者:钟意

请求参数

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

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "result": true,
    "msg": "图书搜索成功 !",
    "data": {
        "sid": "xxxxxx搜索跟踪码",
        "results": [
            {
                "title": "作者",
                "searchIdx": 1,
                "scope": 6,
                "scopeCount": 106,
                "currentCount": 1,
                "type": 21,
                "authors": [
                    {
                        "userInfo": {
                            "type": 1,
                            "authorId": "393324",
                            "name": "马克思",
                            "fromBookId": "3300033217"
                        },
                        "desc": "作者 | 代表作《资本论(纪念版)全三卷》",
                        "totalCount": 63,
                        "hints": "1002|11001|pre-ranking-1;rank-wr-search-3|410930932_1724262476|9zU7tGAdk5|related_id|itemtype=21;",
                        "reason": "",
                        "books": []
                    }
                ]
            },
            {
                "title": "电子书",
                "searchIdx": 2,
                "scope": 17,
                "scopeCount": 851,
                "currentCount": 12,
                "type": 1,
                "books": [
                    {
                        "searchIdx": 1,
                        "bookInfo": {
                            "bookId": "3300033217",
                            "title": "资本论(纪念版)全三卷",
                            "author": "马克思",
                            "translator": "",
                            "cover": "https://cdn.weread.qq.com/weread/cover/47/cpPlatform_44rHTS2UJBGBnBtLGnyT1X/s_cpPlatform_44rHTS2UJBGBnBtLGnyT1X.jpg",
                            "payType": 34701313,
                            "type": 0,
                            "soldout": 0,
                            "showPaidInSearch": 0,
                            "newRating": 892,
                            "newRatingCount": 421,
                            "newRatingDetail": {
                                "title": ""
                            }
                        },
                        "readingCount": 728,
                        "subscribeCount": 0,
                        "inshelf": false,
                        "hints": "1001|11001|pre-ranking-1;rank-wr-search-3|410930932_1724262476|9zU7tGAdk5|related_id|itemtype=1;",
                        "reason": ""
                    },
                    {
                        "searchIdx": 2,
                        "bookInfo": {
                            "bookId": "3300033249",
                            "title": "共产党宣言:纪念版",
                            "author": "马克思恩格斯",
                            "translator": "",
                            "cover": "https://cdn.weread.qq.com/weread/cover/86/cpPlatform_anYtZZ1e1njGEScqDyAUoG/s_cpPlatform_anYtZZ1e1njGEScqDyAUoG.jpg",
                            "payType": 34701313,
                            "type": 0,
                            "soldout": 0,
                            "showPaidInSearch": 1,
                            "newRating": 923,
                            "newRatingCount": 1765,
                            "newRatingDetail": {
                                "title": "神作"
                            }
                        },
                        "readingCount": 323,
                        "subscribeCount": 0,
                        "inshelf": true,
                        "hints": "1001|11001|pre-ranking-1;rank-wr-search-3|410930932_1724262476|9zU7tGAdk5|related_id|itemtype=1;",
                        "reason": ""
                    },
                    {
                        "searchIdx": 3,
                        "bookInfo": {
                            "bookId": "920939",
                            "title": "资本论(超值白金版)",
                            "author": "马克思",
                            "translator": "朱登",
                            "cover": "https://cdn.weread.qq.com/weread/cover/84/YueWen_920939/s_YueWen_920939.jpg",
                            "payType": 4097,
                            "type": 0,
                            "soldout": 0,
                            "showPaidInSearch": 0,
                            "newRating": 807,
                            "newRatingCount": 4796,
                            "newRatingDetail": {
                                "title": "脍炙人口"
                            }
                        },
                        "readingCount": 371,
                        "subscribeCount": 0,
                        "inshelf": false,
                        "hints": "1001|11001|pre-ranking-1;rank-wr-search-3|410930932_1724262476|9zU7tGAdk5|related_id|itemtype=1;",
                        "reason": ""
                    },
                    {
                        "searchIdx": 4,
                        "b
🟠400参数不正确
🟢201参数无意义
修改于 2024-08-21 17:50:36
上一页
获取书籍热门标注
Built with