Update Site 更新文章的站点

POST /v1/platform/article/update-site

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "id": 1001, //必填
  "site_id": 1001 //必填
}
  • 《=
{
  "success": "OK"
}