站点查询
GET
/api/ticket-service/region-station/query请求参数
Query 参数
queryType
integer
可选
查询类型 0:热门 1:A-E 2:F-J 3:K-O 4:P-T 5:U-Z
示例值:
0
name
string
可选
名称,可输入城市、站点以及拼音
示例值:
beijing
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
message
null
必需
data
array [object {3}]
必需
name
string
名称
code
string
编码
spell
string
拼音
requestId
null
必需
success
boolean
必需
示例
{
"code": "0",
"message": null,
"data": [
{
"name": "北京",
"code": "BJP",
"spell": "beijing"
},
{
"name": "济南",
"code": "JNK",
"spell": "jinan"
},
{
"name": "南京",
"code": "NJH",
"spell": "nanjing"
},
{
"name": "杭州",
"code": "HZH",
"spell": "hangzhou"
}
],
"requestId": null,
"success": true
}
最后修改时间: 1 年前