# 获取物联卡使用列表
# API
请求路径 | Request |
---|---|
GET / | CardUseListRequest |
# 路径参数
无
# Query参数
参数名 | 类型 | 是否必须 | 说明 |
---|---|---|---|
userKey | String | 是 | 用户key |
secretKey | String | 是 | 密钥 |
msisdns | String | 是 | 卡号(以逗号分割) |
# Body参数
无
# 返回示例
{
"operatorName": "移动",
"msisdn": "1440947700152",
"iccid": "898604940121C1000152",
"imsi": "460081477000152",
"openDate": "2021-12-03T07:37:03.000+0000",
"activeDate": null,
"comment": "江苏小野",
"cardStatus": "2",
"belongArea": "北京",
"netType": "2/3/4G",
"offeringId": "100004147",
"proKey": "HYKJ202230976",
"saleCharges": null,
"saleYears": null,
"triffcUse": 0,
"triffcAll": null,
"dueTime": null,
"offeringName": "30M/月",
"offeringCost": "1",
"proName": "江苏小野",
"triffcUseStr": "0K",
"triffcAllStr": "0KB",
"dueTimeStr": null
}
具体可查看Data