智能柜
  1. 3.1 API 详细
智能柜
  • 智能柜 API 介绍
  • 3.1 API Interface Provided by Aituo
  • 3.2 API Interface Provided by Client
  • 3.1 API 详细
    • 3.1.1 [1001]Payment Feedback Interface
      POST
    • 3.1.2 [1002]Get Pickup PIN Interface
      POST
    • 3.1.3 [1003]Get All Terminal List Interface
      POST
    • 3.1.4 [1004]Get Single Device Information Interface
      POST
    • 3.1.5 [1005]Get All Employee List Interface
      POST
    • 3.1.6 [1006]Get Single Employee Information Interface
      POST
    • 3.1.7 [1007]Book the box Interface
      POST
    • 3.1.8 [1008]Cancel Book the box Interface
      POST
    • 3.1.9 [1009]Open box Interface
      POST
    • 3.1.10 [1010]Get available box Interface
      POST
    • 3.1.11 [1011]Get All Customer List Interface
      POST
    • 3.1.12 [1012]Get Single Customer Information Interface
      POST
    • 3.1.13 [1013]Resend order pickup code Interface
      POST
    • 3.1.15 [1015]Set Order Amount Interface
      POST
    • 3.1.16 [1016]Remote pickup interface
      POST
    • 3.1.17 [1017]Cancel Wait Pickup Order
      POST
    • 3.1.18 [1018]Get Wait Pickup Order
      POST
    • 3.1.19 [1019]Get Wait Dropoff Order
      POST
    • 3.1.20 [1020]Update pickup PIN
      POST
  • 3.2 API 详细
    • 3.2.1 [1001]EmployeeDropoff Package
      POST
    • 3.2.2 [1002]Employee Return Package
      POST
    • 3.2.3 [1003]Customer Pickup Package
      POST
  1. 3.1 API 详细

3.1.9 [1009]Open box Interface

开发中
POST
https://api.aituoiot.xyz/smartlocker/api/v2/service
Open box Interface
远程开柜接口

请求参数

Body 参数application/json

示例
{
    "oType": "1009",
    "apiKey": "43aa599d82c445c18d60107cfca9156d",
    "param": {
        "deviceNo": "10",
        "boxNo": "1"
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/service' \
--header 'Content-Type: application/json' \
--data-raw '{
    "oType": "1009",
    "apiKey": "43aa599d82c445c18d60107cfca9156d",
    "param": {
        "deviceNo": "10",
        "boxNo": "1"
    }
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "msg": "Open box successful",
    "subCode": 0,
    "code": 0
}
修改于 2025-01-20 08:42:49
上一页
3.1.8 [1008]Cancel Book the box Interface
下一页
3.1.10 [1010]Get available box Interface
Built with