Skip to content
简要描述
  • 查询开票记录`
请求 URL
  • <prefix>/rest/center/bill/invoices
请求方式

-GET

参数
参数名类型说明必选
stationCodestring场站编码
orderNostring订单号
请求样例
GET {{host}}/rest/center/bill/invoices
?stationCode=xbb
&orderNo=20251299900009087434
返回示例
{
  "result": {
    "invoiceList": [
      {
        "business": {
          "code": "1",
          "name": "站务费"
        },
        "bz": "客运站:西北部客运站;乘车凭证票号:ATM00348;系统序列号:null",
        "certificateType": 199,
        "createTime": "2025-12-17 00:30:26",
        "fphm": "25997000000479114574",
        "gfdz": "黑龙江省哈尔滨市道里区群力第四大道1479号远大商务公寓B3栋C单元2415室",
        "gfkhh": "中国银行昆明分行禄劝支行",
        "gfmc": "黑龙江正林律师事务所",
        "gfsh": "31230000744403187P",
        "gfsjh": null,
        "gfzh": "1234567890123456789",
        "invoiceType": 1,
        "kpje": 80,
        "kpr": "开票",
        "lastRetMessage": "",
        "lastTime": "2025-12-17 00:34:30",
        "sl": "0.06",
        "status": 2,
        "tradeNo": "2025121030241825832",
        "unit": {
          "code": "22",
          "name": "航信:站务费开票测试"
        },
        "xfmc": "销方名称",
        "xfsh": "91530112563198540D",
        "xmmc": "站务费"
      },
      {
        "business": {
          "code": "2",
          "name": "旅客运输服务费"
        },
        "bz": "客运站:西北部客运站;乘车凭证票号:ATM00348;系统序列号:null",
        "certificateType": 199,
        "createTime": "2025-12-17 00:30:24",
        "fphm": "25997000000479114575",
        "gfdz": "黑龙江省哈尔滨市道里区群力第四大道1479号远大商务公寓B3栋C单元2415室",
        "gfkhh": "中国银行昆明分行禄劝支行",
        "gfmc": "黑龙江正林律师事务所",
        "gfsh": "31230000744403187P",
        "gfsjh": null,
        "gfzh": "1234567890123456789",
        "invoiceType": 1,
        "kpje": 1420,
        "kpr": "王二麻子",
        "lastRetMessage": "",
        "lastTime": "2025-12-17 00:34:30",
        "sl": "0.03",
        "status": 2,
        "tradeNo": "2025122330241823808",
        "unit": {
          "code": "23",
          "name": "航信:旅客运输服务费开票测试"
        },
        "xfmc": "某某运输公司",
        "xfsh": "91530112563198540D",
        "xmmc": "旅客运输服务费"
      },
      {
        "business": {
          "code": "2",
          "name": "旅客运输服务费"
        },
        "bz": "客运站:西北部客运站;乘车凭证票号:ATM00348;系统序列号:null",
        "certificateType": 201,
        "createTime": "2025-12-17 00:28:39",
        "fphm": "25997000000479114573",
        "gfmc": "鸠摩智",
        "gfsh": "512527197803021018",
        "gfsjh": null,
        "invoiceType": 0,
        "kpje": 1420,
        "kpr": "王二麻子",
        "lastRetMessage": "",
        "lastTime": "2025-12-17 00:31:29",
        "redOpenTradeNo": "2025123130241823410",
        "sl": "0.03",
        "status": 6,
        "tradeNo": "2025123730241718575",
        "unit": {
          "code": "23",
          "name": "航信:旅客运输服务费开票测试"
        },
        "xfmc": "某某运输公司",
        "xfsh": "91530112563198540D",
        "xmmc": "旅客运输服务费"
      },
      {
        "business": {
          "code": "1",
          "name": "站务费"
        },
        "bz": "客运站:西北部客运站;乘车凭证票号:ATM00348;系统序列号:null",
        "certificateType": 201,
        "createTime": "2025-12-17 00:28:37",
        "fphm": "25997000000479094422",
        "gfmc": "鸠摩智",
        "gfsh": "512527197803021018",
        "gfsjh": null,
        "invoiceType": 0,
        "kpje": 80,
        "kpr": "开票",
        "lastRetMessage": "",
        "lastTime": "2025-12-17 00:31:29",
        "redOpenTradeNo": "2025128130241825232",
        "sl": "0.06",
        "status": 6,
        "tradeNo": "2025122730241717164",
        "unit": {
          "code": "22",
          "name": "航信:站务费开票测试"
        },
        "xfmc": "销方名称",
        "xfsh": "91530112563198540D",
        "xmmc": "站务费"
      }
    ],
    "ticket": {
      "carNo": "0001",
      "classDay": "2025-12-13 00:00:00",
      "classNo": "TADZ0001",
      "classTime": "23:30",
      "company": {
        "code": "10662",
        "name": "昆明交通运输集团武定汽车运输有限公司"
      },
      "docNo": "512527197803021018",
      "docType": "1",
      "endSite": "野象谷",
      "fare": 1500,
      "line": "昆明-景洪",
      "name": "鸠摩智",
      "orderNo": "20251299900009087434",
      "seatNo": "副驾",
      "sellTime": "2023-06-13 23:30:00",
      "startSite": "昆明",
      "station": {
        "code": "xbb",
        "name": "西北部客运站"
      },
      "telphone": "13577090601",
      "ticketNo": "ATM00348",
      "ticketType": "全票"
    }
  },
  "retCode": 10000,
  "retMessage": "",
  "success": true
返回参数说明

见”返回(推送)对象

Released under the MIT License.