请及时更新项目!
在标题和内容中搜索匹配关键词的知识,返回所有已审核通过的结果。
curl --location --request GET 'http://101.43.142.153/api/knowledge/search?keyword' \
--header 'Authorization: Bearer '
{
"code": 0,
"message": "",
"data": [
{
"id": 0,
"title": "",
"content": "",
"tags": [
""
],
"expert": {
"id": 0,
"username": "",
"password": "",
"address": "",
"role": "",
"addressList": [
{
"id": 0,
"user": {
"id": 0,
"username": "",
"password": "",
"address": "",
"role": "",
"addressList": [
{
"id": 0,
"user": {},
"receiver_name": "",
"phone": "",
"detail": ""
}
]
},
"receiver_name": "",
"phone": "",
"detail": ""
}
]
},
"createTime": "",
"updateTime": ""
}
]
}