文档
测试

用户金币明细接口

POST
http://localhost:8080/sqdk/earnOrder/appEarnOrderList

请求参数

参数名
类型
描述
必填
earnOrder.id
int
用于分页 第一页不用填 下一页填列表最后一个id
必填
earnOrder.earnType
string
1 支出,2 收入, 23,24,25 (23金币兑换,24金币赚取,25闲玩) 传多个用逗号分开
必填
earnOrder.userId
integer
用户id
必填

说明 / 示例

```json [ { "id": 4838418, "earnType": "14", "earnChildType": null, "title": "限时抢红包奖励", "money": 0.05, "userId": 330142, "createTime": "2020-06-02 14:10:00.75", "chaType": null, "orderId": null, "earnPmtype": null }, { "id": 4838373, "earnType": "14", "earnChildType": null, "title": "限时抢红包奖励", "money": 0.11, "userId": 330142, "createTime": "2020-06-02 14:09:05.157", "chaType": null, "orderId": null, "earnPmtype": null }, { "id": 4441696, "earnType": "14", "earnChildType": null, "title": "限时抢红包奖励", "money": 0.05, "userId": 330142, "createTime": "2020-05-26 18:43:22.513", "chaType": null, "orderId": null, "earnPmtype": null }, { "id": 4439682, "earnType": "14", "earnChildType": null, "title": "限时抢红包奖励", "money": 0.12, "userId": 330142, "createTime": "2020-05-26 17:55:13.027", "chaType": null, "orderId": null, "earnPmtype": null }, { "id": 4439154, "earnType": "14", "earnChildType": null, "title": "限时抢红包奖励", "money": 0.13, "userId": 330142, "createTime": "2020-05-26 17:42:45.29", "chaType": null, "orderId": null, "earnPmtype": null }, { "id": 4439114, "earnType": "14", "earnChildType": null, "title": "限时抢红包奖励", "money": 0.2, "userId": 330142, "createTime": "2020-05-26 17:42:04.363", "chaType": null, "orderId": null, "earnPmtype": null }, { "id": 3752263, "earnType": "22", "earnChildType": null, "title": "天天领红包", "money": 6.12, "userId": 330142, "createTime": "2020-05-14 14:09:14.0", "chaType": null, "orderId": null, "earnPmtype": null } ] ```