curl --location --request GET '/api/KnowApply/lists?type=-1' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"is_collect": true,
"id": 4,
"user_id": 6,
"name": "小明的机器人",
"image": "http://www.php-kl.localhost/uploads/images/20230907/202309071418035afbd5507.png",
"intro": ""
},
{
"is_collect": false,
"id": 5,
"user_id": 0,
"name": "好的额",
"image": "http://www.php-kl.localhost/aa.png",
"intro": "斤斤计较"
}
]
}
}