curl --location --request DELETE 'http://localhost:3000/api/admin/article//recover/$' \ --header 'Authorization;'
{ "code": 200, "message": "文章恢复成功" }