Batch Status 批量更新文章状态

POST /v1/platform/article/batch-status

  • =》
{ "token": "xxx", //必填 "lang": "en", //必填 "ids": "1001,1002,1003", //必填 "status": 2, //必填 "remark": "xxx" //选填,默认为空 }
  • 《=
{ "success": "OK" }