Эх сурвалжийг харах

add main commit 81611
Fix 發送Receipt PHA Maill 網址

Robert 1 жил өмнө
parent
commit
1a3c1784ac

+ 1 - 1
EVCB_OCPP.WSServer/Message/CoreProfileHandler.cs

@@ -1225,7 +1225,7 @@ internal partial class ProfileHandler
                                         #region 提供給PHA 過CDFA認證 使用
                                         if (tx.CustomerId == Guid.Parse("10C7F5BD-C89A-4E2A-8611-B617E0B41A73"))
                                         {
-                                            var mail_response = httpClient.PostFormDataAsync("http://ocpp.phihong.com.tw/CDFA/" + tx.Id, new Dictionary<string, string>()
+                                            var mail_response = httpClient.PostFormDataAsync("https://evcb.zerovatech.com/CDFA/" + tx.Id, new Dictionary<string, string>()
                                             {
                                                 { "email","2"},
                                                 { "to","wonderj@phihongusa.com;jessica_tseng@phihong.com.tw"}