订单查询
请求接口
请求头部(Headers)
字段名 字段值 操作
+ 添加字段
请求参数(Params)
字段名 字段值 操作
+ 添加字段

* token用于请求头部(Headers)或请求参数(Params)皆可

响应数据
{ "status": true, "code": 0, "msg": "获取成功", "data": { "sn": "511907000", "member": 13, "body": "{\"carrier\":\"和記黃埔Hutchison\",\"brand\":\"3國際萬能卡\",\"brand_id\":18,\"category\":\"3HK0\",\"category_id\":31,\"sell_price\":7,\"vip_price\":6.5,\"sell_currency\":\"USDT\",\"price_type\":\"regular\",\"iso2\":\"\",\"member\":0,\"qrcode\":\"0xd34ebdb5f6cf136c70df844948b56a862df13d21\",\"timestamp\":1770714448}", "payFrom": "unipay", "totalFee": "7.00", "status": "payed", "mark": "8a8afd39-dcb5-40e5-a3f8-c5932c40271a", "currency": "USDT", "targetId": 31, "addtime": 20260210170728, "voucherInfo": [], "categoryInfo": { "id": 31, "name": "3HK0", "region": "156810000", "roamingRegion": "156820000", "brandId": "18", "sellPrice": "7.00", "vipPrice": "6.50", "sellCurrency": "USDT", "note": "在台湾或香港使用需要先实名", "sort": 0, "status": 0, "hasNumber": 1, "needRealname": 0, "highSpeedFlow": 0, "trafficType": 1, "renew": 1, "lifetime": 365 }, "brandInfo": { "id": 18, "logo": "/uploads/screen/202504/01/20250401095617323757.png", "thumb": "/uploads/screen/202504/01/thumb_20250401095617323757.png", "brand": "3國際萬能卡" } } }
请求字段说明
字段 类型 说明
token string

访问信令,用于请求接口的身份验证

sn string

订单编号

响应字段说明
字段 类型 说明
status boolean

【请求状态】

true - 请求成功

false - 请求失败

code number

4005 - 订单不存在

msg string

【请求说明】

data object

【请求数据】

sn - 订单编号

status - 订单状态,值为:payed - 已支付,unpaid - 未支付,closed - 已关闭, refuse - 已拒绝

member - 用户ID

payFrom - 支付来源

currency - 货币类型

totalFee - 订单金额

categoryInfo - eSIM类型信息

brandInfo - eSIM品牌信息

voucherInfo - eSIM凭证信息


【eSIM类型信息】

id - eSIM类型ID

name - eSIM名称

vipPrice - eSIM价格

note - eSIM说明

hasNumber - 是否有号码

needRealname - 是否需要实名

renew - 是否可续费

highSpeedFlow - 高速流量(单位:Mb)

trafficType - 流量类型

lifetime - 有效期(单位:天)

currency - 货币类型

esimStore - 库存数量


【eSIM品牌信息】

id - eSIM品牌ID

brand - eSIM品牌名称

logo - eSIM品牌Logo

thumb - eSIM品牌缩略图