不朽的皮皮
  1. 示例项目
不朽的皮皮
  • 🦊一分钟,了解 Apifox !
  • 示例项目
    • 获取设备影子
      GET
    • 查询宠物详情
      GET
    • 新建宠物信息
      POST
    • 修改宠物信息
      PUT
    • 删除宠物信息
      DELETE
    • 根据状态查找宠物列表
      GET
  • SSE
    • 创建连接
      GET
    • 后台发数据
      POST
    • 关闭连接
      GET
  • food
  • PicTribe
    • TestController
      • 微博登录页面,生成登录链接
      • 回调页面,获取登录用户新
  • PicTribe Copy
    • TestController
      • 微博登录页面,生成登录链接
      • 回调页面,获取登录用户新
  • chat
  • 11
    POST
  • excel
    POST
  • 搜索账号
    POST
  • menu
    GET
  • 爬虫
    POST
  • 配料识别
    POST
  • 联网搜索工具
    POST
  • 搜索
    POST
  • 搜索
    POST
  • 星闪
    POST
  • e
    GET
  • 打印
    POST
  1. 示例项目

获取设备影子

开发中
GET
http://localhost:1921/api/basic/shadow
责任人:未设置

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:1921/api/basic/shadow'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "code": 0,
    "msg": "string",
    "data": {
        "properties": {
            "smoke": true,
            "power_switch": true,
            "gas_valve": true,
            "curtain_switch": true,
            "alarm": true
        },
        "event_time": "string"
    }
}
修改于 2025-03-20 06:13:49
上一页
🦊一分钟,了解 Apifox !
下一页
查询宠物详情
Built with