curl --location --request GET '/api/ad/lists?pid=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "大美女",
"pid": 1,
"image": "http://www.smyy.localhost/uploads/images/20220208095249b06e32239.jpg",
"link_type": 1,
"link_address": ""
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}