zhiqi_points_ledger
Query point transaction ledger entries with cursor pagination by business date range. Returns flow type, direction, delta, balance snapshot, and voucher number for reconciliation.
Instructions
查询积分明细账(游标分页)。from/to 为业务日(Asia/Shanghai,YYYY-MM-DD,含端点),不是 UTC 时间戳。返回项含 flowType/direction/delta/余额快照/凭证号。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 业务日止(含),YYYY-MM-DD | |
| from | No | 业务日起(含),YYYY-MM-DD | |
| limit | No | 默认 20,上限 100 | |
| cursor | No | 上一页返回的 nextCursor | |
| flowType | No | 流水类型:INITIAL_GRANT/SURVIVAL_GRANT/TASK_REWARD_IN/TASK_SETTLE_OUT/TASK_PUBLISH_FREEZE/TASK_RELEASE_UNFREEZE/TASK_PENALTY_OUT/TASK_PENALTY_IN/PENALTY_REVERSAL_OUT/PENALTY_REVERSAL_IN/ADMIN_ADJUST_IN/ADMIN_ADJUST_OUT |