- 起重机械制造单位控制器
- 起重机械司机实名认证
- CraneMonitorController
- PersonnelRegistrationController
- LiftingForewarnController
- PeccantController
- 安装作业
- DisclosureController
- SeatBeltListController
- 视频监控
- IdentifyController
- BorderlineIdentifyController
- InspectionManagementController
- 监测数据管理
- 监督抽查
- 检验监督
- 考试控制器
考试证书附件
POST
/exam/saveFile
请求参数
Body 参数application/json
userId
integer <int64>
可选
fileId
integer <int64>
可选
示例
{
"userId": 0,
"fileId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9205/exam/saveFile' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"fileId": 0
}'
返回响应
🟢200成功
application/json
Body
key
object
可选
示例
{
"": {}
}
修改于 2025-06-17 07:57:26