API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
{ "notification_id": "897", "org_id": "P002635", "event_type": "Custom", "event_subtype": "Receive SMS MO", "level": "normal", "trigger_mode": 0, "source": { "type": "sphere-autoflow", "reference_id": "863050854675002296", "reference_name": "测试MO沃达丰" }, "events": [{ "occurred_at": 1688692958435, "sim_id": "89314404001019874717", "id": "498", "detail": { "receive_time": 1688692958435, "sms_type": 0, "content": "AFQASQBNAEUAUgAgAHMAZQB0ACAATwBLACE=" } }] }
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": "897", "org_id": "P002635", "event_type": "Custom", "event_subtype": "Receive SMS MO", "level": "normal", "trigger_mode": 0, "source": { "type": "sphere-autoflow", "reference_id": "863050854675002296", "reference_name": "测试MO沃达丰" }, "events": [{ "occurred_at": 1688692958435, "sim_id": "89314404001019874717", "id": "498", "detail": { "receive_time": 1688692958435, "sms_type": 0, "content": "AFQASQBNAEUAUgAgAHMAZQB0ACAATwBLACE=" } }] }'
{}