{
"id": 87,
"type": 1,
"is_show": 0,
"is_blank": 0,
"title": "测试1",
"sort_order": 1,
"link": {
"path": "base",
"label": "搜索页面",
"name": "搜索页面",
"link": "search"
},
"parent_id": 0,
"icon": "lyecs-defined-iconfont lyecs-defined-icon-jinkoushuiyinliao"
}curl --location --request POST '/adminapi/decorate/pc_navigation/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 87,
"type": 1,
"is_show": 0,
"is_blank": 0,
"title": "测试1",
"sort_order": 1,
"link": {
"path": "base",
"label": "搜索页面",
"name": "搜索页面",
"link": "search"
},
"parent_id": 0,
"icon": "lyecs-defined-iconfont lyecs-defined-icon-jinkoushuiyinliao"
}'{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "PC导航栏更新成功"
}
}