Document direction filter for coin transactions

This commit is contained in:
远周 2026-04-18 19:11:52 +08:00
parent 0be3406e1f
commit 7630336bd8

View File

@ -277,6 +277,7 @@
| 字段 | 类型 | 必选 | 说明 |
|------|------|------|------|
| type | string | 否 | 流水类型筛选:`recharge/consume/reward/checkin/subscription/ppv/tip/withdraw/refund/freeze/unfreeze/admin_issue/admin_deduct` |
| direction | string | 否 | 收支方向筛选:`in / out` |
| page | number | 否 | 页码默认1 |
| pageSize | number | 否 | 每页条数默认20 |