Last updated 3 months ago
bizType=customer.admin.CustomerAdminApiService.queryAccountList
客户编号
交易玩法
成功
const response = await fetch('https://pre-api-test.cmfbl.com/openapi-b/customer.admin.CustomerAdminApiService.queryAccountList', { method: 'POST', headers: { "token": "text", "version": "text", "trace": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "customerNo": "{{customerNo}}", "tradeType": 1 }), }); const data = await response.json();
{}