{
"id": "string",
"name": "string",
"level": "string",
"paymentMethod": "string",
"provinceCode": "string",
"cityCode": "string",
"townCode": "string",
"type": "string"
}curl --location --request POST '/station/getStreet' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"level": "string",
"paymentMethod": "string",
"provinceCode": "string",
"cityCode": "string",
"townCode": "string",
"type": "string"
}'{
"code": 0,
"msg": "",
"time": 0,
"data": [
{
"id": 0,
"streetCode": "",
"streetName": "",
"level": 0,
"parentTownCode": "",
"status": 0,
"lastLevel": 0,
"admRemark": "",
"createdBy": "",
"creationDate": "",
"updatedBy": "",
"updateDate": ""
}
]
}