搜索-提示语
开发中GET
/search/tips请求参数
Query 参数
keyword
string
所输入的关键词
示例值:
橘子
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
提示语
result
array [object {2}]
数据集合
ids
array[string]
关键字id集合
associatedWord
string
联想词
示例
{
"msg": "string",
"result": [
{
"ids": [
"string"
],
"associatedWord": "string"
}
]
}
最后修改时间: 2 年前