|
|
|
@ -27,6 +27,9 @@ public class DownPlatformServiceImpl implements DownPlatformService {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public CommonResult report(ReportDownDto reportDownDto) {
|
|
|
|
public CommonResult report(ReportDownDto reportDownDto) {
|
|
|
|
|
|
|
|
if (!reportDownDto.getScanfiles().isEmpty()) {
|
|
|
|
|
|
|
|
return CommonResult.failed("文件数量为空!");
|
|
|
|
|
|
|
|
}
|
|
|
|
String downUrl = serverUrlConfig.getDownloadPlatformServerUrl() + "api/downplatform/report";
|
|
|
|
String downUrl = serverUrlConfig.getDownloadPlatformServerUrl() + "api/downplatform/report";
|
|
|
|
String requestId = Func.randomUUID();
|
|
|
|
String requestId = Func.randomUUID();
|
|
|
|
String requestParam = Func.toJson(reportDownDto);
|
|
|
|
String requestParam = Func.toJson(reportDownDto);
|
|
|
|
|