feat():添加导出接口
parent
477d134d94
commit
8b39b78159
|
@ -177,7 +177,7 @@ public class OrderPayCustomerController {
|
|||
|
||||
|
||||
@Log(title = "导出支付", businessType = BusinessType.EXPORT)
|
||||
@RequiresPermissions("pay:user:export")
|
||||
@RequiresPermissions("pay:customer:export")
|
||||
@PostMapping("/export")
|
||||
public void export (HttpServletResponse response, @Validated @RequestBody CustomerListReq customerListReq) {
|
||||
log.info("进行导出操作");
|
||||
|
|
Loading…
Reference in New Issue