Universal dictionaries
bizType=config.admin.AdminDictDubboService.getListByParentCode
Header parameters
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
companyIdstringRequiredExample:
公司ID
{{company}}
tokenstringOptionalExample:
B端鉴权后token
{{auto_token}}
Body
parentCodestringRequired
字典code,区号:phone_code、注册来源:register_source、银行列表:bank_code
Responses
200
成功
application/json
post
POST /openapi-b/global/config.admin.AdminDictDubboService.getListByParentCode HTTP/1.1
Host: pre-api-test.cmfbl.com
trace: text
companyId: text
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"parentCode": "phone_code"
}
200
成功
[
{
"name": "了结才准农命",
"value": "consequat Ut dolor reprehenderit"
},
{
"name": "状常好无派六",
"value": "exercitation deserunt est"
},
{
"name": "打这众基",
"value": "in laboris magna dolore officia"
},
{
"name": "交温接通这斯铁",
"value": "aliquip dolor ad ipsum"
},
{
"name": "低教温属增示",
"value": "ea ex reprehenderit"
}
]