OpenApi.http 268 B

123456789101112131415161718192021
  1. ### 设备详情
  2. POST {{host}}/api/v1/device/_detail/_query
  3. Content-Type: application/json
  4. X-Access-Token: {{token}}
  5. {
  6. "pageSize": 20
  7. }
  8. ### 同步设备状态
  9. POST {{host}}/api/v1/device/state/_sync
  10. Content-Type: application/json
  11. X-Access-Token: {{token}}
  12. {
  13. }