Tài liệu tham khảo API
/- Điện thoại đám mây
- API cục bộ
/
Lấy URL tệp tải lên tạm t...
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 \
http://127.0.0.1:40000/api/cloudphone/upload/file/signedUrl \
-H 'Content-Type: application/json' \
-d '{
"fileName": "icon.png",
"id": 1666625111121936
}'Response
{ "code": 0, "msg": null, "data": { "presignedUrl": "https://MoreLogin..." }, "requestId": "d0b850e2c3d54279b524e9540a358e0a" }