curl --location --request GET '/article/previousNextArticle/1'
{
"code": 200,
"data": {
"previous": {
"createTime": "2022-03-13 23:59:15",
"id": "2",
"thumbnail": "https://i.niupic.com/images/2022/03/12/9Wma.png ",
"title": "如何在 Vue3 中处理 img 标签图片加载错误的问题",
"viewCount": "6"
}
},
"msg": "操作成功"
}