curl --location --request GET '/api/kb.square/lists?cid=0&keyword=法律机器人' \
--header 'token: {{api-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"page_no": 1,
"page_size": 25,
"count": 1,
"lists": [
{
"id": 1,
"robot_id": 1,
"name": "发文发文",
"author": "用户99359791",
"image": "http://www.php-cw.localhost/uploads/images/20240430/20240430162849193314832.png",
"intro": "发文",
"is_enable": 1,
"create_time": "2024-04-30 16:28:50"
}
]
}
}