智能柜
  1. 3.2 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.2 API 详细

3.2.3 [1003]Customer Pickup Package

开发中
POST
https://api.aituoiot.xyz/smartlocker/api/v2/clientApiTest
Customer Pickup Package
客户取件

请求参数

Body 参数application/json

示例
{
    "oType": "1003",
    "tid": "123",
    "userId": "1",
    "deviceNo": "AT1003",
    "boxNo": "1",
    "orderCode": "1",
    "pinCode": "123456"
}

请求示例代码

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/clientApiTest' \
--header 'Content-Type: application/json' \
--data-raw '{
    "oType": "1003",
    "tid": "123",
    "userId": "1",
    "deviceNo": "AT1003",
    "boxNo": "1",
    "orderCode": "1",
    "pinCode": "123456"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "ok",
    "subCode": 0
}
修改于 2025-01-20 08:45:30
上一页
3.2.2 [1002]Employee Return Package
Built with