接口 GeekDocRpcService


@FeignClient(name="yst-dms2-ss", path="/rpc/template/template/sales/open-api") @Validated public interface GeekDocRpcService
达人档案RPC服务接口
  • 字段详细资料

  • 方法详细资料

    • geekDocAdd

      @PostMapping("/geekDocAdd") com.elitesland.ystdms.sys.dto.ApiResult<String> geekDocAdd(@RequestBody GeekDocRpcSaveVO rpcSaveVO)
      达人新增
      参数:
      rpcSaveVO - 查询参数
    • listByGeekCodes

      @PostMapping("/geekDocListByCodes") com.elitesland.ystdms.sys.dto.ApiResult<List<GeekDocRpcDTO>> listByGeekCodes(@RequestBody @Valid @Valid GeekDocListByCodesRpcQuery query)
      按达人编码集合查询达人档案(含资源、地址及 UDC/区域等展示字段)