{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 95977,
"sign": "{{SIGN}}",
"iccid": "8988308650104486856",
"state": 2,
"createDateStart": "2024-07-15 16:28:06",
"createDateEnd": "2025-03-03 18:42:59",
"updateDateStart": "2025-02-10 20:23:30",
"updateDateEnd": "2025-02-10 20:23:38",
"orderIdArrStr": "10004996,10004997",
"page": 1,
"pageSize": 2,
"stateArrStr": "0,1"
}curl --location 'https://oapi.eiotclub.com/api/v3/package/packageOrderRecord' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"iccid": "8988308650104486856",
"state": 2,
"createDateStart": "2024-07-15 16:28:06",
"createDateEnd": "2025-03-03 18:42:59",
"updateDateStart": "2025-02-10 20:23:30",
"updateDateEnd": "2025-02-10 20:23:38",
"orderIdArrStr": "10004996,10004997",
"page": 1,
"pageSize": 2,
"stateArrStr": "0,1"
}'{
"code": "200",
"data": [
{
"orderId": 10004996,
"iccid": "8988308650104486856",
"packageName": "PD-QT-30M-1天",
"packageCode": "PD-QT-30M-1D-RPOZLLB-2023120593A28A98",
"packageType": 2,
"gzhPackageName": "",
"state": 2,
"price": 0,
"currency": "USD",
"createDate": "2024-07-15 16:28:06",
"startDate": "2024-07-23 13:27:28",
"endDate": "2024-07-24 09:55:23",
"totalActive": 1,
"periodType": 2,
"flowTotal": 30,
"flowRemain": 0,
"renew": 0,
"isRefund": 0,
"outTradeNo": "81000020080403552211",
"salesChannel": "PLATFORM"
}
],
"total": 1,
"message": "success"
}