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
      • 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
      • Bind Door Lock
        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
      • 修改掌纹
    • Fingerprint Copy
      • 删除掌纹
      • 上报掌纹数据(添加掌纹)
      • 获取当前掌纹用户列表
      • 掌纹详情
      • 修改掌纹
    • Door lock reports to the update server
      • 门锁删除
      • 保存系统设置
      • 同步门锁记录(同步锁端未上报的记录)
      • 保存锁端用户
      • 保存门锁设置
      • 保存门锁记录,当前指令是0300调用保存
      • 上报门锁绑定0700
      • 4G模组关联上报
    • Operation Record
      • 获取当前用户操作记录
      • 删除操作记录
      • 门锁记录(无告警)
    • Gateway
      • 查询所有网关
      • 下发网关解绑门锁关联
      • 网关与服务端用户解绑
    • Card issuing machine related interfaces
      • 绑定发卡机方法1
      • 删除发卡机
      • 删除在线卡片
      • 制作在线卡到门锁设备
      • 制作酒店公寓离线卡
      • 在线卡保存
      • 下发开始采集指纹数据指令
      • 下发终止采集指纹数据指令
      • 解绑发卡机
      • 绑定发卡机方法2
      • 同步下发指纹数据到门锁设备
    • 4G Direct Connection
      • 下发直连模块关联门锁指令
      • 上报直连模块关联结果
      • 检测直连模块状态
      • 4G下发密码
    • 数据模型
      • 数据
      • 上报
      • 修改
      • 上报commonFormatData
      • 离线密码
      • 指令通用数据模型

    离线密码

    {
        "pwAdmin": "string",
        "newPwAdmin": "string",
        "name": "string",
        "effectiveDate": "string",
        "failDate": "string",
        "agingType": "string",
        "agreementType": "string",
        "timesTamp": "string"
    }
    Built with