{}curl --location --request POST 'http://localhost:8888/dbxt/shipline/list' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 200,
"success": true,
"data": [
{
"lineNo": "MS2-PA",
"lineName": "PA地中海2线"
},
{
"lineNo": "STS",
"lineName": "日韩线(SNK HAS)"
},
{
"lineNo": "SKZC",
"lineName": "仁川线(DYL)"
}
],
"msg": "操作成功"
}