文档
测试

子商户积分记录查询

POST
/admin/merchantSubInfo/pointRecord/{merchantSubId}

请求参数

参数名
类型
描述
必填
merchantSubId
子商户id
必填

说明 / 示例

```json { "status": 200, "error": "", "message": "操作成功!", "payload": { "records": [ { "recordId": "897486913915719680", "title": "赠送给深蓝创新", "status": "2", "changeCount": 2, "detailId": null, "channel": "mall-userGive", "channelCode": "897486913729466368-send", "pointId": 6, "customerCode": "merchantSub_1", "createTime": "2021-10-12 14:12:35", "relationRecordId": null, "deleted": false, "timestamp": 1634019154778 }, { "recordId": "896457382140444672", "title": "赠送给测试员工", "status": "2", "changeCount": 1, "detailId": null, "channel": "mall-userGive", "channelCode": "896457381761269760-send", "pointId": 6, "customerCode": "merchantSub_1", "createTime": "2021-10-09 18:01:35", "relationRecordId": null, "deleted": false, "timestamp": 1633773695275 }, { "recordId": "896435518974328832", "title": "刘群毓回收", "status": "1", "changeCount": 5, "detailId": 7940, "channel": "mall-userGive", "channelCode": "896435517009694720-revenue", "pointId": 6, "customerCode": "merchantSub_1", "createTime": "2021-10-09 16:34:43", "relationRecordId": null, "deleted": false, "timestamp": 1633768482664 }, { "recordId": "896435512292802560", "title": "刘群毓回收", "status": "1", "changeCount": 5, "detailId": 7939, "channel": "mall-userGive", "channelCode": "896435510391083008-revenue", "pointId": 6, "customerCode": "merchantSub_1", "createTime": "2021-10-09 16:34:41", "relationRecordId": null, "deleted": false, "timestamp": 1633768481066 }, { "recordId": "896435505787437056", "title": "刘群毓回收", "status": "1", "changeCount": 5, "detailId": 7938, "channel": "mall-userGive", "channelCode": "896435503885717504-revenue", "pointId": 6, "customerCode": "merchantSub_1", "createTime": "2021-10-09 16:34:40", "relationRecordId": null, "deleted": false, "timestamp": 1633768479519 }, { "recordId": "896430327466164224", "title": "深蓝创新赠送", "status": "1", "changeCount": 5, "detailId": 7936, "channel": "mall-userGive", "channelCode": "896430325379891200-revenue", "pointId": 6, "customerCode": "merchantSub_1", "createTime": "2021-10-09 16:14:05", "relationRecordId": null, "deleted": false, "timestamp": 1633767244916 } ], "total": 6, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "countId": null, "maxLimit": null, "pages": 1 } } ```