curl --location --request GET 'https://online-bookstore.aring.cc/api/order/detail/' \
--header 'token;'{
"code": 0,
"message": "成功",
"data": {
"page": 1,
"pageSize": 200,
"total": 1,
"records": [
{
"categoryId": 4,
"commodityId": 5,
"commodityNum": 2,
"commodityPrice": 16.5,
"id": 1,
"orderId": 4,
"delFlag": 0,
"categoryName": "分类名",
"username": "aring",
"commodityName": "唐诗300首"
}
]
}
}