简要描述:

  • 新增设备

接口版本:

版本号 制定人 制定日期 修订日期 备注
3.2.1 朱小乾 2022-08-03

请求URL:

  • /api/AioSetting/InsertAioEquiment

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
macAddress string MAC地址
areaId int 检区Id
areaName string 检区名称
status int 0:关闭;1:启动
remark string 备注

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": null
  5. }

错误时返回:

返回参数说明:

参数名 类型 说明

备注:

-

文档更新时间: 2022-08-10 11:03