|
|
|
@ -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); |
|
|
|
|