{
"shopName": "string",
"deliveryTime": "string",
"token": "string",
"orderId": "string",
"page": 0,
"limit": 0,
"totalCount": 0
}curl --location --request POST '/order/return/platform/remindDeliveryExcel' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopName": "string",
"deliveryTime": "string",
"token": "string",
"orderId": "string",
"page": 0,
"limit": 0,
"totalCount": 0
}'{
"code": 0,
"message": "",
"data": {}
}