Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/shop/keyword/list'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createTime": "",
"updateTime": "",
"id": 0,
"keyword": "",
"jumpType": false,
"url": "",
"isHot": false,
"isDefault": false,
"sort": 0,
"delFlag": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}