curl --location --request GET '/order/line/refund/list'
{
"code": 0,
"msg": "string",
"rows": [
{
"cityCode": "025",
"lastPutTicketDate": "2021-06-04",
"lineStartTime": "17:00",
"lineType": 1,
"lineTypeStr": "string",
"status": 1,
"statusStr": "string",
"togetherLineId": "1945",
"togetherLineName": "测试线路616-下班-17:00",
"totalCount": 16,
"validCount": 7
}
],
"total": 0
}