基础数据相关

获取通用字典列表

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
200Success
application/json
post
/config.admin.AdminDictDubboService.getListByParentCode
200Success

获取国家字典列表

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,-1代表全部国家

Responses
200Success
application/json
post
/config.admin.AdminDictDubboService.getCountryListByParentCode
200Success

获取公司币种权限

post

bizType=config.admin.AdminAssetsDubboService.getAssetsList

Header parameters
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
companyIdstringRequired

公司ID

Example: {{company}}
tokenstringRequired

B端鉴权后token

Example: {{auto_token}}
Body
companyIdstringOptional

公司ID

Responses
200Success
application/json
post
/config.admin.AdminAssetsDubboService.getAssetsList
200Success

获取公司客户组资产权限

post

bizType=config.admin.AdminAssetsDubboService.getTradeTypeList

Header parameters
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
companyIdstringRequired

公司ID

Example: {{company}}
tokenstringRequired

B端鉴权后token

Example: {{auto_token}}
Body
objectOptional
Responses
200Success
application/json
post
/config.admin.AdminAssetsDubboService.getTradeTypeList
200Success

Last updated