客户组列表
客户组列表
version=0.0.1 bizType=customer.admin.CustomerGroupAdminApiService.groupList B端鉴权之后可访问
Header parameters
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
companyIdstringRequiredExample:
公司ID
{{company}}
tokenstringRequiredExample:
B端鉴权后token
{{auto_token}}
versionstringRequiredExample:
接口版本号
0.0.1
Body
objectOptional
Responses
200
成功
application/json
post
POST /openapi-b/customer.admin.CustomerGroupAdminApiService.groupList HTTP/1.1
Host: pre-api-test.cmfbl.com
trace: text
companyId: text
token: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"tradeType": 5,
"customerNo": "86000020"
}
200
成功
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"name": "text",
"id": 1,
"type": 1,
"openAccountType": 1,
"tradeType": 1,
"assets": "text"
}
],
"ok": true,
"fail": true
}
Last updated