curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/customers//transactions?merchantId&pageNo=1&pageSize=10&customerId=1024'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"cardId": 0,
"storeId": 0,
"amount": 0,
"balanceBefore": 0,
"balanceAfter": 0,
"timesBefore": 0,
"timesAfter": 0,
"bizType": 0,
"bizId": 0,
"packageItemName": "",
"remark": "",
"createTime": ""
}
]
}
}