| Field Name | Field Value | Action |
|---|---|---|
| + Add Field | ||
| Field Name | Field Value | Action |
|---|---|---|
| + Add Field | ||
* Token can be used in either Request Headers or Request Parameters (Params)
{
"status": true,
"code": 0,
"msg": "获取成功",
"data": {
"page": 1,
"total": 9,
"totalPage": 1,
"results": [
{
"sn": "544987000",
"member": 18,
"payFrom": "balance",
"status": "payed",
"currency": "USD",
"targetId": 31,
"addtime": 20260305162723,
"genre": "purchase",
"totalFee": 6.5,
"activationStatus": "activating",
"voucherInfo": [],
"categoryInfo": {
"id": 31,
"name": "3HK0",
"sellCurrency": "USD",
"brandId": 18,
"trafficType": 1,
"regionCode": "HK",
"roamingRegionList": [
"MO"
],
"trafficTypeInfo": {
"id": 1,
"symbol": "unlimited_speed",
"name": "用完即停",
"description": "全速上网",
"speedLimitKbps": 0,
"isCutOff": 1,
"status": 0
}
},
"brandInfo": {
"id": 18,
"brand": "3国际万能卡"
}
},
{
"sn": "540538000",
"member": 18,
"payFrom": "balance",
"status": "payed",
"currency": "USD",
"targetId": 31,
"addtime": 20260210170728,
"genre": "purchase",
"totalFee": 6.5,
"activationStatus": "activated",
"voucherInfo": [
{
"orderSn": "540538000",
"categoryId": 31,
"lpa": "LPA:1$xxx.prod.xxxxxxxxxxx.com$TEST1234567890",
"status": 2,
"number": "",
"verifyCode": "123456",
"qrcode": "data:image/png;base64,..."
}
],
"categoryInfo": {...},
"brandInfo": {...}
},
...
]
}
}
| Field | Type | Description |
|---|---|---|
| token | string |
Access token/signaling used for API authentication |
| page | number |
Order Page Number |
| pageSize | number |
Items Per Page |
| genre | string |
Order Type (Optional), values: recharge - Recharge Order, purchase - Purchase Order |
| status | string |
Order Status (Optional), values: payed - Paid, pending - Pending, closed - Closed, refuse - Refused |
| Field | Type | Description |
|---|---|---|
| status | boolean |
【Request Status】 true - Success false - Request Failed |
| code | number |
- |
| msg | string |
【Request Description】 |
| data | array |
page - Current Page Number total - Total Orders totalPage - Total Pages results - Order List 【Order Details】 sn - Order Number genre - Order Type (Optional), values: recharge - Recharge Order, purchase - Purchase Order status - Order Status (Optional), values: payed - Paid, pending - Pending, closed - Closed, refuse - Refused addtime - Order Creation Time member - User ID payFrom - Payment Source currency - Currency Type totalFee - Order Amount categoryInfo - eSIM Type Information brandInfo - eSIM Brand Information activation_status - eSIM Activation Status (activated - Activated, activating - Activating) voucherInfo - eSIM Voucher Information (empty array when activation_status is activating; an array when activated, where each element represents an eSIM card) 【eSIM Type Information】 id - eSIM Type ID name - eSIM Name note - eSIM Description hasNumber - Has Number needRealname - Requires Registration renew - Renewable highSpeedFlow - High-Speed Data (Unit: Mb) trafficType - Traffic type lifetime - Validity Period (Unit: Days) sellCurrency - Currency Type esimStore - Inventory Quantity 【eSIM Brand Information】 id - eSIM Brand ID brand - eSIM Brand Name 【eSIM Voucher Information】(When voucherInfo is not empty, each element contains the following fields) orderSn - Order Number categoryId - eSIM Type ID lpa - eSIM Configuration (used to generate QR code) status - Voucher Status (2 - Claimed) number - eSIM Card Number verifyCode - eSIM Configuration Authentication Code qrcode - eSIM Configuration QR Code (base64 format) |