{
"orderId": 0,
"orderEntryIds": [
0
]
}
curl --location --request POST '/alibaba/order/receivegoods' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"orderEntryIds": [
0
]
}'
{
"requestId": null,
"code": 200,
"developId": null,
"msg": "成功",
"data": {
"success": true,
"errorInfo": "",
"errorCode": ""
}
}