Authorization: ********************curl --location 'http://127.0.0.1:10010/order/api/pushthreeshopping/page' \
--header 'Authorization: <api-key>'{
"status": "",
"message": "",
"data": {
"list": [
{
"groupId": "",
"list": [
{
"id": "",
"groupId": "",
"mainUserId": "",
"orderId": "",
"orderNo": "",
"orderUserId": "",
"thawTime": ""
}
]
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0,
"pages": 0
}
}