Skip to content
简要描述
  • 发送电子发票到邮箱
请求 URL
  • <prefix>/rest/center/bill/invoice/sendMail
请求方式

-GET

参数
参数名类型说明
stationCodeString站点编码
orderNoString车站车票订单号
emailString接收发票的邮箱
请求样例
GET <prefix>/rest/center/bill/invoice/sendMail
        ?stationCode=xbb
        &orderNo=20251299900009087494
        &email=2274459@qq.com
content-type:{{contentType}}
hid:{{hid}}
返回示例
HTTP/1.1 200 
Server: nginx
Date: Tue, 07 Jul 2026 14:28:49 GMT
Content-Type: application/json
Content-Length: 77
Connection: close

{
  "retCode": 10000,
  "retMessage": "",
  "success": true
}

返回参数说明

Released under the MIT License.