uploads/{enterpriseName}/{UUID}.apk,uploads/{enterpriseName}/{UUID}.png,curl --location --request POST '/applications/upload-apk' \
--header 'Authorization: Bearer {{token}}' \
--form 'file=@""'{
"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
}
}