API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
v4
{ "country": "310,311", "local_operators": "410,480" }
curl --location --request PUT 'https://api.linksfield.net/cube/v4/sims//selected_local_operators' \ --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-raw '{ "country": "310,311", "local_operators": "410,480" }'
{ "data": { "code": "CB-00-0099", "message": "Request received, asynchronous processing." }, "status": { "code": "CB-00-0000", "message": "成功", "detail": "https://apidoc-en.iotcube.link/" } }