curl --location --request GET '/adminapi/kb.square/lists?name=AI&author=小明&cid=0&is_show=1&start_time=2023-10-10 11:22:33&end_time=2023-11-10 11:22:33' \
--header 'token: {{admin-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"page_no": 1,
"page_size": 25,
"count": 1,
"lists": [
{
"id": 1,
"name": "发文发文",
"author": "用户99359791",
"image": "http://www.php-cw.localhost/uploads/images/20240430/20240430162849193314832.png",
"intro": "发文",
"sort": 0,
"create_time": "2024-04-30 16:28:50"
}
]
}
}