Last updated 1 month ago
bizType=config.admin.AdminDictDubboService.getListByParentCode
字典code,区号:phone_code、注册来源:register_source、银行列表:bank_code
返回信息
全局链路标志信息
系统通用返回码。0-成功,其他异常
模块标识码
处理时长(毫秒)
返回描述中占位符参数串,多个参数间以,分割
状态标志
const response = await fetch('/global/config.admin.AdminDictDubboService.getListByParentCode', { method: 'POST', headers: { "companyId": "text", "trace": "text", "apiKey": "text", "signature": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "parentCode": "phone_code" }), }); const data = await response.json();
{ "msg": "text", "fail": false, "trace": "text", "code": "text", "bizCode": "text", "ok": false, "data": [ {} ] }