CCRCOPENAUTH: ********************curl --location --request GET 'https://open.lcchunyi.com/v1test/ccrc/appointment/type/list?pageNo=1&pageSize=10&status=' \
--header 'CCRCOPENAUTH: <api-key>'{
"code": "string",
"message": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"code": "string",
"name": "string",
"status": 0
}
],
"pages": 0,
"total": 0
},
"success": true
}