From 8e9fab8ae57c425bbc33878022e0a6cd4b955247 Mon Sep 17 00:00:00 2001 From: Derran Date: Thu, 5 Dec 2024 17:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E7=9B=8A=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../walletaccount/user/WalletAccountUserQueryController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/WalletAccountUserQueryController.java b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/WalletAccountUserQueryController.java index 3bcccd9..c35f34d 100644 --- a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/WalletAccountUserQueryController.java +++ b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/WalletAccountUserQueryController.java @@ -55,7 +55,7 @@ public class WalletAccountUserQueryController { } - @ApiOperation("运营端导出用户收益记录分页") + @ApiOperation("运营端导出用户钱包账号记录分页") @GetMapping("/export/wallet-account-record/by/operator") public String userExportWalletAccountRecordByOperator(UsePageWalletAccountRecordByOperatorQueryParams queryParams) { return walletAccountQueryService.exportData(queryParams);