curl --location 'https://open-api.soureco.com/alibaba/trade/receiveGoods/confirm' \
--header 'Content-Type: application/json' \
--data '{
"appKey":"",
"appSecret":"",
"orderId": 3314022960885106870,
"orderEntryIds": [3314022960885106870]
}'{
"code": 1009,
"message": "买家确认收货失败",
"data": {
"result": {
"success": false,
"errorInfo": "订单信息不存在,请核对后重试",
"errorCode": "4003"
}
},
"timestamp": 17210567893322,
"traceId": "1721056efd015",
"cost": 0
}