Get a list of universal dictionaries
bizType=config.admin.AdminDictDubboService.getListByParentCode
Header parameters
companyIdstringRequiredExample:
Company ID
{{company}}
tracestringRequiredExample:
Global link unique identifier
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
time window
5000
signaturestringRequiredExample:
sign
{{sign}}
langstringOptionalExample:
language
zh-CN
versionstringOptionalExample:
Interface version
0.0.1
Body
parentCodestringRequired
Dictionary code, area code: phone_code, registration source: register_source, bank list: bank_code
Responses
200Success
application/json
post
POST /global/config.admin.AdminDictDubboService.getListByParentCode HTTP/1.1
Host:
companyId: text
trace: text
apiKey: text
signature: text
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"parentCode": "phone_code"
}
200Success
[
{
"name": "Farming can only be guaranteed if it is settled",
"value": "consequat Ut dolor reprehenderit"
},
{
"name": "Very good condition",
"value": "exercitation deserunt est"
},
{
"name": "Beat this crowd",
"value": "in laboris magna dolore officia"
},
{
"name": "Cross-temperature connects the iron",
"value": "aliquip dolor ad ipsum"
},
{
"name": "low temperature",
"value": "ea ex reprehenderit"
}
]
Last updated