fix(UI测试): ui保存任务通知提示信息优化
--bug=1030857 --user=王旭 【UI测试】场景列表-定时任务-任务通知-webhook为空-提示信息缺少自定义Webhook且首字母为小写 https://www.tapd.cn/55049933/s/1417967
This commit is contained in:
parent
f4d954c6e1
commit
1770b7cc2d
|
@ -789,7 +789,7 @@ const message = {
|
|||
"3. To use the @ feature, the selected recipient must be a user included in the group, the recipient’s phone number is required and should be the phone number used by Dingding.",
|
||||
message: "Event, receiver and receiving method are required\n",
|
||||
message_webhook:
|
||||
"Webhook is required when the receiving mode is WeChat Enterprise, Dingding or Feishu",
|
||||
"Webhook is required when the receiving mode is WeChat Enterprise, Dingding, Feishu or Webhook",
|
||||
template: "Template",
|
||||
track: "Track notification",
|
||||
api: "Api notification",
|
||||
|
|
|
@ -776,7 +776,7 @@ const message = {
|
|||
"2.需要安全验证的机器人可以选择 “自定义关键词” 验证,关键词为 “消息通知”;<br/>" +
|
||||
"3.如需在通知中使用@功能,选择的接收人必须是机器人所在群里包含的用户,接收人手机号为必填项且为钉钉企业所使用的手机号",
|
||||
message: "事件,接收人,接收方式为必填项",
|
||||
message_webhook: "接收方式为钉钉、企业机器人及飞书时,webhook为必填项",
|
||||
message_webhook: "接收方式为钉钉、企业机器人、飞书及自定义Webhook时,Webhook为必填项",
|
||||
template: "模版",
|
||||
track: "测试跟踪任务通知",
|
||||
api: "接口测试任务通知",
|
||||
|
|
|
@ -775,7 +775,7 @@ const message = {
|
|||
"2.需要安全驗證的機器人可以選擇 “自定義關鍵詞” 驗證,關鍵詞為 “消息通知”;<br/>" +
|
||||
"3.如需在通知中使用@功能,選擇的接收人必須是機器人所在群裡包含的用戶,接收人手機號為必填項且為釘釘企業所使用的手機號",
|
||||
message: "事件,接收人,接收方式為必填項",
|
||||
message_webhook: "接收方式為釘釘、企業機器人及飛書時,webhook為必填項",
|
||||
message_webhook: "接收方式為釘釘、企業機器人、飛書及自定義Webhook時,Webhook為必填項",
|
||||
template: "模版",
|
||||
track: "測試跟蹤任務通知",
|
||||
api: "接口測試任務通知",
|
||||
|
|
Loading…
Reference in New Issue