AppKey: ********************{
"page": 0,
"page_size": 0,
"start_date": 0,
"end_date": 0,
"oid": "string",
"order_type": 0,
"order_status": 0
}curl --location 'https://ip2up.com/api/v1/user/order/info' \
--header 'AppKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"page": 0,
"page_size": 0,
"start_date": 0,
"end_date": 0,
"oid": "string",
"order_type": 0,
"order_status": 0
}'{
"code": 0,
"msg": "string",
"data": {
"order_info": [
{
"Items": [
{
"BandwidthId": 0,
"CommodityID": 0,
"CommodityName": "string",
"Desc": "string",
"DurationTypeId": 0,
"Ext1": 0,
"ID": 0,
"OrderID": "string",
"Ports": "string",
"Quantity": 0,
"Scene": "string",
"Type": 0,
"Unit": 0,
"UnitPrice": 0,
"UnlimitedIpId": 0,
"amount": 0,
"original_amount": 0
}
],
"amount": 0,
"cn_description": "string",
"created_time": 0,
"currency": "string",
"description": "string",
"oid": "string",
"order_type": 0,
"original_amount": 0,
"pay_method": "string",
"payment_link": "string",
"platform": "string",
"source": 0,
"status": 0,
"tid": "string",
"updated_time": 0,
"user_id": 0
}
],
"total": 0
}
}