curl --location --request GET '/customer/purchaseService/list?id='
{
"total": 0,
"rows": [
{
"id": 0,
"customerId": 0,
"servicePackageId": 0,
"servicePackageName": "string",
"serviceItemId": 0,
"serviceItemName": "string",
"serviceItemContent": "string",
"serviceStartTime": "2019-08-24T14:15:22Z",
"serviceEndTime": "2019-08-24T14:15:22Z",
"originalNumber": 0,
"purchasingDate": "2019-08-24T14:15:22Z",
"paymentStatus": "string",
"paymentTime": "2019-08-24T14:15:22Z",
"transactionCode": "string",
"customerName": "string"
}
],
"code": 0,
"msg": "string"
}