@ -6,6 +6,8 @@ import lombok.Data;
public class SearchDsSourceSellerListDTO {
private String searchKeyword;
private String isEncryptLogisticsOrderSupportDouyin;
private Integer page;
private Integer pageSize;
// 为了配合微应用的外部服务接口限制,先设置成string
private String page;
private String pageSize;
}
@ -34,7 +34,6 @@ public class SearchDsSourceSellerListService extends SPIBaseService implements E
try {
SearchDsSourceSellerListDTO filter = req.getData();
filter.setPageSize(10);
Map<String, Object> params = new HashMap<>();
params.put("userId", SecurityTool.encodeByAES(String.valueOf(shopId)));
params.put("platform", "ddMicroApp");