💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## **维护服务器接口 commondUrl** **接口描述** * 远程配置设备摄像头参数 **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * post **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | status| string | 0,成功,非0,失败| | deviceId| string | 设备id,不用传空| | ip| string | 摄像头ip| | port| string | 摄像头端口| | userName| string | 摄像头用户名| | passWord| string | 摄像头登录密码| | tag| string | 摄像头标记| **返回示例** ``` "status":0, "msg":"获取数据成功", "data":[         {             "deviceId":"723324",             "cameras":[                 {                     "ip":"192.168.1.1",                     "port":"8000",                     "userName":"admin",                     "passWord":"11111",                     "tag":"3", //摄像头标记                 }, {                     "ip":"192.168.1.1",                     "port":"8000",                     "userName":"admin",                     "passWord":"11111",                     "tag":"3", //摄像头标记 },             "deviceId":"11122275",             "cameras":[                 {                     "ip":"192.168.1.1",                     "port":"8000",                     "userName":"admin",                     "passWord":"11111",                     "tag":"3", //摄像头标记                 }, {                     "ip":"192.168.1.1",                     "port":"8000",                     "userName":"admin",                     "passWord":"11111",                     "tag":"3", //摄像头标记 }             ]         }     ] } ```