用于将面单状态置为 取消
注意:只有状态为草稿、待审核、制单失败、驳回时可进行取消
{
"orderNos": [
"LO25090984158508"
],
"cancelRemark": "string"
}curl --location --request POST '/open/label-data/cancel' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNos": [
"LO25090984158508"
],
"cancelRemark": "string"
}'{
"code": "20000",
"success": true,
"data": "订单:LO25090984158508 取消成功",
"message": "请求成功",
"errors": [],
"timestamp": "1757391705607",
"duration": 0.191,
"requestId": "5483b8cc384c43329eb3f43b560a992e"
}