curl --location --request GET '/shopapi/collect/lists' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 17,
"name": "redis入门",
"cover": "http://www.zsff.localhost/12",
"type": 4,
"study_num": null,
"sell_price": "200.00",
"categlogue_num": 2
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}