明细查询
POST
/fast-service/v1/0.0/api/point/records/get
积分场景
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-vpjq75s2e4.kylin.shuyun.com/fast-service/v1/0.0/api/point/records/get' \
--header 'Authorization;' \
--header 'X-Caller-Service: ' \
--header 'X-Caller-sign: ' \
--header 'X-Caller-Timestamp: ' \
--header 'X-Caller-Sign: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizCode": "CTFCN",
"requestChannel": "WECHAT",
"requestSystem": "WECHAT_MALL",
"transactionId": "TX2024030490569",
"page": 1,
"pageSize": 20,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2022-12-30T02:24:02.202Z",
"sortBy": "updateTime",
"sortType": "string",
"identify": {
"memberId": "string",
"channel": "string",
"userId": "wxd678efh567hg6787_oGPAG5rdBP78jh_3cmJ1en8FvZlo"
},
"pointBizType": "POINT",
"recordTypes": "SEND",
"status": "VALID",
"shopCode": "string",
"traceId": "string"
}'
响应示例响应示例
{
"success": true,
"code": "string",
"message": "string",
"data": {
"page": 0,
"pageSize": 0,
"totalCount": 0,
"items": [
{
"memberId": "string",
"id": "12dwdw",
"totalPoint": 0,
"recordType": "SEND",
"description": "备注",
"traceId": "12dwdw",
"channelType": "TAOBAO",
"key": "string",
"shopCode": "string",
"point": 0,
"signedPoint": 0,
"changeTime": "2019-08-24T14:15:22Z",
"effectTime": "2019-08-24T14:15:22Z",
"expiredTime": "2019-08-24T14:15:22Z",
"recordSourceDetail": "string",
"KZZD1": "string",
"KZZD2": "string",
"KZZD3": "string"
}
]
}
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJicmFuY2hfMzgxMCIsImF1ZCI6InNtYXJ0X3BvcnRhbF91YXQiLCJpc3MiOiJzc28iLCJpcF9hZGRyZXNzIjoiMTAuMjAwLjE4MC43NiIsImV4cCI6MTczOTc5ODIzMCwiYnJhbmNoIjoiMzgxMCIsImlhdCI6MTczOTc5MTAzMH0.jqwTnQ0ah3k94Yjpn7hw91QtmKwsvXhjyibZpXDrGifaBcvzPdz8MjCg66FUohyKTS4ciZILl6xXJ5a1pQ_iIg
X-Caller-Service
string
可选
默认值:
{{caller}}
X-Caller-sign
string
可选
默认值:
{{sign}}
X-Caller-Timestamp
string
可选
默认值:
{{currentTime}}
X-Caller-Sign
string
网关签名
默认值:
{{sign}}
Body 参数application/json