获取通用字典列表

获取通用字典列表

post

bizType=config.admin.AdminDictDubboService.getListByParentCode

Header parameters
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
companyIdstringRequired

公司ID

Example: {{company}}
tokenstringOptional

B端鉴权后token

Example: {{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"
  }
]

Last updated