Authorization: Bearer ********************curl --location --request GET 'http://119.45.164.188:9180/prod-api/ycjs/station/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"code": "string",
"name": "string",
"remark": "string"
}
}