智能柜
  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.11 [1011]Get All Customer List Interface

开发中
POST
https://api.aituoiot.xyz/smartlocker/api/v2/service
Get All Customer List Interface
获取所有客户清单列表接口

请求参数

Body 参数application/json

示例
{
    "oType": "1011",
    "apiKey": "43aa599d82c445c18d60107cfca9156d"
}

请求示例代码

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": "1011",
    "apiKey": "43aa599d82c445c18d60107cfca9156d"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "value": [
        {
            "userId": "a215642fd2224717be6666c2f3089b6c",
            "name": "12312s"
        },
        {
            "name": "as",
            "userId": "c4a29b113e6f4f85a57379f842fabb00"
        },
        {
            "userId": "666",
            "name": "customer"
        },
        {
            "userId": "Duck",
            "name": "Customer Chua"
        },
        {
            "userId": "777",
            "name": "777"
        },
        {
            "name": "neo001",
            "userId": "2b26fbd49da84bcc97dfdb43588da7a1"
        },
        {
            "userId": "12154",
            "name": "gdf"
        },
        {
            "userId": "ab179d0a08ad4a719cd80c80b6c4b798",
            "name": "Leibovic Brother"
        },
        {
            "name": "yangw",
            "userId": "818"
        },
        {
            "userId": "11ab0ac18587498784381ab50039f98b",
            "name": "Liang Betsy"
        },
        {
            "name": "Liang Jack",
            "userId": "c6886f1a41014dabb9c8b5fddb6e1ffb"
        },
        {
            "name": "Leibovic Steve",
            "userId": "993afd03d26f421fbaba5760f11b2779"
        },
        {
            "name": "Neces",
            "userId": "89fd7060bb9e4b4d8ad7f704f6b7ce45"
        },
        {
            "name": "test00002",
            "userId": "49112bbfe8254731b166b0597d574005"
        },
        {
            "userId": "0ec05b661cd848c2871e33c31076b3a9",
            "name": "test00003"
        },
        {
            "name": "xxxxxxx",
            "userId": "560b088d3d7a413d9b1e9bf71cced271"
        },
        {
            "userId": "c47a0b911fdf47ec999763d06f0c7459",
            "name": "xxxxxxxdd"
        },
        {
            "name": "zxcv",
            "userId": "c0d8bee731a54136ac16afb733d5b33a"
        },
        {
            "name": "asdf",
            "userId": "6886d24fd59440d78d9821b3950e3bd3"
        },
        {
            "name": "cccc",
            "userId": "0ea2c1ce50144154b865c09b64e53427"
        },
        {
            "name": "dddd",
            "userId": "6705c29af1064a57a9d461ea72db0f7e"
        },
        {
            "name": "ffff",
            "userId": "c3cbacd876884b088c2727309a743f22"
        },
        {
            "userId": "leo",
            "name": "leo"
        },
        {
            "userId": "chung0810",
            "name": "Chung"
        },
        {
            "name": "sdsads",
            "userId": "e1ea101c5c3e47799c44e16bd7719b42"
        }
    ],
    "msg": "Get customer information successful",
    "subCode": 0,
    "code": 0
}
修改于 2025-01-20 08:43:08
上一页
3.1.10 [1010]Get available box Interface
下一页
3.1.12 [1012]Get Single Customer Information Interface
Built with