{
"brand_ids": [
6
],
"is_show": 1,
"sort_order": 50,
"cat_color": "rgba(111, 38, 38, 1)",
"category_id": 22,
"img_url": [
{
"pic_id": 1027,
"pic_thumb": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg",
"pic_name": "1"
}
],
"child_cat_ids": [
23
]
}
curl --location --request POST '/adminapi/decorate/mobile_cat_nav/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand_ids": [
6
],
"is_show": 1,
"sort_order": 50,
"cat_color": "rgba(111, 38, 38, 1)",
"category_id": 22,
"img_url": [
{
"pic_id": 1027,
"pic_thumb": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg",
"pic_name": "1"
}
],
"child_cat_ids": [
23
]
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "首页分类栏添加成功"
}
}