Last updated 9 months ago
客户组列表
version=0.0.1 bizType=customer.admin.CustomerGroupAdminApiService.groupList B端鉴权之后可访问
全局链路唯一标志
{{mock_trace}}
公司ID
{{company}}
B端鉴权后token
{{auto_token}}
接口版本号
0.0.1
curl -L \ --request POST \ --url 'https://pre-api-test.cmfbl.com/openapi-b/customer.admin.CustomerGroupAdminApiService.groupList' \ --header 'trace: text' \ --header 'companyId: text' \ --header 'token: text' \ --header 'version: text' \ --header 'Content-Type: application/json' \ --data '{ "tradeType": 5, "customerNo": "86000020" }'
{ "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 }