Skip to content
简要描述
  • 查询当前账号下所有的车站
请求 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
}

返回参数说明

参数名类型说明
nameString车站名称
codeString车站编码
contactString联系人
phoneString联系电话
remarkString备注

Released under the MIT License.