src/main/java/cc/mrbird/febs/mall/controller/AdminMallMemberController.java
@@ -77,6 +77,15 @@ } /** * 会员列表-系统拨付 */ @PostMapping("updateSystemPay") @ControllerEndpoint(operation = "会员列表-系统拨付", exceptionMessage = "操作失败") public FebsResponse updateSystemPay(@Valid MallSystemPayDto mallSystemPayDto) { return mallMemberService.updateSystemPay(mallSystemPayDto); } /** * 资金流水-列表 * @param moneyFlowListDto * @param request