查询云商城中的设备信息
简要描述:
- 此接口用于查询云商中指定的设备信息。
请求URL:
- 沙箱环境
http://api.mall.sandbox.yhsms.com.cn/Mall/Device/DeviceService.svc/GetDeviceList - 生产环境
http://api.mall.yhsms.com.cn/Mall/Device/DeviceService.svc/GetDeviceList
请求方式:
- GET
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| PlatformID | 是 | string | YHDT号 |
| DeviceID | 是 | string | 设备编号 |
返回示例
{"Code":"0","Method":0,"Compressed":false,"Encrypted":false,"Message": 设备信息}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| Message | string | 设备信息(数据结构参见Device设备基本信息) |
备注
- 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2019-01-07 20:27 作者:张国伟