curl --location --request GET '/api/goods/getSearchPage' \
--header 'token: {{token}}'{
"code": 1,
"msg": "获取成功",
"data": {
"hot_lists": [
"运动鞋",
"口罩"
],
"history_lists": [
"垫鞋跑步鞋",
"安踏运动鞋",
"一次性口罩",
"口罩"
]
},
"show": 0,
"time": "0.746663"
}