{
"id": "string"
}
curl --location --request POST '/api/applet/article/info' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"id": "string",
"title": "string",
"original": true,
"source": "string",
"author": "string",
"content": "string",
"publishTime": 0,
"readCnt": 0,
"collectCnt": 0,
"shareCnt": 0,
"isCollect": true
}
}