Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
curl --location --request GET 'https://api-uat.io.linksfield.net/cube/v4/orders/OL-6XB9J1KCTI4' \ --header 'nonce: 12' \ --header 'timestamp;' \ --header 'Accept-Language: en-US' \ --header 'Authorization: ' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type: 2.0' \ --header 'Content-Type: application/json'
{ "data": { "type": 1, "status": 3, "items": [ { "quantity": 10, "price": 200, "id": "CP-6HPXSE6LLEGP" } ], "accounting": { "currency": "CNY", "discount": 3, "coupon_id": "10090678256", "pay_channel": 1, "total_amount": 2000 }, "contact": { "name": "aa", "email": "22456789045@qq.com", "tel_area": "86", "tel_code": "13567987906", "mobile_area": "0375", "mobilde_no": "5969789" }, "extra": { "po": "11", "remarks": "11" }, "callback": "http://localhost/mno-gateway/internal/callback", "id": "OL-6XB9J1KCTI43", "order_by": null, "delivery_info": null, "delivery_address": { "country": "aa", "province": "xx", "city": "cc", "district": "aaa", "town": "bbb", "zip": "463000", "detail": "222", "special_instructions": "111" }, "created_at": "2023-06-15T02:41:27.000+00:00" }, "status": { "code": "CB-00-0000", "message": "success", "detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P" } }