curl --location --request GET 'http://222.79.247.164:8081/api/coupon/getApplicableRoutes' \
--header 'token: {{token}}'
{
"status_code": 200,
"state": "ok",
"list": [
{
"startPort": "上海,",
"endPort": "福州,",
"startPortArea": null,
"endPortArea": null
},
{
"startPort": "上海,",
"endPort": "营口,",
"startPortArea": null,
"endPortArea": null
}
]
}