Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/shop/banner/list?title&imgUrl'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createTime": "",
"updateTime": "",
"id": 0,
"title": "",
"imgUrl": "",
"jumpUrl": "",
"sort": 0,
"status": 0,
"delFlag": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}