GET BAccount/APP_GetRecordList_ByResidentID?ResidentID={ResidentID}&LastID={LastID}&PageCnt={PageCnt}
根据用户ID 获取账户消费记录(账户操作记录)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ResidentID | 用户ID |
Define this parameter in the request URI. |
| LastID | 最后一条记录ID 第一次打开传“”(空) |
Define this parameter in the request URI. |
| PageCnt | 每页显示条数 |
Define this parameter in the request URI. |