cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/phone/action/task/status \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "taskId": 123 } '
{ "traceId": "", "code": 0, "msg": "", "data": { "taskId": 0, "taskStatus": 0 }, "status": "" }
phone operate - check task status
phone code
taskId
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data
Show child attributes