CCRCOPENAUTH: ********************curl --location --request GET 'https://open.lcchunyi.com/v1test/ccrc/appointment/order/list?pageNo=1&pageSize=10&shopId=&orderStatus=&apptCategoryId=&appointmentPersonId=&startDay=&endDay=' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>'{
"code": "string",
"message": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"apptCategoryId": 0,
"apptTypeId": 0,
"shopId": "string",
"shopName": "string",
"apptItemId": 0,
"apptItemTitle": "string",
"customerId": "string",
"arriveDay": "string",
"arriveTime": "string",
"couponId": 0,
"orderStatus": 0,
"payType": 0,
"totalAmount": 0,
"due": 0,
"payment": 0,
"tradeNo": "string",
"auditStatus": 0,
"auditTime": "2019-08-24T14:15:22.123Z",
"auditUserId": "string",
"appointmentPersonId": "string",
"status": 0
}
],
"pages": 0,
"total": 0
},
"success": true
}