获取通用字典列表
bizType=config.admin.AdminDictDubboService.getListByParentCode
Header parameters
companyIdstringRequiredExample: 
公司ID
{{company}}tracestringRequiredExample: 
全局链路唯一标志
{{mock_trace}}apiKeystringRequiredExample: 
apiKey
{{apikey}}recvWindowstringOptionalExample: 
时间窗口
5000signaturestringRequiredExample: 
签名
{{sign}}langstringOptionalExample: 
语言
zh-CNversionstringOptionalExample: 
接口版本
0.0.1Body
parentCodestringRequired
字典code,区号:phone_code、注册来源:register_source、银行列表:bank_code
Responses
200Success
application/json
post
/global/config.admin.AdminDictDubboService.getListByParentCodePOST /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