Authored by zhangwenxue

chore(alipay): fix typo

... ... @@ -66,7 +66,7 @@ const AlertManager = {
/**
* AlertAgent
* 管理模块下告警
* 模块告警Agent
*/
class AlertAgent {
/**
... ... @@ -74,7 +74,7 @@ class AlertAgent {
* @param {string} name 模块名
* @param {Object} subjectMap 模块告警信息类型,subjectId=>subject
* @param {Array[string]} ats 需要@的手机号
* @param {boolean} isAtAll 是@全体人员, default=false
* @param {boolean} isAtAll 是@全体人员, default=false
*/
constructor(name, subjectMap, ats = [], isAtAll = false) {
this.name = name;
... ...