diff --git a/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml b/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml index f8235bb..04c6fb7 100644 --- a/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml +++ b/Altob.NtuInvoiceGateway/Pages/Invoice.cshtml @@ -54,7 +54,6 @@
- @@ -63,6 +62,21 @@ + @{ + if (string.IsNullOrWhiteSpace(Model.InvoiceData.Identifier)) + { + Model.InvoiceData.Identifier = Model.CompanyTaxId; + } + } + +✓ 此方式符合英特拉規格:Method: POST, 資料格式: JSON
+ + +