Parcourir la source

release version 1.0.0

guoziyun il y a 1 an
Parent
commit
d0421bebee
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      service/monitor/email.js
  2. 2 2
      service/monitor/sms.js

+ 2 - 2
service/monitor/email.js

@@ -22,8 +22,8 @@ async function reportEmail(title, data) {
 
 
   let res = await utils.mail.send({
-    // to: 'chengen@jccy-tech.com,yangshuai@jccy-tech.com,chenxinmiao@jccy-tech.com,wangmeng@jccy-tech.com;guoziyun@jccy-tech.com',
-    to: 'guoziyun@jccy-tech.com',
+    to: 'chengen@jccy-tech.com,yangshuai@jccy-tech.com,chenxinmiao@jccy-tech.com,wangmeng@jccy-tech.com;guoziyun@jccy-tech.com',
+    // to: 'guoziyun@jccy-tech.com',
     subject: title,
     html,
   })

+ 2 - 2
service/monitor/sms.js

@@ -54,8 +54,8 @@ function sendSms(templateId) {
     TemplateParamSet: null,
     /* 下发手机号码,采用 e.164 标准,+[国家或地区码][手机号]
      * 示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号,最多不要超过200个手机号*/
-    // PhoneNumberSet: ["+8613530139503", "+8618210309391", "+8618612452398", "+8618600915226"],
-    PhoneNumberSet: ["+8613530139503"],
+    PhoneNumberSet: ["+8613530139503", "+8618210309391", "+8618612452398", "+8618600915226"],
+    // PhoneNumberSet: ["+8613530139503"],
     /* 用户的 session 内容(无需要可忽略): 可以携带用户侧 ID 等上下文信息,server 会原样返回 */
     SessionContext: "",
     /* 短信码号扩展号(无需要可忽略): 默认未开通,如需开通请联系 [腾讯云短信小助手] */