- 起重机械制造单位控制器
- 起重机械司机实名认证
- CraneMonitorController
- PersonnelRegistrationController
- LiftingForewarnController
- PeccantController
- 安装作业
- DisclosureController
- SeatBeltListController
- 视频监控
- IdentifyController
- BorderlineIdentifyController
- InspectionManagementController
- 监测数据管理
- 监督抽查
- 检验监督
- 考试控制器
视频新增
POST
/projectVideo/save
请求参数
Body 参数application/json
id
integer <int64>
id
projectId
integer <int64>
项目id
videoUrl
string
视频地址
appKey
string
appkey
appSecret
string
appSecret
type
integer
视频类型
site
string
安装位置
videoNo
string
视频编号
videoName
string
设备编号
设备名称
isDel
string
可选
createBy
integer <int64>
创建人
createTime
string
创建时间
updateBy
integer <int64>
更新人
updateTime
string
更新时间
appToken
string
appToken
示例
{
"id": 0,
"projectId": 0,
"videoUrl": "string",
"appKey": "string",
"appSecret": "string",
"type": 0,
"site": "string",
"videoNo": "string",
"videoName": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"appToken": "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/projectVideo/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"projectId": 0,
"videoUrl": "string",
"appKey": "string",
"appSecret": "string",
"type": 0,
"site": "string",
"videoNo": "string",
"videoName": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"appToken": "string"
}'
返回响应
🟢200成功
application/json
Body
key
object
可选
示例
{
"": {}
}
修改于 2025-05-30 01:40:51