curl --location --request GET '/api/kb.square/record' \
--header 'token: {{api-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 4,
"robot_id": 1,
"image": "http://www.php-cw.localhost/uploads/images/20240430/20240430162849193314832.png",
"name": "发文发文",
"intro": "发文",
"create_time": "2024-05-08 15:07:33"
}
]
}