feat:新增导出消费明细的功能

This commit is contained in:
lulz1 2024-04-18 21:15:16 +08:00
parent e0ff8d492d
commit a1b211f311
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class OrderDetailController {
}
@ApiOperation("订单明细导出接口")
@PostMapping("/public/export")
@PostMapping("/export")
public ResponseEntity export(@RequestBody AuthenticationSignDto authenticationDto) {
File file = orderDetailPageQuery.exportOrderDetailToFile(authenticationDto);
Resource resource;