{
"id": 1,
"title": "斤斤计较",
"cid": 1,
"intro": "呃呃呃",
"content": "嘎嘎嘎",
"author": "小马哥",
"sort": 0,
"isShow": 1
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/article/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"title": "斤斤计较",
"cid": 1,
"intro": "呃呃呃",
"content": "嘎嘎嘎",
"author": "小马哥",
"sort": 0,
"isShow": 1
}'
{
"code": 200,
"msg": "成功",
"data": []
}