curl --location 'http://192.168.1.36:8080/akaso/api/ocOrderIntegrals/list' \
--header 'token;' \
--data-urlencode 'timeZone=' \
--data-urlencode 'pageSize=' \
--data-urlencode 'pageNum='{
"state": "200",
"message": "成功",
"data": {
"pageNum": 1,
"pageSize": 5,
"totalPage": 1,
"total": 3,
"list": [
{
"order": {
"orderId": 6,
"rewardId": 0,
"customerId": 99550,
"customerEmail": "222222@qq.com",
"addressId": 4,
"usedIntegrals": 0,
"orderAmount": 0.0000,
"shipCode":"", //物流单号
"payAmount": "",
"freightAmount": "",
"orderStatus": 1,
"shoppingStatus": 0,
"orderType": 0,
"remarks": "",
"createTime": "2021-02-26T06:10:33.000+00:00",
"sourceType": 1,
"orderSn": "202102260103000001",
"payType": "",
"isPromote": 0, // 是否是推广订单(0-普通订单,1-推广订单)
"promoterId": "xxxxxxxxx" // 直接推广者ID
},
"item": {
"id": 3,
"orderId": "",
"productId": 28,
"productName": "小米 红米5A 全网通版 3GB+32GB 香槟金 移动联通电信4G手机 双卡双待",
"productIntegrals": 649,
"productPrice": 699.0000,
"quantity": 1,
"productType": "",
"couponId": "",
"createTime": "2021-02-26T06:10:33.000+00:00",
"productSn": "7437789",
"orderSn": "",
"productPic": "",
"productBrand": "小米",
"productAttr": "[{\"key\":\"颜色\",\"value\":\"银色\"},{\"key\":\"容量\",\"value\":\"32G\"}]",
"skuCode": ""
}
},
{
"order": {
"orderId": 5,
"rewardId": 0,
"customerId": 99550,
"customerEmail": "222222@qq.com",
"addressId": 4,
"usedIntegrals": 100,
"orderAmount": 698.0000,
"payAmount": "",
"freightAmount": 0, //运费金额
"shipCode":"", //物流单号
"orderStatus": 2,
"shoppingStatus": 0,
"orderType": 0,
"remarks": "订单支付超时,已自动取消订单",
"createTime": "2021-02-24T08:54:10.000+00:00",
"sourceType": 1,
"orderSn": "202102240102000005",
"payType": "",
"isPromote": 0, // 是否是推广订单(0-普通订单,1-推广订单)
"promoterId": "xxxxxxxxx" // 直接推广者ID
},
"item": {
"id": 2,
"orderId": "",
"productId": 28,
"productName": "小米 红米5A 全网通版 3GB+32GB 香槟金 移动联通电信4G手机 双卡双待",
"productIntegrals": 649,
"productPrice": 699.0000,
"quantity": 1,
"productType": "",
"couponId": "",
"createTime": "2021-02-24T08:54:10.000+00:00",
"productSn": "7437789",
"orderSn": "",
"productPic": "",
"productBrand": "小米",
"productAttr": "[{\"key\":\"颜色\",\"value\":\"银色\"},{\"key\":\"容量\",\"value\":\"32G\"}]",
"skuCode": ""
}
},
{
"order": {
"orderId": 4,
"rewardId": 0,
"customerId": 99550,
"customerEmail": "222222@qq.com",
"addressId": 1,
"usedIntegrals": 0,
"orderAmount": 699.0000,
"shipCode":"", //物流单号
"payAmount": "",
"freightAmount": "",
"orderStatus": 2,
"shoppingStatus": 0,
"orderType": 0,
"remarks": "订单支付超时,已自动取消订单",
"createTime": "2021-02-24T02:23:34.000+00:00",
"sourceType": 1,
"orderSn": "202102240101000004",
"payType": "",
"isPromote": 0, // 是否是推广订单(0-普通订单,1-推广订单)
"promoterId": "xxxxxxxxx" // 直接推广者ID
},
"item": {
"id": 1,
"orderId": "",
"productId": 0,
"productName": "小米 红米5A 全网通版 3GB+32GB 香槟金 移动联通电信4G手机 双卡双待",
"productIntegrals": 649,
"productPrice": 699.0000,
"quantity": 1,
"productType": "",
"couponId": "",
"createTime": "2021-02-24T02:23:33.000+00:00",
"productSn": "7437789",
"orderSn": "",
"productPic": "",
"productBrand": "小米",
"productAttr": "[{\"key\":\"颜色\",\"value\":\"银色\"},{\"key\":\"容量\",\"value\":\"32G\"}]",
"skuCode": ""
}
}
]
},
"code": "200"
}
},
"code": "200"
}