Keyboard shortcuts

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

Countries 获取国家列表

GET/POST /v1/web/movie/countries

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
}
  • 《=
{
  "success": "OK",
  "data": [{
    "code": "AE",
    "name": "United Arab Emirates"
  },
  {
    "code": "SA",
    "name": "Saudi Arabia"
  }]
}