Update Issue 更新发行日期

POST /v1/platform/article/update-issue

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "id": 1001, //必填
  "issue": "2023-12-31" //必填
}
  • 《=
{
  "success": "OK"
}