Last updated 9 months ago
bizType=config.admin.AdminDictDubboService.getListByParentCode
字典code,区号:phone_code、注册来源:register_source、银行列表:bank_code
成功
const response = await fetch('https://pre-api-test.cmfbl.com/openapi-b/global/config.admin.AdminDictDubboService.getListByParentCode', { method: 'POST', headers: { "trace": "text", "companyId": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "parentCode": "phone_code" }), }); const data = await response.json();
[ { "name": "text", "value": "text" } ]