@@ -32,28 +32,28 @@ public class SendFailedEmailTemplate implements EmailTemplate {
interfaceFAILED_EMAIL_TITLE{
StringTITLE="Failed task warning";
StringTITLE="接口调用失败详情";
}
interfaceFAILED_EMAIL_BODY{
StringDESCRIPTION="<p>1.[File Push] Task: The system performs a polling every {0} minutes after startup.</p>\n"+
" <p>2.[Push Pre-Clearance File] Task: The system performs a polling every {1} minutes after startup.</p>\n"+
" <p>3.[Remind Sender] Task: The system performs a polling every {2} minutes after startup.</p>\n"+
" <p>Note: Email Sending Mechanism:</p>\n"+
" <p>This alert email task is executed every {3} minutes after the system starts. If any of the three scheduled tasks mentioned above have a final determination of failed records exceeding {4} for the day, an email notification will be automatically sent to FedEx IT. Each interface will display the latest {5} failed tracking numbers, the total number of calls made during the day, and the total number of failed calls for the day.</p>\n"+
" <p style=\"font-size:10px;\">(Note: All task-related numbers can be adjusted in the system configuration interface.)</p>";