Stat for Editor

POST /v1/platform/report/editor

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "service": "xxx", //必填,服务名称,参见Common API中的List Service
  "start": "xxxx-xx-xx", //选填, 开始日期
  "end": "xxxx-xx-xx" //选填,结束日期
}

不填写 start 开始日期与 end 结束日期时,将默认查询最近30天的数据

  • 《=
{
  "success": "OK",
  "data": {
    "list": [{
      "user_id": 995,
      "email": "budai@umeweb.com",
      "amount": 1
    }]
  }
}