{
"list": [
{
"name": "首页1",
"is_show": 1,
"link": {
"name": "首页",
"path": "/",
"type": "shop"
}
},
{
"name": "AI提问",
"is_show": 1,
"link": {
"name": "AI提问",
"path": "/dialogue",
"type": "shop"
}
},
{
"name": "AI行业",
"is_show": 1,
"link": {
"name": "AI行业",
"path": "/creation",
"type": "shop"
}
},
{
"name": "AI机器人",
"is_show": 1,
"link": {
"name": "AI机器人",
"path": "/application/layout/app",
"type": "shop"
}
},
{
"name": "AI",
"is_show": 1,
"link": {
"name": "AI数字人",
"path": "/digital_human",
"type": "shop"
}
}
]
}
curl --location --request POST '/adminapi/decorate.nav/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"name": "首页1",
"is_show": 1,
"link": {
"name": "首页",
"path": "/",
"type": "shop"
}
},
{
"name": "AI提问",
"is_show": 1,
"link": {
"name": "AI提问",
"path": "/dialogue",
"type": "shop"
}
},
{
"name": "AI行业",
"is_show": 1,
"link": {
"name": "AI行业",
"path": "/creation",
"type": "shop"
}
},
{
"name": "AI机器人",
"is_show": 1,
"link": {
"name": "AI机器人",
"path": "/application/layout/app",
"type": "shop"
}
},
{
"name": "AI",
"is_show": 1,
"link": {
"name": "AI数字人",
"path": "/digital_human",
"type": "shop"
}
}
]
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"business_overview": {
"total_amount": 0,
"total_num": 0,
"total_refund_amount": 0,
"total_refund_num": 0,
"net_income": 0
},
"user_overview": {
"user_num": 1,
"total_recharge_num": 0,
"user_total_amount": 0,
"user_total_quiz": 33,
"user_balance_chat": 17,
"user_robot_num": 0,
"user_kb_num": 0
}
}
}