{}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/open_platform/drawing/info' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": 0,
"msg": "string",
"data": [
{
"drawing_name": "string",
"extension": "string",
"file_path": "string",
"file_url": "string",
"thumbnail_path": "string",
"thumbnail_url": "string",
"job_id": 0,
"guid": "string",
"upload_time": "string",
"cpe_guid": null,
"handle_status": 0,
"full_path": null,
"hash": null
}
]
}