Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/Order/querydo?do_id=D661027264519' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"out_trade_no": "110119112114109",
"order_id": "1900286003",
"out_time": "2019-04-18 15:37:29",
"do_status": "DO_STATUS_COMPLETE",
"do_status_remark": "出库单签收",
"ship_price": "0.00",
"express_company": "微特派",
"detail": [
{
"product_id": "P0000061617",
"product_name": "测试商品003",
"quantity": 1
}
]
}
}