{
"id": 57,
"is_show": 1,
"is_hot": 0,
"is_top": 1,
"article_type": 1,
"article_category_id": [
10,
24
],
"content": "<p>文和乱武</p>",
"article_type_text": "普通文章",
"article_id": 57,
"article_title": "文和乱武10",
"article_sn": "100003",
"article_thumb": "img/gallery/202404/1713253936yf22l6HtrMcdprOrCW.png",
"article_tag": "战争",
"article_author": "贾诩",
"description": "战争与和平",
"keywords": "乱武",
"link": "www.baidu.com",
"product_ids": [
407,
408
]
}curl --location --request POST '/adminapi/content/article/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 57,
"is_show": 1,
"is_hot": 0,
"is_top": 1,
"article_type": 1,
"article_category_id": [
10,
24
],
"content": "<p>文和乱武</p>",
"article_type_text": "普通文章",
"article_id": 57,
"article_title": "文和乱武10",
"article_sn": "100003",
"article_thumb": "img/gallery/202404/1713253936yf22l6HtrMcdprOrCW.png",
"article_tag": "战争",
"article_author": "贾诩",
"description": "战争与和平",
"keywords": "乱武",
"link": "www.baidu.com",
"product_ids": [
407,
408
]
}'{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "文章更新成功"
}
}