接口 GeekDocRpcService
@FeignClient(name="yst-dms2-ss",
path="/rpc/template/template/sales/open-api")
@Validated
public interface GeekDocRpcService
达人档案RPC服务接口
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<String> geekDocAdd(GeekDocRpcSaveVO rpcSaveVO) 达人新增
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
geekDocAdd
@PostMapping("/geekDocAdd") com.elitesland.ystdms.sys.dto.ApiResult<String> geekDocAdd(@RequestBody GeekDocRpcSaveVO rpcSaveVO) 达人新增- 参数:
rpcSaveVO- 查询参数
-