Merge branch 'dev/dev_xp' into dev/dev
This commit is contained in:
@@ -211,7 +211,7 @@ public class ConvenientInquiryController {
|
||||
}
|
||||
|
||||
@ApiOperation("下载交易记录")
|
||||
@PostMapping("/exportTransactionRecords")
|
||||
@PostMapping("/queryTransaction/download")
|
||||
public void exportTransactionRecords(@Valid @RequestBody QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response){
|
||||
convenientInquiryService.exportTransactionRecords(queryPaymentInfoDTO, response);
|
||||
// return Response.success();
|
||||
|
||||
Reference in New Issue
Block a user