API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
{ "notification_id": "1051850899678371223", "org_id": "CU-7ZOIMIRCRMUJ", "event_type": "SIM Status", "event_subtype": "Bundle Status", "level": "normal", "trigger_mode": 0, "source": { "type": "sphere-autoflow", "reference_id": "1051850620505496967", "reference_name": "Euro Tracker Notify" }, "events": [ { "occurred_at": 1755674313864, "sim_id": "8829320250721000204", "id": "14378", "detail": { "end_at": "1756088953686", "bundle_id": "CP-7ZOJV0WG873T", "started_at": 1755674312213, "bundle": "Euro 27 30MB/Month" } } ] }
curl --location --request POST 'https://api.linksfield.net/cube/v4/客户提供的URL' \ --header 'x-lf-notification-version;' \ --header 'x-lf-algo;' \ --header 'x-lf-signature;' \ --header 'x-lf-timestamp;' \ --header 'Content-Type: application/json' \ --data-raw '{ "notification_id": "1051850899678371223", "org_id": "CU-7ZOIMIRCRMUJ", "event_type": "SIM Status", "event_subtype": "Bundle Status", "level": "normal", "trigger_mode": 0, "source": { "type": "sphere-autoflow", "reference_id": "1051850620505496967", "reference_name": "Euro Tracker Notify" }, "events": [ { "occurred_at": 1755674313864, "sim_id": "8829320250721000204", "id": "14378", "detail": { "end_at": "1756088953686", "bundle_id": "CP-7ZOJV0WG873T", "started_at": 1755674312213, "bundle": "Euro 27 30MB/Month" } } ] }'
{}