X-API-Key: ********************{
"userId": "string",
"pageNum": 0,
"pageSize": 0,
"status": "string"
}curl --location --request POST '/book/orderList' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"pageNum": 0,
"pageSize": 0,
"status": "string"
}'{
"code": 0,
"msg": "string",
"data": [
{
"orderCode": "string",
"bookName": "string",
"bookAuthor": "string",
"bookCover": "string",
"price": 0,
"status": "string",
"createTime": "2019-08-24T14:15:22Z",
"payTime": "2019-08-24T14:15:22Z"
}
]
}