http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
keyword | 是 | string | 搜索关键词 |
lastBuff | 否 | string | 指定搜索结果的起始点 |
{
"type": 10063,
"keyword": "一键丰胸"
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |