接口 ChannelRpcService


@FeignClient(name="yst-dms2-sopt", path="/rpc/channel") @Validated public interface ChannelRpcService
  • 字段详细资料

  • 方法详细资料

    • getChannelByCodes

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

      @PostMapping("/getSpecialChannel") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelRpcDTO>> getSpecialChannel()
      查询全部的特殊渠道