接口 ChannelRpcService


@FeignClient(name="yst-dms2-sopt", path="/rpc/channel") @Validated public interface ChannelRpcService
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final String
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelRpcDTO>>
    getChannelByCodes(List<String> channelCodes)
    根据库控渠道编码查询库控渠道信息
  • 字段详细资料

  • 方法详细资料

    • getChannelByCodes

      @PostMapping("/getChannelByCodes") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelRpcDTO>> getChannelByCodes(@RequestBody List<String> channelCodes)
      根据库控渠道编码查询库控渠道信息