# 提醒

# 提醒 v4.0.6

# 使用说明

Android iOS PC 是否需要鉴权
支持 支持 支持 需要
// 全量引入
yy.biz.util.remind({
  userIds:['yachId1', 'yachId2'],
  content: String,
  onSuccess: function (result) {
   
  },
  onFail: function (err) {},
});

// 按需加载调用方式,参数与全量引入相同
remind({...});

# 参数说明

# 参数说明

参数 参数类型 必传 说明
userIds Array yachId用户数组
content String 提醒内容

# 返回说明

参数 说明

# 调试

biz.util.remind
上次更新: 5/24/2021, 3:20:13 PM
foo