public interface AssemblyConfService
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.biuqu.model.GlobalConfig> |
getChannelConf(com.biuqu.model.GlobalConfig config)
获取指定接口id的渠道配置集合
|
Map<String,String> |
getChannelDict(com.biuqu.model.GlobalConfig config)
获取指定渠道的字典配置集合
|
Map<String,String> |
getChannelUrl()
获取渠道接口列表(channelId和url映射关系)
|
List<com.biuqu.model.GlobalConfig> |
getClientConf(com.biuqu.model.GlobalConfig config)
获取指定接口id的客户端配置集合
|
Map<String,String> |
getClientUrl()
获取客户端接口列表(urlId和url映射关系)
|
Map<String,String> getChannelDict(com.biuqu.model.GlobalConfig config)
config - 指定渠道的字典配置key(主要基于channelId来查)List<com.biuqu.model.GlobalConfig> getClientConf(com.biuqu.model.GlobalConfig config)
config - 指定接口id的配置信息List<com.biuqu.model.GlobalConfig> getChannelConf(com.biuqu.model.GlobalConfig config)
config - 指定接口id的配置信息Copyright © 2023. All rights reserved.