{
"id": 738,
"is_show": 1,
"sort_order": 50,
"category_name": "唐诗宋词1",
"keywords": "唐诗宋词",
"category_desc": "唐诗宋词",
"parent_id": 734,
"measure_unit": "首",
"seo_title": "",
"short_name": "tssc",
"category_pic": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg",
"category_ico": "",
"is_hot": 0,
"search_keywords": ""
}
curl --location --request POST '/adminapi/product/category/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 738,
"is_show": 1,
"sort_order": 50,
"category_name": "唐诗宋词1",
"keywords": "唐诗宋词",
"category_desc": "唐诗宋词",
"parent_id": 734,
"measure_unit": "首",
"seo_title": "",
"short_name": "tssc",
"category_pic": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg",
"category_ico": "",
"is_hot": 0,
"search_keywords": ""
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "分类更新成功"
}
}