POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/upload/file/result \
-H 'Content-Type: application/json' \
-d '{
"id": 1666625111121936,
"fileId": "10069434"
}'Response
{ "code": 0, "msg": null, "data": { "id": "1666625111121936", "fileId": "10069435", "status": 0 }, "requestId": "e5d69c5e2d364106a0715dab1d9a03d3" }