- 小柔享睡
- 用户模块
- 设备模块
- 协议管理
- 版本管理
- 音乐管理
- 睡眠模块
- 阿里云
- 首页
- 意见反馈2.0
- 冥想模块
- gpt
- 配置管理
- 开放平台
获取用户设备列表
开发中
POST
/api/rlDevice/findByMemberAll
body保持空对象{}
请求参数
Header 参数
token
string
必需
示例值:
e6e83467673642d6a91245497c44ea34
channel
string
可选
默认值:
HOSPITAL_SAAS
Body 参数application/json
deviceType
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 '/api/rlDevice/findByMemberAll' \
--header 'token: e6e83467673642d6a91245497c44ea34' \
--header 'token;' \
--header 'channel: HOSPITAL_SAAS' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
id
integer
id
deviceName
string
设备名称
deviceNumber
string
设备编号
deviceUrl
string
设备封面
deviceType
integer
设备类型
deviceTypeStatus
string
设备状态
status
string
是否连接
wifiStatus
string
wifi状态
wifiName
string
wifi名称
electricQuantity
string
电量
semaphore
string
信号
示例
{
"id": 2,
"memberId": 4,
"deviceName": "香薰",
"deviceNumber": "000002",
"deviceUrl": "",
"electricQuantity": "电量",
"semaphore": "信号",
"deviceType": 1,
"deviceTypeStatus": "STOP",
"status": "Y"
}
🟢200公共信息
🟢200分页信息
修改于 2024-03-13 07:56:42