aed编辑
[TOC]
简要描述
- 小程序aed编辑接口
请求URL
https://test.fulin.cloud/firstaid/AdminAed/edit?vt=1
请求方式
- POST
参数
参数名 | 必选 | 类型 | 必填 | 说明 |
---|---|---|---|---|
vt | 接口标识 | int | Y | - |
id | 机柜id | int | Y | - |
siteid | 站点 | int | Y | - |
cabinet_id | 机柜id | int | N | - |
cabinet_name | 机柜名称 | string | N | - |
persid | 安装用户id | int | Y | - |
pers_name | 安装用户名称 | string | Y | - |
name | 设备名称 | string | Y | - |
guid | 设备标识 | string | Y | - |
producer | 制造公司 | string | Y | - |
model | 型号 | string | Y | - |
device_number | 设备号 | string | Y | - |
production_time | 生产日期 | string | N | - |
warranty_period | 保修期 | string | N | - |
activate_time | 激活日期 | string | N | - |
electr_expiratime | 电极片过期时间 | string | N | - |
expira_time | 过期时间 | string | N | - |
pictures | aed图片 | string | N | - |
is_intellect | 是否智能 | int | N | - |
remark | 备注 | string | N | - |
返回示例
{
"code":1,
"msg":"修改成功",
"data":{
"id":"3"
}
}