Tải lên các tệp tạm thời thông qua giao diện này, và hệ thống sẽ tự động xóa chúng sau 7 ngày.
POST
curl -i -X POST \
/cloudphone/uploadUrl \
-H 'Content-Type: application/json' \
-d '{
"fileName": "example.jpg",
"id": 0
}'Response
{ "code": 0, "msg": "string", "data": { "presignedUrl": "string" }, "requestId": "string" }