API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
{ "notification_id": "896686422902190858", "org_id": "SUBF7XCSX3", "event_type": "SIM Status", "event_subtype": "IMEI Change", "level": "normal", "trigger_mode": 0, "source": { "type": "cube-autoflow", "reference_id": "896683888871486274", "reference_name": "测试imei变更" }, "events": [{ "occurred_at": 1718953922281, "sim_id": "89430101521032290948", "id": "115084", "detail": { "last_detect_imei": null, "imei_mismatch_at": 1718953922205, "expected_imei": "866297031862019" } }] }
curl --location --request POST 'https://api.linksfield.net/cube/v4企业客户(提供)配置在Cube平台autoflow中的的URL' \ --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 '{ "notification_id": "896686422902190858", "org_id": "SUBF7XCSX3", "event_type": "SIM Status", "event_subtype": "IMEI Change", "level": "normal", "trigger_mode": 0, "source": { "type": "cube-autoflow", "reference_id": "896683888871486274", "reference_name": "测试imei变更" }, "events": [{ "occurred_at": 1718953922281, "sim_id": "89430101521032290948", "id": "115084", "detail": { "last_detect_imei": null, "imei_mismatch_at": 1718953922205, "expected_imei": "866297031862019" } }] }'
{}