@Service public class AssemblyConfServiceImpl extends Object implements AssemblyConfService
简化dict和config的查询
| 构造器和说明 |
|---|
AssemblyConfServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.biuqu.model.GlobalConfig> |
getChannelConf(com.biuqu.model.GlobalConfig confParam)
获取指定接口id的渠道配置集合
|
Map<String,String> |
getChannelDict(com.biuqu.model.GlobalConfig confParam)
获取指定渠道的字典配置集合
|
Map<String,String> |
getChannelUrl()
获取渠道接口列表(channelId和url映射关系)
|
List<com.biuqu.model.GlobalConfig> |
getClientConf(com.biuqu.model.GlobalConfig confParam)
获取指定接口id的客户端配置集合
|
Map<String,String> |
getClientUrl()
获取客户端接口列表(urlId和url映射关系)
|
public Map<String,String> getClientUrl()
AssemblyConfServicegetClientUrl 在接口中 AssemblyConfServicepublic Map<String,String> getChannelUrl()
AssemblyConfServicegetChannelUrl 在接口中 AssemblyConfServicepublic Map<String,String> getChannelDict(com.biuqu.model.GlobalConfig confParam)
AssemblyConfServicegetChannelDict 在接口中 AssemblyConfServiceconfParam - 指定渠道的字典配置key(主要基于channelId来查)public List<com.biuqu.model.GlobalConfig> getClientConf(com.biuqu.model.GlobalConfig confParam)
AssemblyConfServicegetClientConf 在接口中 AssemblyConfServiceconfParam - 指定接口id的配置信息public List<com.biuqu.model.GlobalConfig> getChannelConf(com.biuqu.model.GlobalConfig confParam)
AssemblyConfServicegetChannelConf 在接口中 AssemblyConfServiceconfParam - 指定接口id的配置信息Copyright © 2023. All rights reserved.