Get download order status
Parameter
Example
Type
Required
Description
Header
Example
Type
Required
Description
Parameter
Example
Type
Description
https://ppk.geodnet.com/api/download/status/123826curl -X GET "https://ppk.geodnet.com/api/download/status/123826" \
-H "token: eyJhbGciOiJIUzI1Ni..."{
"code": 200,
"message": "Success",
"data": {
"status": 2
}
}
/*
Order status:
1: Processing
2: Completed
3: Failed
*/Last updated
