客户列表

客户列表

post

列表

Header parameters
companyIdstringRequired

公司ID

Example: {{company}}
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

时间窗口

Example: 5000
signaturestringRequired

签名

Example: {{sign}}
langstringOptional

语言

Example: zh-CN
versionstringRequired

接口版本

Example: 0.0.1
Body
customerNostringOptional

客户编号

currentstringOptional

当前页

sizestringOptional

每页大小

Responses
200Success
application/json
post
POST /global/customer.admin.WhiteCustomerAdminApiService.page HTTP/1.1
Host: 
companyId: text
trace: text
apiKey: text
signature: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "customerNo": "esse ipsum tempor sint aute"
}
{
  "bizCode": "text",
  "code": "text",
  "data": {
    "current": 1,
    "records": [
      {
        "agentCustomerNo": "text",
        "companyId": 1,
        "createTime": 1,
        "customerGroupId": 1,
        "customerGroupName": "text",
        "customerNo": "text",
        "customerType": 1,
        "email": "text",
        "firstAccountActivateTime": 1,
        "firstName": "text",
        "id": 1,
        "idCard": "text",
        "idCardType": "text",
        "lastName": "text",
        "loginTime": 1,
        "name": "text",
        "openAccountType": 1,
        "phone": "text",
        "phoneArea": "text",
        "registerSource": 1,
        "remark": "text",
        "status": 1,
        "tgUserId": "text",
        "tgUserName": "text",
        "thirdAccountNo": "text",
        "thirdLoginSource": "text",
        "thirdUserId": "text",
        "unitId": 1,
        "unitName": "text",
        "updateTime": 1
      }
    ],
    "size": 1,
    "total": 1
  },
  "fail": true,
  "msg": "text",
  "msgParams": "text",
  "ok": true,
  "tm": 1,
  "trace": "text"
}

Last updated