API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
v4
API[停机v2(异步)]
API[添加套餐]
API
{ "timestamp": "string", "nonce": 0 }
curl --location --request PUT 'https://api.linksfield.net/cube/v4/sims//resume' \ --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 '{ "timestamp": "string", "nonce": 0 }'
{ "data": { "code": "CB-01-0300", "message": "该操作不能在SIM动作异步处理期间执行", "detail": null }, "status": { "code": "CB-01-9999", "message": "SIM相关业务校验失败", "detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P" } }