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