Appearance
简要描述
- 发送电子发票到邮箱
请求 URL
<prefix>/rest/center/bill/invoice/sendMail
请求方式
-GET
参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| stationCode | String | 站点编码 |
| orderNo | String | 车站车票订单号 |
| String | 接收发票的邮箱 |
请求样例
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
}