山东云则物联网开放平台V3.0将于2026年1月15日开启测试,2月正式上线。新版本功能覆盖认证鉴权、余额查询、套餐续费、设备状态变更等核心服务,并提供增强API与SDK支持。欢迎通过官方文档中心与客服邮箱获取详情并参与测试。
{
"appId": "CUS-202601-0004",
"iccid": "898607B6191990002473"
}curl --location --request POST 'http://api.5iot.com/openapi/v3/query/sim-package?all' \
--header 'X-Access-Token: {{X-Access-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "CUS-202601-0004",
"iccid": "898607B6191990002473"
}'{
"code": 0,
"msg": "操作成功!",
"data": [
{
"plantId": "YD-4G-300M",
"plantname": "移动4G/300M/月",
"channelPrice": 30.00,
"monthlyFee": 10.00,
"billingMethod": "按年",
"packageDataMB": 300,
"packageDataGB": 0.29,
"validityPeriod": "Y1,Y3,Y5,Y8,Y10",
"description": null
},
{
"plantId": "YD-4G-100M",
"plantname": "移动4G/100M/月",
"channelPrice": 12.00,
"monthlyFee": 4.00,
"billingMethod": "按年",
"packageDataMB": 100,
"packageDataGB": 0.10,
"validityPeriod": "Y1,Y3,Y5,Y8,Y10",
"description": null
},
{
"plantId": "YD-4G-30M",
"plantname": "移动4G/30M/月",
"channelPrice": 3.00,
"monthlyFee": 1.00,
"billingMethod": "按年",
"packageDataMB": 30,
"packageDataGB": 0.03,
"validityPeriod": "Y1,Y3,Y5,Y8,Y10",
"description": null
}
],
"cost": -1,
"time": "2026-01-14 18:30:18"
}