curl --location --request POST 'http://www.likeadmin.localhost/adminapi/article.article/delete' \ --header 'token: {{token}}' \ --data-urlencode 'id='
{ "code": 1, "show": 1, "msg": "删除成功", "data": [] }