1.URL
http://124.223.60.234:8080/system/asset/sim/querySimMonthUsage
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"iccid":"89314404001235546594",
"startMonth":"2023-06",
"endMonth":"2023-09"
}
2.3.参数说明
字段 | 类型 | 说明 | 是否必须 |
---|---|---|---|
iccid | String | 组织唯一标识 | Y |
startMonth | String | 开始月份(yyyy-MM) | Y |
endMonth | String | 结束月份(yyyy-MM) | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": [
{
"period": "2023-07-01",
"usage": 2932548
},
{
"period": "2023-08-01",
"usage": 7226041
},
{
"period": "2023-09-01",
"usage": 4672076
}
]
}
3.2.返回结果说明
字段 | 类型 | 说明 |
---|---|---|
code | int | 返回状态 |
message | String | 返回结果描述 |
data | object | 返回结果体 |
data说明
字段 | 类型 | 说明 |
---|---|---|
period | String | 月份 |
usage | int | 当日使用量(单位:byte) |
4.测试示例
作者:admin 创建时间:2023-09-11 14:29
最后编辑:admin 更新时间:2025-06-27 22:39
最后编辑:admin 更新时间:2025-06-27 22:39