{
"title": "string",
"content": "string",
"summary": "string",
"isComment": 0
}
curl --location --request PUT '43.139.194.209:8088/article/update/' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"summary": "string",
"isComment": 0
}'
{
"code": 200,
"msg": "操作成功"
}