List Article 获取文章列表

POST /v2/platform/article/list

  • =》
{ 
  "token": "xxx", //必填
  "lang": "ar", //必填
  "cid": "mi", //必填
  "classify": 0, //默认为0,可以单个使用(支持按位或操作查询)
  "id": 0, //默认为0
  "category": "xxx", //默认为空
  "sub": "xxx", //默认为空
  "issue": "xxxx-xx-xx", //默认为空
  "site_id": -1, //默认为空或-1时,表示所有
  "status": 0, //0表示所有,其它数值可以单个使用(支持按位或操作查询)
  "offset": 0, //分页或更多使用,为空时,默认为0
  "limit": 10  //每次拉取条数,为空时,默认为10,最大100
}
  • 《=
{
  "success": "OK",
  "data": {
    "cid": "mi",
    "total": 1189,
    "list": [{
      "id": 2760,
      "user_id": 995,
      "history_id": 2721,
      "classify": 4,
      "title": "Beirut ..Is It still The Arabs' Capital of Tourism?",
      "alias": "بيروت هل مازالت عاصمة السياحة العربية؟",
      "on_screen": "بيروت هل مازالت عاصمة السياحة العربية؟",
      "slug": "beirut-is-it-still-the-arabs-capital-of-tourism",
      "cover": "https://oa.sve.cc/i/ar/article/20240318/202403181535397562.webp",
      "category": "Travel",
      "sub": "Ramadan",
      "wallpaper": "https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852.jpeg,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-720x1280.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-1080x1920.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-720x1440.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-1080x2160.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-720x1560.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-1080x2340.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-720x1640.webp,https://oa.sve.cc/i/ar/wallpaper/20240318/202403181305301852-1080x2460.webp",
      "issue": "2024-03-31",
      "mode": 1,
      "site_id": 1015,
      "remark": "",
      "status": 4,
      "updated_at": 1710747372,
      "lang": "ar"
    }]
  }
}