瀏覽代碼

(Improve) Change BUSINESS_NAME_API URL to https

Snoopy 3 年之前
父節點
當前提交
72ab15b95d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      TCCInvoice/InvoiceGenerator.cs

+ 3 - 3
TCCInvoice/InvoiceGenerator.cs

@@ -62,10 +62,10 @@ namespace TCCInvoice
         private const double TAX_RATE = 0.05;
         private const double TAX_RATE = 0.05;
         private const string DEFAULT_PRINT_MARK = "N";
         private const string DEFAULT_PRINT_MARK = "N";
         /// <summary>
         /// <summary>
-        /// WEB : http://gcis.nat.g0v.tw/id/30435973
-        /// API : http://gcis.nat.g0v.tw/api/show/30435973
+        /// WEB : https://gcis.nat.g0v.tw/id/30435973
+        /// API : https://gcis.nat.g0v.tw/api/show/30435973
         /// </summary>
         /// </summary>
-        private const string BUSINESS_NAME_API = "http://gcis.nat.g0v.tw/api/show/";
+        private const string BUSINESS_NAME_API = "https://gcis.nat.g0v.tw/api/show/";
         private const string CARRIER_TYPE_BARCODE = "3J0002";
         private const string CARRIER_TYPE_BARCODE = "3J0002";
         private const string DEFAULT_LOVECODE = "4997276";
         private const string DEFAULT_LOVECODE = "4997276";