API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
1.0
签名v2
{ "sim_ids": [ "389852123456789098762", "389852123456789098763", "389852123456789098764", "389852123456789098765" ], "message": { "type": 1, "content": "text" } }
curl --location --request POST 'https://api.linksfield.net/cube/v4/sms' \ --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 '{ "sim_ids": [ "389852123456789098762", "389852123456789098763", "389852123456789098764", "389852123456789098765" ], "message": { "type": 1, "content": "text" } }'
{ "data": { "job_id": "SM20230721008470" }, "status": { "code": "CB-00-0000", "message": "成功", "detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P" } }