lwqzz commented on code in PR #1768:
URL: https://github.com/apache/hertzbeat/pull/1768#discussion_r1569863219


##########
common/src/main/java/org/apache/hertzbeat/common/config/CommonProperties.java:
##########
@@ -227,6 +238,73 @@ public String getTemplateId() {
             return templateId;
         }
 
+        public void setTemplateId(String templateId) {
+            this.templateId = templateId;
+        }
+    }
+    public static class AliYunSmsProperties {
+
+        /**
+         * 阿里云账户访问密钥id
+         */

Review Comment:
   Should all the descriptions inside be written in English?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to