用于将申请面单退款,面单状态置为 退款中
注意:只有状态为已完成、退款失败时可申请退款
{
"orderNos": [
"LO25090984158508"
],
"remark": "string"
}curl --location --request POST '/open/label-data/refund' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNos": [
"LO25090984158508"
],
"remark": "string"
}'{
"code": "20000",
"success": true,
"data": "订单:LO25090984158508 已提交退款申请",
"message": "请求成功",
"errors": [],
"timestamp": "1757391705607",
"duration": 0.191,
"requestId": "5483b8cc384c43329eb3f43b560a992e"
}