|
|
|
@ -1,5 +1,8 @@
|
|
|
|
|
package com.ms.api.spi.move;
|
|
|
|
|
|
|
|
|
|
import com.doudian.open.api.product_isv_getClueList.ProductIsvGetClueListRequest;
|
|
|
|
|
import com.doudian.open.api.product_isv_getClueList.ProductIsvGetClueListResponse;
|
|
|
|
|
import com.doudian.open.api.product_isv_getClueList.param.ProductIsvGetClueListParam;
|
|
|
|
|
import com.jinritemai.cloud.base.api.BaseRequest;
|
|
|
|
|
import com.jinritemai.cloud.base.api.BaseResponse;
|
|
|
|
|
import com.jinritemai.cloud.base.api.ExtensionService;
|
|
|
|
@ -27,6 +30,17 @@ public class GetShopCloudHotProductsService extends SPIBaseService implements Ex
|
|
|
|
|
// ----参数校验----
|
|
|
|
|
GetShopCloudHotProductsRequestDTO fields = req.getData();
|
|
|
|
|
|
|
|
|
|
ProductIsvGetClueListRequest request = new ProductIsvGetClueListRequest();
|
|
|
|
|
ProductIsvGetClueListParam param = request.getParam();
|
|
|
|
|
param.setSourceChannelCode("competitive");
|
|
|
|
|
param.setFirstCid(20005L);
|
|
|
|
|
param.setSecondCid(20224L);
|
|
|
|
|
param.setClueInfo("线索名称");
|
|
|
|
|
param.setCurrent(1L);
|
|
|
|
|
param.setPageSize(100L);
|
|
|
|
|
param.setCompetitiveClueType(0);
|
|
|
|
|
ProductIsvGetClueListResponse response = request.execute();
|
|
|
|
|
|
|
|
|
|
// ----逻辑校验----
|
|
|
|
|
|
|
|
|
|
// ----业务处理----
|
|
|
|
|