Authorization: ********************curl --location --request GET 'http://127.0.0.1:10010/order/api/pushthreeshopping/inProgress' \
--header 'Authorization: <api-key>' \
--form 'current="1"' \
--form 'limit="10"' \
--form 'keywords=""'{
"status": "",
"message": "",
"data": [
{
"groupId": "",
"bonus": 0.0,
"list": [
{
"id": "",
"groupId": "",
"mainUserId": "",
"orderId": "",
"orderNo": "",
"orderUserId": "",
"thawTime": "",
"bonus": 0.0,
"orderTitle": "",
"totalFee": 0.0,
"orderCreateTime": "",
"mainUserNickname": "",
"orderUserNickname": "",
"orderUserAvatar": "",
"itemCover": ""
}
]
}
]
}