WalletService

分批读取待导出的钱包流水

使用固定上界的不透明游标分批读取当前用户钱包流水;不执行 COUNT 或 OFFSET。cursor 为空表示首批,后续必须原样传回 nextCursor。

get/v1/console/wallet/ledger/export

Query parameters

pageSizeinteger
direction'' | 'credit' | 'debit'

流水方向筛选:空=全部,credit=入账,debit=出账

cursorstring

上一批返回的不透明 nextCursor;首批不传。

Response

OK

hasMoreboolean
nextCursorstring

Changes

Changed in 1 of the 2 revisions of this API.1