交易记录下载 返回文件流改为返回文件下载地址

This commit is contained in:
2025-01-27 16:39:19 +08:00
parent 708280ca14
commit 68a9462714
4 changed files with 71 additions and 18 deletions

View File

@@ -52,5 +52,5 @@ public interface ConvenientInquiryService extends IService<Questionnaire> {
Map<String, List<String>> getCities();
void exportTransactionRecords(String params, HttpServletResponse response);
String exportTransactionRecords(QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response);
}