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