文档
测试

热门搜索

POST
{{base}}/hot-search

接口描述

热门搜索内容

响应参数

参数名
类型
描述
必填
error_code
number
0代表正常 1代表失败
必填
msg
string
返回调用信息
必填
data
array
数据列表
必填
fileName
string
书名
必填
title
string
标题
必填

说明 / 示例

>i 返回示例 ```json { "error_code": 0, "msg": "查询成功", "data": [{ "title": "Tools and Algorithms for the Construction and Analysis of Systems", "fileName": "2018_Book_ToolsAndAlgorithmsForTheConstr" }, { "title": "Computer Aided Verification", "fileName": "2018_Book_ComputerAidedVerification" }, { "title": "Nanoinformatics", "fileName": "2018_Book_Nanoinformatics" }, { "title": "Designing Sustainable Technologies, Products and Policies", "fileName": "2018_Book_DesigningSustainableTechnologi" }, { "title": "Optimizing HPC Applications with Intel® Cluster Tools", "fileName": "2014_Book_OptimizingHPCApplicationsWithI" }, { "title": "Hormones, Metabolism and the Benefits of Exercise", "fileName": "2017_Book_HormonesMetabolismAndTheBenefi" }, { "title": "Prozessintelligenz", "fileName": "2018_Book_Prozessintelligenz" }, { "title": "RESTART Sustainable Business Model Innovation", "fileName": "2018_Book_RESTARTSustainableBusinessMode" }, { "title": "Innovative Medicine", "fileName": "2015_Book_InnovativeMedicine" }, { "title": "Library and Information Sciences", "fileName": "2014_Book_LibraryAndInformationSciences" }] } ```