重发电子发票

针对已经发送过的电子发票,若第三方出现发错问题,可调用该接口重新发送

请求地址: /v2/common/resendInvoice

服务协议: HTTP/POST

Content-Type: application/x-www-form-urlencoded

请求参数:

参数名 类型 必选 描述
client_id string Y 申请的client_id
timestamp long Y 时间戳
sign string Y 参数签名
invoice_no string Y 发票ID
email string Y 电子邮箱地址,仅支持单个

注意: 最多重新发送5次

结果示例:

  
{"code":200,"success":true}