Detail Card 获取Card详情

POST /v1/platform/card/detail

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "id": 1007 //必填
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1007,
    "category": "xxx",
    "sub": "xxx",
    "type": 1,
    "title": "xxx",
    "imgs": "https://xxx.com/xxx-w=480&t=auto.jpg,https://xxx.com/xxx-w=480&t=auto.jpg",
    "img_via": "xxx",
    "status": 1,
    "publish_at": 1704421223,
    "lang": "en"
  }
}