1. Door lock reports to the update server
Smart lock
English
  • 中文
  • English
  • Auth
    • Login
      POST
    • Code
      POST
    • Register
      POST
  • Lock
    • Query all locks held by the current user
      GET
    • Query the current lock details information
      GET
  • Password
    • Query all passwords of the current user
      GET
    • Time-limited password (offline password)
      POST
    • Single-time password (offline password)
      POST
    • Permanent password (offline password)
      POST
    • Clear the password (using this password to unlock, so the password will become invalid)
      POST
    • Cyclic cipher (offline cipher)
      POST
    • Password details
      GET
    • Delete password
      POST
    • Add password interface (to be called after the password is generated)
      POST
    • Change password
      POST
  • Bluetooth command
    • Door Lock Binding (Apartment)
      POST
    • Door Lock Binding (Dlock)
      POST
    • Add Lock Use
      POST
    • Modify Lock User
      POST
    • Delete Lock User
      POST
    • Read Door Lock Settings
      POST
    • Initialize Door Lock
      POST
    • Sync Door Lock Users
      POST
    • Sync Door Lock Operation Records
      POST
    • Get Lock Report Command Operations
      POST
    • Issue Door Lock Settings
      POST
    • Issue 4G Module Association
      POST
    • Issue Door Lock Operations
      POST
  • Card
    • Report card data (add card)
    • Delete Card
    • Get the current user's card list
    • Card Details
    • Modification Card
  • Fingerprint
    • Delete fingerprint
    • Report fingerprint data (add fingerprint)
    • Get the current fingerprint user list
    • Fingerprint Details
    • Modify fingerprint
  • Remote control
    • Delete remote
    • Report remote control data (add remote control)
    • Get the current list of remote control users
    • Remote control details
    • Modify remote control
  • Face
    • Delete face
    • Report facial data (add face)
    • Get the current list of facial recognition users
    • Facial Details
    • Modify face
  • Palm lines
    • Remove palm lines
    • Report palm print data (add palm print)
    • Get the current palm print user list
    • Palm print details
    • Modify palm lines
  • Door lock reports to the update server
    • Delete door lock
      POST
    • Save system settings
      POST
    • Synchronized door lock records (records not reported by the synchronized lock end)
      POST
    • Save lock end user
      POST
    • Save door lock settings
      POST
    • Save the door lock record, the current command is 0300 to call save
      POST
    • Report door lock binding 0700
      POST
    • 4G module association reporting
      POST
  • Operation Record
    • Get the current user's operation records
    • Delete operation records
    • Door lock records (no alarms)
  • Gateway
    • Query all gateways
    • Send instruction to unbind the gateway-door lock association
    • Unbind Gateway from Server-side User
  • Card issuing machine related interfaces
    • Method 1 for Binding the Card Issuing Machine
    • Method 2 for Binding the Card Issuing Machine
    • Delete card issuer
    • Delete online card
    • Create an online card to door lock device
    • Create an offline card for the hotel apartment
    • Online Card Save
    • Issue command to start collecting fingerprint data
    • Issue the command to stop collecting fingerprint data
    • Unbind card issuing machine
    • Synchronize and send fingerprint data to the door lock device
    • Query all card information based on the cardholder
  • 4G Direct Connection
    • Issue the command to associate the direct connection module with the door lock.
    • Report the association results of the direct connection module
    • Check the status of the direct connection module
    • 4G password delivery
  • 数据模型
    • 数据
    • 上报
    • 修改
    • 上报commonFormatData
    • 离线密码
    • 指令通用数据模型
  1. Door lock reports to the update server

Delete door lock

开发中
POST
/command/userunbindLock
The door lock actively reports the result of unbinding/initialization, notifying the server to delete the device binding relationship and related data (user, logs, configurations, etc.), completing the process of unbinding the device from the account.
Linkage logic: Corresponds to the "Door Lock Initialization" command issuance interface. After the device executes unbinding/initialization, it actively reports the result.
Important notes:
Generally used together with [Door Lock Initialization], where the data value is determined based on the result (unbinding/initialization).
For door locks that have already been initialized, it is only necessary to pass lockId and deviceId. The normal data value is the data reported by the door lock; for already initialized locks, pass 0800.
Usage scenario: After device unbinding/initialization is completed, the server cleans up the binding relationship and associated data.

请求参数

Header 参数

Body 参数application/json

示例
{
    "lockId": "1983762280781291522",
    "deviceId": "1983762280781291522",
    "data": "0800",
    "childId": "016929443A00",
    "userId": "1994295702918381570",
    "serverKeys": "1967574760092151",
    "lockKeys": "1B8763B4D7F6EA69",
    "pwAdmin": "85422381",
    "timeZone": "08",
    "lockSysTime": 1767581661233
}

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "lockId": "string",
    "deviceId": "string",
    "data": "string",
    "childId": "string",
    "userId": "string",
    "serverKeys": "string",
    "lockKeys": "string",
    "pwAdmin": "string",
    "timeZone": "string",
    "lockSysTime": "string"
}
上一页
Modify palm lines
下一页
Save system settings
Built with