本文档仅面向【花卷云生态合作伙伴】,根据合作类型查看并使用相应业务接口,请勿对外扩散接口文档,谢谢!
{ "auth_id": "xxxxxx", "orderReq": { "endTime": "2025-12-21 17:59:59", "pageIndex": 1, "pageSize": 10, "startTime": "2025-12-21 17:50:00", "type": 1 } }
curl --location --request POST '?api_name=dhcc.jd.union.open.order.row.query' \ --header 'Content-Type: application/json' \ --data-raw '{ "auth_id": "xxxxxx", "orderReq": { "endTime": "2025-12-21 17:59:59", "pageIndex": 1, "pageSize": 10, "startTime": "2025-12-21 17:50:00", "type": 1 } }'
{}