{
"isHotSearch": 0,
"list": [
{
"id": 1,
"name": "华为手机",
"sort": 0
}
]
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/setting/search/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"isHotSearch": 0,
"list": [
{
"id": 1,
"name": "华为手机",
"sort": 0
}
]
}'
{
"code": 200,
"msg": "成功",
"data": []
}