qingwli commented on code in PR #14629:
URL: 
https://github.com/apache/dolphinscheduler/pull/14629#discussion_r1285396933


##########
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-api/src/main/java/org/apache/dolphinscheduler/alert/api/AlertInputTips.java:
##########
@@ -50,6 +50,12 @@ public enum AlertInputTips {
     SECRET("please input secret", "请输入secret"),
     WECHAT_MENTION_USERS("use `|` to separate userIds and `@all` to everyone", 
"使用`|`来分割userId或使用`@all`来提到所有人"),
     WECHAT_AGENT_ID("please input agent id or chat id", "请输入agent id或chat id"),
+    CALLED_NUMBER("please input called number", "请输入被叫电话号码"),
+    CALLED_SHOW_NUMBER("please input called show number", 
"请输入呼叫显示号码(不填则使用默认号码)"),

Review Comment:
   ```suggestion
       CALLED_SHOW_NUMBER("Please enter the call display number (the default 
number will be used if you do not fill in)", "请输入呼叫显示号码(不填则使用默认号码)"),
   ```



##########
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-api/src/main/java/org/apache/dolphinscheduler/alert/api/AlertInputTips.java:
##########
@@ -50,6 +50,12 @@ public enum AlertInputTips {
     SECRET("please input secret", "请输入secret"),
     WECHAT_MENTION_USERS("use `|` to separate userIds and `@all` to everyone", 
"使用`|`来分割userId或使用`@all`来提到所有人"),
     WECHAT_AGENT_ID("please input agent id or chat id", "请输入agent id或chat id"),
+    CALLED_NUMBER("please input called number", "请输入被叫电话号码"),
+    CALLED_SHOW_NUMBER("please input called show number", 
"请输入呼叫显示号码(不填则使用默认号码)"),

Review Comment:
   ```suggestion
       CALLED_SHOW_NUMBER("Please enter the call display number (the default 
number will be used if you do not fill in)", "请输入呼叫显示号码(不填则使用默认号码)"),
   ```



-- 
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]

Reply via email to