交易记录下载post请求改get请求

This commit is contained in:
2025-01-27 10:58:35 +08:00
parent c7b1d46b18
commit 708280ca14
3 changed files with 8 additions and 5 deletions

View File

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