{
"articleTitle": "string",
"articleSn": "string",
"articleThumb": "string",
"articleTag": "string",
"articleAuthor": "string",
"articleType": 0,
"content": "string",
"description": "string",
"keywords": "string",
"isShow": 0,
"addTime": "string",
"isHot": 0,
"isTop": 0,
"clickCount": 0,
"link": "string",
"articleCategoryId": [
0
],
"productIds": [
0
],
"articleId": 0
}
curl --location --request POST '/adminapi/content/article/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"articleTitle": "string",
"articleSn": "string",
"articleThumb": "string",
"articleTag": "string",
"articleAuthor": "string",
"articleType": 0,
"content": "string",
"description": "string",
"keywords": "string",
"isShow": 0,
"addTime": "string",
"isHot": 0,
"isTop": 0,
"clickCount": 0,
"link": "string",
"articleCategoryId": [
0
],
"productIds": [
0
],
"articleId": 0
}'