{
"fileId": "abc123-def456-ghi789"
}curl --location --request POST '/applications/save-apk' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "abc123-def456-ghi789"
}'{
"code": 200,
"message": "APK保存成功",
"data": {
"fileId": "abc123def456",
"fileSize": 12345678,
"appDownLoadUrl": "/uploads/testEnterprise/uuid123.apk",
"iconDownloadUrl": "/uploads/testEnterprise/uuid456.png",
"appName": "示例应用",
"versionName": "1.0.0",
"versionCode": 1,
"fileOriginalName": "example-app.apk",
"packageName": "com.example.app",
"status": 0,
"applicationId": 0
}
}