图纸处理状态 0-未处理 1-处理中 2-已处理
{ "guid": "string" }
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/drawing/delete' \ --header 'app-id: op191eb50f9b81873c' \ --header 'time-stamp: {{timeStamp}}' \ --header 'app-sign: {{sign}}' \ --header 'X-FS-Orgcode: TEAM001' \ --header 'Content-Type: application/json' \ --data-raw '{ "guid": "string" }'
{ "status": 0, "msg": "OK" }