From a3716f72066d25d745f4d5103ff23a553c3e102b Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期四, 17 二月 2022 11:41:19 +0800 Subject: [PATCH] Merge branch 'sit' into uat --- pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html b/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html new file mode 100644 index 0000000..6a13d27 --- /dev/null +++ b/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html xmlns:th="http://www.thymeleaf.org" lang="zh"> + <head> + <title>�����</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + </head> + <body> + <p th:text="${content}">閬芣��“��憟踝����蝑�靽�犖憯賢��像������</p> + <p> + 隢��雯��嚗� + <a th:href="${urlHint}" th:text="${urlHint}">Url Position</a> + ����蒂摰�蝯∟赤隢����� + </p> + </body> +</html> -- Gitblit v1.8.0