|
|
|
@ -1114,8 +1114,8 @@ public class AisinoConsoleInvoiceApiZhongQiServiceImpl implements IInvoiceApiSer |
|
|
|
|
return new HXResponse("9999","请求参数为空!"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// TODO: 2023/10/28 机动车加密导出路径配置
|
|
|
|
|
exportVehicleDTO.setSavePath("C:\\test\\fileDownload\\"); |
|
|
|
|
// 机动车加密导出路径配置
|
|
|
|
|
exportVehicleDTO.setSavePath(AisinoConsoleConstants.SAVE_PATH); |
|
|
|
|
|
|
|
|
|
// 发起请求
|
|
|
|
|
AjaxResult ajaxResult = null; |
|
|
|
|