Browse Source

[WHAT] Booking相關信件內容調整 [WHY] 開發 ShowEasy API

Status Change 銀行匯款 Mail Template
Dev
Janie 2 years ago
parent
commit
33315afee3
  1. 12
      EuroTran/EasyBL.WEBAPP/ShowEasy/BookingMail.cs

12
EuroTran/EasyBL.WEBAPP/ShowEasy/BookingMail.cs

@ -668,9 +668,19 @@ namespace EasyBL.WEBAPP.SYS
sb.Append("Account Number : 1182-879-079298");
sb.Append("</h1>");
//Account Name
sb.Append("<h1 style =\"padding-bottom: 6px;font-family: 'arial','sans-serif';font-weight: 500;font-size: 14px;line-height: 18px;color: #232323;margin: 0 0 0 0;\">");
sb.Append("<h1 style =\"padding-bottom: 10px;font-family: 'arial','sans-serif';font-weight: 500;font-size: 14px;line-height: 18px;color: #232323;margin: 0 0 0 0;\">");
sb.Append("Account Name : SHOWEASY CO., LTD");
sb.Append("</h1>");
//匯款按鈕 (連結要改)
sb.Append("<table align = \"left\" border = \"0\" cellpadding = \"0\" cellspacing = \"0\" role = \"presentation\">");
sb.Append("<tr>");
sb.Append("<td class=\"s-btn s-btn__primary\" style=\"border-radius: 16px; background: #ee9546\">");
sb.Append("<a class=\"s-btn s-btn__primary\" href=\"https://www.showeasy.com\" target=\"_parent\" style=\"background: #f48800;border: 1px solid #ee9546;font-family: arial, sans-serif;font-size: 14px;line-height: 16px;color: #ffffff;text-align: left;text-decoration: none;padding: 12px 20px;display: block;border-radius: 16px;white-space: nowrap;\">");
sb.Append("上傳匯款證明單");
sb.Append("</a>");
sb.Append("</td>");
sb.Append("</tr>");
sb.Append("</table>");
sb.Append("</td>");
sb.Append("</tr>");
sb.Append("</table>");

Loading…
Cancel
Save