Save Ads 新建或更新Ads

POST /v1/platform/ads/save

  • =》
{
  "token": "xxx",
  "id": 1000,
  "title": "xxx",
  "alias": "xxx",
  "url": "xxx",
  "images": "https://oa.sve.cc/i/123/xxx.jpg", //上传时:service为ads
  "remark": "xxx",
  "status": 1,
  "flag": "0",
  "created_at": 1714359193,
  "updated_at": 1714359193,
  "removed_at": 0,
  "lang": "ar"
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1004,
  }
}