Authorization: Bearer ********************{
"appId": "N9iQPS***h5zoBsZ",
"orderNo": "",
"startDate": 1709654400000,
"endDate": 1717200000000,
"allocated": 2,
"pageNow": 1,
"pageSize": 10
}curl --location '/openapi/getOrderList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"appId": "N9iQPS***h5zoBsZ",
"orderNo": "",
"startDate": 1709654400000,
"endDate": 1717200000000,
"allocated": 2,
"pageNow": 1,
"pageSize": 10
}'{
"code": 0,
"msg": "获取成功",
"data": {
"total": 1,
"pageSize": 10,
"pageNow": 1,
"list": [
{
"id": 67,
"accountId": 3,
"accountName": "agent",
"type": 1,
"orderInfo": {
"orderNo": "202989d***140624898",
"staticId": 15,
"name": "美区广播 · 10个 · 30天",
"num": 10,
"traffic": 0,
"amount": 55,
"duration": 30,
"status": 1,
"allocated": 2,
"regionId": 100,
"region": "USA-Los Angeles",
"payTime": "2026-03-06 20:10",
"createTime": "2026-03-06 20:10"
},
"payType": 0,
"payUrl": "",
"createId": 3,
"createName": "agent",
"remark": "",
"createdAt": "2026-03-06T12:10:36.320Z",
"updatedAt": "2026-03-06T12:10:47.076Z"
}
]
}
}