用于将面单状态置为 驳回
注意:只有状态为待审核时可进行驳回
{
"orderNos": [
"LO25090984158508"
],
"rejectRemark": "string"
}curl --location --request POST '/open/label-data/reject' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNos": [
"LO25090984158508"
],
"rejectRemark": "string"
}'{
"code": "20000",
"success": true,
"data": "订单:LO25090970991088 驳回成功",
"message": "请求成功",
"errors": [],
"timestamp": "1757399797522",
"duration": 2.85,
"requestId": "13a4a905dbf044c38a8eb9448778d5e2"
}