{ "productId": "SPD202604120001", "phone": "13800138000", "province": "广东省", "city": "深圳市", "orderTime": "2026-04-12 10:30:00", "orderStatus": "1" }
curl --location '/open/order/callback/notify' \ --header 'apiKey;' \ --header 'sign;' \ --header 'timestamp;' \ --header 'Content-Type: application/json' \ --data '{ "productId": "SPD202604120001", "phone": "13800138000", "province": "广东省", "city": "深圳市", "orderTime": "2026-04-12 10:30:00", "orderStatus": "1" }'
{ "code": 200, "msg": "success" }