Appearance
简要描述
- 查询当前账号下所有的车站
请求 URL
<prefix>/rest/center/bill/stations
请求方式
-GET
参数
请求样例
GET <prefix>/rest/center/bill/stations
content-type:application/json;charset=UTF-8
hid:{{hid}}返回示例
HTTP/1.1 200
Server: nginx
Date: Tue, 07 Jul 2026 14:11:58 GMT
Content-Type: application/json
Content-Length: 11592
Connection: close
{
"result": [
{
"name": "弥勒汽车客运站",
"code": "ml",
"contact": "",
"phone": "",
"remark": "",
},
{
"name": "弥勒汽车客运站",
"code": "lc",
"contact": "",
"phone": "",
"remark": ""
}
],
"retCode": 10000,
"retMessage": "",
"success": true
}返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| name | String | 车站名称 |
| code | String | 车站编码 |
| contact | String | 联系人 |
| phone | String | 联系电话 |
| remark | String | 备注 |