Get a list of universal dictionaries

Get a list of universal dictionaries

post

bizType=config.admin.AdminDictDubboService.getListByParentCode

Header parameters
companyIdstringRequired

Company ID

Example: {{company}}
tracestringRequired

Global link unique identifier

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

time window

Example: 5000
signaturestringRequired

sign

Example: {{sign}}
langstringOptional

language

Example: zh-CN
versionstringOptional

Interface version

Example: 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