API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
curl --location --request GET 'https://api.linksfield.net/cube/v4/mall/orders?pay_result_start_time=2021-12-01 00:00:00&pay_result_end_by=2021-12-01 23:59:59&page_no=1&page_size=100' \ --header 'Accept-Language: zh-CN' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type;' \ --header 'Content-Type: application/json'
{ "data": [ { "id": 64328, "partner_code": "P002420", "partner_name": "产品项目部", "pay_id": "P0024202023030211245638978", "order_no": "NO2023030211245670032", "sim_id": "89852202209089971486", "service_plan_code": "SP202303021610", "service_plan_show_name": "test 50M test", "order_period": "12个月", "pay_amount": "180.66", "pay_currency": "USD", "create_at": "2023-03-02 03:24:13", "package_status": "1", "pay_status": "1", "pay_mode": "0", "order_time": null, "pay_result_at": "2023-03-02 03:24:30", "pay_type": "3", "pay_account": "1", "dispute_state": "1" } ], "status": { "code": "CB-00-0000", "message": "成功", "detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P" }, "total_count": 1 }