|
管理员,好。 请问如何在人工活动中 ,通过脚本给符合判断条件的人发待阅呢?
比如如下代码,没有给指定的人生成待阅:
if(ture){
this.form.sendRead({
"identityList": ["开发账号1@RLXZBFW_kf1@I"],
"notify": false,
"success": function(json){
this.form.notice("send read success", "success");
}.bind(this),
"failure": function(xhr, text, error){
//xhr--HttpRequest请求对象
//text--HttpResponse内容文本
//error--错误信息
this.form.notice("send read failure:"+error, "error");
}.bind(this)
});
}
能否给一个例子?
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|