API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
curl --location --request GET 'https://api.linksfield.net/cube/v4/bundles/CP-123201213212121/coverages?show_operators=false' \ --header 'Accept-Language: zh-CN' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type;' \ --header 'timestamp;' \ --header 'nonce;' \ --header 'Content-Type: application/json'
{ "data": { "bundle_id": "CP-201221245213254", "coverages": [ { "name": "China", "code": "CN", "networks": [ { "mcc": "460", "mnc": ["00", "01", "02"] "operator": "China Mobile" }, { "mcc": "461", "mnc": ["03", "05"], "operator": "China Unicom" } ] }, { "name": "United States", "code": "US", "networks": [ { "mcc": "310", "mnc": ["004", "005"], "operator": "AT&T" } ] } ] } "status": { "code": "CB-00-0000", "message": "Success", "detail": "https://apidoc-en.iotcube.link" } }