文档
测试

搜索界面默认推荐书籍

POST
https://b.mysread.com/api6.php?language=zh-Hant

请求参数

参数名
类型
描述
必填
ac
String
固定值【"getSearchDefault"】
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
msg
string
示例:成功了
必填
status
boolean
示例:true
必填
data
array
数据列表
必填
id
string
示例:297641
必填
title
string
示例:雲深不知處
必填

说明 / 示例

{ "code": "0", "msg": "成功了", "status": true, "data": [ { "id": "297641", "title": "雲深不知處" }, { "id": "400568", "title": "霡霂烟雨情" }, { "id": "392352", "title": "闪婚蜜宠:总裁大人求放过" }, { "id": "343587", "title": "你从深海来,遍地花开" }, { "id": "274279", "title": "溺宠娇妻:何处是归途" }, { "id": "19272", "title": "泄露春光" } ] }