Browse Source

收益明细

master
张彭杰 1 year ago
parent
commit
8e9fab8ae5
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/WalletAccountUserQueryController.java

2
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") @GetMapping("/export/wallet-account-record/by/operator")
public String userExportWalletAccountRecordByOperator(UsePageWalletAccountRecordByOperatorQueryParams queryParams) { public String userExportWalletAccountRecordByOperator(UsePageWalletAccountRecordByOperatorQueryParams queryParams) {
return walletAccountQueryService.exportData(queryParams); return walletAccountQueryService.exportData(queryParams);

Loading…
Cancel
Save