- 起重机械制造单位控制器
- 起重机械司机实名认证
- CraneMonitorController
- PersonnelRegistrationController
- LiftingForewarnController
- PeccantController
- 安装作业
- DisclosureController
- SeatBeltListController
- 视频监控
- IdentifyController
- BorderlineIdentifyController
- InspectionManagementController
- 监测数据管理
- 监督抽查
- 检验监督
- 考试控制器
添加设备检查记录整改通知
POST
/Inspection/save/rectification
请求参数
Body 参数application/json
id
integer <int64>
整改id
name
string
通知单名称
notice
integer <int64>
通知书id
person
string
整改人名称
time
string
整改时间
reply
string
整改回复
recordingId
integer <int64>
所属记录id
createBy
integer <int64>
创建人
createTime
string
创建时间
updateBy
integer <int64>
更新人
updateTime
string
更新时间
isDel
string
可选
noticeUrl
string
*
整改书Url
示例
{
"id": 0,
"name": "string",
"notice": 0,
"person": "string",
"time": "string",
"reply": "string",
"recordingId": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"isDel": "string",
"noticeUrl": "string"
}
示例代码
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/Inspection/save/rectification' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"notice": 0,
"person": "string",
"time": "string",
"reply": "string",
"recordingId": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"isDel": "string",
"noticeUrl": "string"
}'
返回响应
🟢200成功
application/json
Body
操作消息提醒
key
object
可选
示例
{
"": {}
}
修改于 2025-06-12 09:17:00