{
"id": 2,
"categoryId": 1,
"image": "http://dummyimage.com/400x400",
"name": "了放系铁11",
"remarks": "备注",
"tips": "cillum mollit fugiat proident",
"content": "dolor",
"sort": 43,
"isEnable": 1
}curl --location --request POST '/api/skill/manage/edit?id=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"categoryId": 1,
"image": "http://dummyimage.com/400x400",
"name": "了放系铁11",
"remarks": "备注",
"tips": "cillum mollit fugiat proident",
"content": "dolor",
"sort": 43,
"isEnable": 1
}'{
"code": 200,
"msg": "成功",
"data": []
}