作业状态(status)

Request

  • Endpoint: POST https://render.real-api.online/rapi/ask_service

  • Headers:

    • Content-Type: application/json

  • Body:

{
  "prodCred": {
    "insID": 0,
    "appKey": "ABC",
    "prodKey": "DEF"
  },
  "ask": "status",
  "service": {
      "jobID": "<job_id>"
  }
}

Response

  • Status: 200 OK

  • Body:

{
    "msg": "SUCCESS",
    "data": {
        "status": <job_status>,
        "jobID": <job_id>,
        "url": null
    }
}

所有状态的列表可以在这里找到。

Last updated