{
"cendTime": "2021-10-14 23:59",
"cstartTime": "2021-06-16 00:00",
"endDate": "2021-10-15",
"refundRate": 10,
"refundReason": "请假不上班",
"startDate": "2021-10-14",
"togLineId": 1945
}
curl --location --request POST '/order/line/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"cendTime": "2021-10-14 23:59",
"cstartTime": "2021-06-16 00:00",
"endDate": "2021-10-15",
"refundRate": 10,
"refundReason": "请假不上班",
"startDate": "2021-10-14",
"togLineId": 1945
}'
{
"property1": {},
"property2": {}
}