API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
4.0.0
curl --location --request GET 'https://api.linksfield.net/cube/v4/sims///textmessage/query?received_start_time=&received_end_by=&page_no=0&page_size=0' \ --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": { "list": [ { "text_message": "hdhdhdj123456789", "created_at": "2021-06-16 11:14:57" }, { "text_message": "545445hdhddhdh", "created_at": "2021-06-16 11:13:37" }, { "text_message": "hdhdhdhd99999", "created_at": "2021-06-16 11:13:18" }, { "text_message": "ces qwe\n", "created_at": "2021-06-16 11:02:55" }, { "text_message": "jdjddjdj", "created_at": "2021-06-16 10:59:12" }, { "text_message": "we123456", "created_at": "2021-06-16 10:53:40" }, { "text_message": "hulouha123456", "created_at": "2021-06-16 10:41:20" }, { "text_message": "sankou123456\n", "created_at": "2021-06-16 10:40:26" }, { "text_message": "shangxing test", "created_at": "2021-06-16 09:42:41" }, { "text_message": "test", "created_at": "2021-06-16 09:27:46" } ], "total": 10 }, "status": { "code": "CB-00-0000", "message": "成功", "detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P" } }