获取通用字典列表

获取通用字典列表

post

bizType=config.admin.AdminDictDubboService.getListByParentCode

Header parameters
companyIdstringRequired

公司ID

Example: {{company}}
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

时间窗口

Example: 5000
signaturestringRequired

签名

Example: {{sign}}
langstringOptional

语言

Example: zh-CN
versionstringOptional

接口版本

Example: 0.0.1
Body
parentCodestringRequired

字典code,区号:phone_code、注册来源:register_source、银行列表: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": "了结才准农命",
    "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"
  }
]

Last updated