Cabinet Api For Bestwond
  1. How to Get Box Door Status
Cabinet Api For Bestwond
  • Cabinet Released Api
    • Open device box
      POST
    • Screen display settings
      POST
    • Get device status
      POST
    • Get device box list
      POST
    • Get device list
      POST
    • Get device box log
      POST
  • How to Get Box Door Status
    • User API
      • Get box status api: User API
    • Set api for get box door open status
      POST
    • Get device box door open status
      POST
  • Save And Take By Bw
    • Set orders that can be saved in
      POST
    • Get device box doors that can be stored
      POST
    • Get device box used info
      POST
    • Express storage and retrieval API
      POST
    • Get device box save order info
      POST
    • Set Express storage and retrieval Webhook
      POST
    • Delete Order
      POST
    • Delete Order By Order No
      POST
  1. How to Get Box Door Status

User API

Use https://webhook.link test:
屏幕主动反馈:
开了:
{
"device_id": "2100013933",
"lock_address": "",
"lock_status": "",
"msg_data": {
"func_type": "lock_status",
"status_1": "{"suonum":"1","bannum":"1","suosta":"门开了"}",
"status_num": "1"
},
"msg_style": "2"
}
关了:
{
"device_id": "2100013933",
"lock_address": "",
"lock_status": "",
"msg_data": {
"func_type": "lock_status",
"status_1": "{"suonum":"1","bannum":"1","suosta":"门关了"}",
"status_num": "1"
},
"msg_style": "2"
}
主动查询,开着返回
{
"device_id": "2100013933",
"lock_address": "0101",
"lock_status": "0",
"msg_data": "",
"msg_style": "1"
}
主动查询,关闭返回
{
"device_id": "2100013933",
"lock_address": "0101",
"lock_status": "1",
"msg_data": "",
"msg_style": "1"
}
Modified at 2023-12-15 03:57:03
Previous
Get device box log
Next
Get box status api: User API
Built with