- 起重机械制造单位控制器
- 起重机械司机实名认证
- CraneMonitorController
- PersonnelRegistrationController
- LiftingForewarnController
- PeccantController
- 安装作业
- DisclosureController
- SeatBeltListController
- 视频监控
- IdentifyController
- BorderlineIdentifyController
- InspectionManagementController
- 监测数据管理
- 监督抽查
- 检验监督
- 考试控制器
交底新增
POST
/disclosure/save
请求参数
Body 参数application/json
id
integer <int64>
id
projectId
integer <int64>
项目id
title
string
交底标题
type
integer
可选
describes
string
描述
annex
integer <int64>
附件
responsible
string
负责人
participate
string
参与人
isDel
string
可选
createBy
integer <int64>
创建人
createTime
string
创建时间
updateBy
integer <int64>
更新人
updateTime
string
更新时间
projectName
string
项目名称
url
string
附件url
示例
{
"id": 0,
"projectId": 0,
"title": "string",
"type": 0,
"describes": "string",
"annex": 0,
"responsible": "string",
"participate": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"projectName": "string",
"url": "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/disclosure/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"projectId": 0,
"title": "string",
"type": 0,
"describes": "string",
"annex": 0,
"responsible": "string",
"participate": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"projectName": "string",
"url": "string"
}'
返回响应
🟢200成功
application/json
Body
key
object
可选
示例
{
"": {}
}
修改于 2025-05-28 04:47:15