API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
curl --location --request GET 'https://api.linksfield.net/cube/v4/orders/OL-6XB9J1KCTI4/service' \ --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": { "id": "OL-7A4TJYGVM50S", "type": 2, "status": 1, "items": [ { "id": "CP-7A4TGC8U6ID5", "quantity": 2, "price": 100, "sim_ids": [ "89248044404413065327" ] } ], "accounting": { "currency": "CNY", "pay_channel": 1, "total_amount": 200 }, "extra": { "po": "1235215555", "remarks": "续费本地测试" }, "created_at": "1698802504000", "abnormal": [] }, "status": { "code": "CB-00-0000", "message": "成功", "detail": "https://apidoc-cn.iotcube.link/" } }