客户列表
列表
Header parameters
companyIdstringRequiredExample:
公司ID
{{company}}
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
时间窗口
5000
signaturestringRequiredExample:
签名
{{sign}}
langstringOptionalExample:
语言
zh-CN
versionstringRequiredExample:
接口版本
0.0.1
Body
customerNostringOptional
客户编号
currentstringOptional
当前页
sizestringOptional
每页大小
Responses
200Success
application/json
401Error
application/json
403Error
application/json
404Error
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