{ "id": 1 }
curl --location --request POST 'https://java-admin.likeadmin.cn//api/article/del' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
{ "code": 200, "msg": "成功", "data": [] }