Remove Article 移除文章
POST /v1/platform/article/remove
- =》
{
"token": "xxx", //必填
"lang": "en", //必填
"id": 1001 //必填
}
- 《=
{
"success": "OK"
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
POST /v1/platform/article/remove
{
"token": "xxx", //必填
"lang": "en", //必填
"id": 1001 //必填
}
{
"success": "OK"
}