客户组列表
Last updated 7 months ago
version=0.0.1 bizType=customer.admin.CustomerGroupAdminApiService.groupList B端鉴权之后可访问
成功
模块标识码
状态返回码
状态描述
处理时长(毫秒)
跟踪码
返回描述中占位符参数串,多个参数间以,分割
数据体
const response = await fetch('https://pre-api-test.cmfbl.com/openapi-b/customer.admin.CustomerGroupAdminApiService.groupList', { method: 'POST', headers: { "trace": "text", "companyId": "text", "token": "text", "version": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "tradeType": 5, "customerNo": "86000020" }), }); const data = await response.json();
{ "bizCode": "text", "code": "text", "msg": "text", "tm": 0, "trace": "text", "msgParams": "text", "data": [ { "name": "text", "id": 0, "type": 0, "openAccountType": 0, "tradeType": 0, "assets": "text" } ], "ok": false, "fail": false }