|
@@ -294,7 +294,7 @@ func (u *InvoiceService) InvoiceRedSubmit(fpdm string, fphm string, orderCode st
|
|
|
} else if data["returnCode"] == "3001" {
|
|
|
return "已经冲红", 4, data
|
|
|
} else {
|
|
|
- util.SendPdf(nil, true, solgan.Swno, "发票退票失败"+fmt.Sprint(data))
|
|
|
+ util.SendPdf(nil, true, solgan.Redcode, "发票退票失败"+fmt.Sprint(data))
|
|
|
return fmt.Sprintln(data["returnMsg"]), 1, data
|
|
|
}
|
|
|
}
|